pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66d4450dc83c
branches:  trunk
changeset: 371593:66d4450dc83c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:02:43 2022 +0000

description:
py-simplesha3: convert to egg.mk

diffstat:

 security/py-simplesha3/Makefile |  7 +++++--
 security/py-simplesha3/PLIST    |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a45d3ad111a6 -r 66d4450dc83c security/py-simplesha3/Makefile
--- a/security/py-simplesha3/Makefile   Mon Jan 10 22:00:08 2022 +0000
+++ b/security/py-simplesha3/Makefile   Mon Jan 10 22:02:43 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/09/03 08:53:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/10 22:02:43 wiz Exp $
 
 DISTNAME=      simplesha3-2015.09.22.post1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simplesha3/}
 EXTRACT_SUFX=  .tar.bz2
@@ -11,5 +12,7 @@
 COMMENT=       Simple SHA-3 implementation for Python
 LICENSE=       public-domain
 
-.include "../../lang/python/distutils.mk"
+EGG_NAME=      simplesha3-2015.9.22.post1
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a45d3ad111a6 -r 66d4450dc83c security/py-simplesha3/PLIST
--- a/security/py-simplesha3/PLIST      Mon Jan 10 22:00:08 2022 +0000
+++ b/security/py-simplesha3/PLIST      Mon Jan 10 22:02:43 2022 +0000
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2015/12/27 22:26:23 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 22:02:43 wiz Exp $
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/simplesha3.so



Home | Main Index | Thread Index | Old Index