pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9802fbb2555
branches:  trunk
changeset: 371590:d9802fbb2555
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 21:58:20 2022 +0000

description:
py-mcrypt: convert to egg.mk

diffstat:

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

diffs (30 lines):

diff -r fa570a5b2de8 -r d9802fbb2555 security/py-mcrypt/Makefile
--- a/security/py-mcrypt/Makefile       Mon Jan 10 21:57:35 2022 +0000
+++ b/security/py-mcrypt/Makefile       Mon Jan 10 21:58:20 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/01/26 17:32:07 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/10 21:58:20 wiz Exp $
 
 DISTNAME=      python-mcrypt-1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  http://labix.org/download/python-mcrypt/
 
@@ -13,6 +13,6 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.1
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../security/libmcrypt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fa570a5b2de8 -r d9802fbb2555 security/py-mcrypt/PLIST
--- a/security/py-mcrypt/PLIST  Mon Jan 10 21:57:35 2022 +0000
+++ b/security/py-mcrypt/PLIST  Mon Jan 10 21:58:20 2022 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 21:58:20 wiz Exp $
 ${PYSITELIB}/mcrypt.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index