pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-aes
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 08:48:30 UTC 2022
Modified Files:
pkgsrc/security/py-aes: Makefile PLIST
Log Message:
py-aes: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-aes/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-aes/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-aes/Makefile
diff -u pkgsrc/security/py-aes/Makefile:1.2 pkgsrc/security/py-aes/Makefile:1.3
--- pkgsrc/security/py-aes/Makefile:1.2 Tue Jul 21 21:19:01 2020
+++ pkgsrc/security/py-aes/Makefile Mon Jan 10 08:48:30 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/07/21 21:19:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/10 08:48:30 wiz Exp $
DISTNAME= pyaes-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyaes/}
@@ -17,5 +18,5 @@ USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && ${PYTHONBIN} tests/test-aes.py
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-aes/PLIST
diff -u pkgsrc/security/py-aes/PLIST:1.1 pkgsrc/security/py-aes/PLIST:1.2
--- pkgsrc/security/py-aes/PLIST:1.1 Tue Jun 14 07:58:40 2016
+++ pkgsrc/security/py-aes/PLIST Mon Jan 10 08:48:30 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2016/06/14 07:58:40 kamil Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:48:30 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}/pyaes/__init__.py
${PYSITELIB}/pyaes/__init__.pyc
${PYSITELIB}/pyaes/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index