diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 18:27:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 18:27:55 +0000 |
commit | 19abe517ca4daefcc5e46ac7f894c36be2a4a9ba (patch) | |
tree | a02212ddc647258f6ac4f5f35e6106b6274bf335 /security | |
parent | 1fa1e71055fce14a9ccbcba9efe45cc87f9a8f40 (diff) | |
download | pkgsrc-19abe517ca4daefcc5e46ac7f894c36be2a4a9ba.tar.gz |
py-cryptkit: convert to egg.mk
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptkit/Makefile | 6 | ||||
-rw-r--r-- | security/py-cryptkit/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 5895d353a19..3d87a5f0cb0 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -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 ported as of 0.9 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" diff --git a/security/py-cryptkit/PLIST b/security/py-cryptkit/PLIST index 561e70a71ba..fcdb3611aa3 100644 --- a/security/py-cryptkit/PLIST +++ b/security/py-cryptkit/PLIST @@ -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 |