pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea1b7522e1d
branches:  trunk
changeset: 371427:7ea1b7522e1d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:48:30 2022 +0000

description:
py-aes: convert to egg.mk

diffstat:

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

diffs (34 lines):

diff -r cedc57b18456 -r 7ea1b7522e1d security/py-aes/Makefile
--- a/security/py-aes/Makefile  Mon Jan 10 08:47:45 2022 +0000
+++ b/security/py-aes/Makefile  Mon Jan 10 08:48:30 2022 +0000
@@ -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 @@
 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 -r cedc57b18456 -r 7ea1b7522e1d security/py-aes/PLIST
--- a/security/py-aes/PLIST     Mon Jan 10 08:47:45 2022 +0000
+++ b/security/py-aes/PLIST     Mon Jan 10 08:48:30 2022 +0000
@@ -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