pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea4fb2e61208
branches:  trunk
changeset: 371438:ea4fb2e61208
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:00:02 2022 +0000

description:
py-crcmod: convert to egg.mk

diffstat:

 security/py-crcmod/Makefile |  5 +++--
 security/py-crcmod/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r b01d6bdd42cc -r ea4fb2e61208 security/py-crcmod/Makefile
--- a/security/py-crcmod/Makefile       Mon Jan 10 08:59:05 2022 +0000
+++ b/security/py-crcmod/Makefile       Mon Jan 10 09:00:02 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/03/20 11:58:18 nia Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/10 09:00:02 wiz Exp $
 
 DISTNAME=      crcmod-1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crcmod/}
 
@@ -13,5 +14,5 @@
 do-test:
        ${SETENV} PYTHONPATH=${WRKSRC} ${PYTHONBIN} -m test
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b01d6bdd42cc -r ea4fb2e61208 security/py-crcmod/PLIST
--- a/security/py-crcmod/PLIST  Mon Jan 10 08:59:05 2022 +0000
+++ b/security/py-crcmod/PLIST  Mon Jan 10 09:00:02 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2018/02/23 06:34:08 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:00:02 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/crcmod/__init__.py
 ${PYSITELIB}/crcmod/__init__.pyc
 ${PYSITELIB}/crcmod/__init__.pyo



Home | Main Index | Thread Index | Old Index