summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-10 08:48:30 +0000
committerwiz <wiz@pkgsrc.org>2022-01-10 08:48:30 +0000
commit42ba73050df0915f590272422c130746db5d6caf (patch)
treec2f7beb21a29cd924983a40303081740e0615590
parent985ce728227405769ccf3bdc102a5fb8621acaf9 (diff)
downloadpkgsrc-42ba73050df0915f590272422c130746db5d6caf.tar.gz
py-aes: convert to egg.mk
-rw-r--r--security/py-aes/Makefile5
-rw-r--r--security/py-aes/PLIST7
2 files changed, 8 insertions, 4 deletions
diff --git a/security/py-aes/Makefile b/security/py-aes/Makefile
index 8a54da58e65..7aebf20469c 100644
--- a/security/py-aes/Makefile
+++ b/security/py-aes/Makefile
@@ -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"
diff --git a/security/py-aes/PLIST b/security/py-aes/PLIST
index 93b6f8265b8..cd3d77cacde 100644
--- a/security/py-aes/PLIST
+++ b/security/py-aes/PLIST
@@ -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