pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd9a5bc1d3cb
branches:  trunk
changeset: 371490:cd9a5bc1d3cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:27:55 2022 +0000

description:
py-cryptkit: convert to egg.mk

diffstat:

 security/py-cryptkit/Makefile |  6 +++---
 security/py-cryptkit/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 2fb4d6707495 -r cd9a5bc1d3cb security/py-cryptkit/Makefile
--- a/security/py-cryptkit/Makefile     Mon Jan 10 18:27:04 2022 +0000
+++ b/security/py-cryptkit/Makefile     Mon Jan 10 18:27:55 2022 +0000
@@ -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 @@
 
 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 -r 2fb4d6707495 -r cd9a5bc1d3cb security/py-cryptkit/PLIST
--- a/security/py-cryptkit/PLIST        Mon Jan 10 18:27:04 2022 +0000
+++ b/security/py-cryptkit/PLIST        Mon Jan 10 18:27:55 2022 +0000
@@ -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