pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-simplesha3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:02:43 UTC 2022

Modified Files:
        pkgsrc/security/py-simplesha3: Makefile PLIST

Log Message:
py-simplesha3: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-simplesha3/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-simplesha3/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-simplesha3/Makefile
diff -u pkgsrc/security/py-simplesha3/Makefile:1.2 pkgsrc/security/py-simplesha3/Makefile:1.3
--- pkgsrc/security/py-simplesha3/Makefile:1.2  Sun Sep  3 08:53:15 2017
+++ pkgsrc/security/py-simplesha3/Makefile      Mon Jan 10 22:02:43 2022
@@ -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 @@ HOMEPAGE=     https://www.dlitz.net/software
 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"

Index: pkgsrc/security/py-simplesha3/PLIST
diff -u pkgsrc/security/py-simplesha3/PLIST:1.1 pkgsrc/security/py-simplesha3/PLIST:1.2
--- pkgsrc/security/py-simplesha3/PLIST:1.1     Sun Dec 27 22:26:23 2015
+++ pkgsrc/security/py-simplesha3/PLIST Mon Jan 10 22:02:43 2022
@@ -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