pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-xmlsec



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 22 14:24:21 UTC 2022

Modified Files:
        pkgsrc/security/py-xmlsec: Makefile PLIST

Log Message:
py-xmlsec: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-xmlsec/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/py-xmlsec/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-xmlsec/Makefile
diff -u pkgsrc/security/py-xmlsec/Makefile:1.23 pkgsrc/security/py-xmlsec/Makefile:1.24
--- pkgsrc/security/py-xmlsec/Makefile:1.23     Wed Dec  8 16:06:23 2021
+++ pkgsrc/security/py-xmlsec/Makefile  Sat Jan 22 14:24:21 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2021/12/08 16:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/01/22 14:24:21 wiz Exp $
 
 DISTNAME=      pyxmlsec-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    security python
 MASTER_SITES=  http://labs.libre-entreprise.org/frs/download.php/897/
 
@@ -15,11 +15,10 @@ DEPENDS+=   ${PYPKGPREFIX}-libxml2-[0-9]*:
 
 USE_TOOLS+=    pkg-config
 
-PYDISTUTILSPKG=        yes
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.3.1
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../security/xmlsec1/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-xmlsec/PLIST
diff -u pkgsrc/security/py-xmlsec/PLIST:1.1.1.1 pkgsrc/security/py-xmlsec/PLIST:1.2
--- pkgsrc/security/py-xmlsec/PLIST:1.1.1.1     Sat May 29 06:20:06 2010
+++ pkgsrc/security/py-xmlsec/PLIST     Sat Jan 22 14:24:21 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/22 14:24:21 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/xmlsec.py
 ${PYSITELIB}/xmlsec.pyc
 ${PYSITELIB}/xmlsec.pyo



Home | Main Index | Thread Index | Old Index