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: adam
Date: Fri Feb 23 06:34:08 UTC 2018
Modified Files:
pkgsrc/security/py-crcmod: Makefile PLIST
Log Message:
py-crcmod: cleanups
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-crcmod/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/security/py-crcmod/Makefile:1.3
--- pkgsrc/security/py-crcmod/Makefile:1.2 Sun Feb 4 16:21:19 2018
+++ pkgsrc/security/py-crcmod/Makefile Fri Feb 23 06:34:08 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/02/04 16:21:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/23 06:34:08 adam Exp $
DISTNAME= crcmod-1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/crcmod/}
MAINTAINER= bsiegert%NetBSD.org@localhost
@@ -11,7 +11,7 @@ COMMENT= Cyclic Redundancy Checksums in
LICENSE= mit
do-test:
- env PYTHONPATH=${WRKSRC} ${PYTHONBIN} -m test
+ ${SETENV} PYTHONPATH=${WRKSRC} ${PYTHONBIN} -m test
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-crcmod/PLIST
diff -u pkgsrc/security/py-crcmod/PLIST:1.1 pkgsrc/security/py-crcmod/PLIST:1.2
--- pkgsrc/security/py-crcmod/PLIST:1.1 Tue Jan 30 19:07:48 2018
+++ pkgsrc/security/py-crcmod/PLIST Fri Feb 23 06:34:08 2018
@@ -1,18 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1 2018/01/30 19:07:48 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/02/23 06:34:08 adam Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/crcmod/__init__.py
-${PYSITELIB}/crcmod/__init__.pyo
${PYSITELIB}/crcmod/__init__.pyc
-${PYSITELIB}/crcmod/_crcfunpy.pyo
-${PYSITELIB}/crcmod/_crcfunpy.pyc
-${PYSITELIB}/crcmod/crcmod.pyo
-${PYSITELIB}/crcmod/crcmod.pyc
-${PYSITELIB}/crcmod/predefined.pyo
-${PYSITELIB}/crcmod/predefined.pyc
-${PYSITELIB}/crcmod/test.pyo
-${PYSITELIB}/crcmod/test.pyc
+${PYSITELIB}/crcmod/__init__.pyo
${PYSITELIB}/crcmod/_crcfunext.so
${PYSITELIB}/crcmod/_crcfunpy.py
+${PYSITELIB}/crcmod/_crcfunpy.pyc
+${PYSITELIB}/crcmod/_crcfunpy.pyo
${PYSITELIB}/crcmod/crcmod.py
+${PYSITELIB}/crcmod/crcmod.pyc
+${PYSITELIB}/crcmod/crcmod.pyo
${PYSITELIB}/crcmod/predefined.py
+${PYSITELIB}/crcmod/predefined.pyc
+${PYSITELIB}/crcmod/predefined.pyo
${PYSITELIB}/crcmod/test.py
+${PYSITELIB}/crcmod/test.pyc
+${PYSITELIB}/crcmod/test.pyo
Home |
Main Index |
Thread Index |
Old Index