pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-crcmod



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 09:00:02 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-crcmod/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-crcmod/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-crcmod/Makefile
diff -u pkgsrc/security/py-crcmod/Makefile:1.4 pkgsrc/security/py-crcmod/Makefile:1.5
--- pkgsrc/security/py-crcmod/Makefile:1.4      Fri Mar 20 11:58:18 2020
+++ pkgsrc/security/py-crcmod/Makefile  Mon Jan 10 09:00:02 2022
@@ -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 @@ LICENSE=      mit
 do-test:
        ${SETENV} PYTHONPATH=${WRKSRC} ${PYTHONBIN} -m test
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-crcmod/PLIST
diff -u pkgsrc/security/py-crcmod/PLIST:1.2 pkgsrc/security/py-crcmod/PLIST:1.3
--- pkgsrc/security/py-crcmod/PLIST:1.2 Fri Feb 23 06:34:08 2018
+++ pkgsrc/security/py-crcmod/PLIST     Mon Jan 10 09:00:02 2022
@@ -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