pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptkit
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 18:27:55 UTC 2022
Modified Files:
pkgsrc/security/py-cryptkit: Makefile PLIST
Log Message:
py-cryptkit: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-cryptkit/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-cryptkit/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-cryptkit/Makefile
diff -u pkgsrc/security/py-cryptkit/Makefile:1.26 pkgsrc/security/py-cryptkit/Makefile:1.27
--- pkgsrc/security/py-cryptkit/Makefile:1.26 Mon Sep 2 13:19:54 2019
+++ pkgsrc/security/py-cryptkit/Makefile Mon Jan 10 18:27:55 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:54 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/01/10 18:27:55 wiz Exp $
DISTNAME= cryptkit-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
@@ -14,5 +14,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet p
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-cryptkit/PLIST
diff -u pkgsrc/security/py-cryptkit/PLIST:1.5 pkgsrc/security/py-cryptkit/PLIST:1.6
--- pkgsrc/security/py-cryptkit/PLIST:1.5 Sun Apr 8 20:21:55 2012
+++ pkgsrc/security/py-cryptkit/PLIST Mon Jan 10 18:27:55 2022
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 18:27:55 wiz Exp $
${PYSITELIB}/aes/__init__.py
${PYSITELIB}/aes/__init__.pyc
${PYSITELIB}/aes/__init__.pyo
${PYSITELIB}/aes/aes.py
${PYSITELIB}/aes/aes.pyc
${PYSITELIB}/aes/aes.pyo
-${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/cryptsock/__init__.py
${PYSITELIB}/cryptsock/__init__.pyc
${PYSITELIB}/cryptsock/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index