pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-xmlsec py-xmlsec: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb65c6ca005f
branches:  trunk
changeset: 372235:bb65c6ca005f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 22 14:24:21 2022 +0000

description:
py-xmlsec: convert to egg.mk

diffstat:

 security/py-xmlsec/Makefile |  7 +++----
 security/py-xmlsec/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 1b91a6242dff -r bb65c6ca005f security/py-xmlsec/Makefile
--- a/security/py-xmlsec/Makefile       Sat Jan 22 14:21:46 2022 +0000
+++ b/security/py-xmlsec/Makefile       Sat Jan 22 14:24:21 2022 +0000
@@ -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 @@
 
 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"
diff -r 1b91a6242dff -r bb65c6ca005f security/py-xmlsec/PLIST
--- a/security/py-xmlsec/PLIST  Sat Jan 22 14:21:46 2022 +0000
+++ b/security/py-xmlsec/PLIST  Sat Jan 22 14:24:21 2022 +0000
@@ -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