pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-amkCrypto Convert distutils package to reg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/940781ef1661
branches:  trunk
changeset: 594523:940781ef1661
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 30 11:46:48 2011 +0000

description:
Convert distutils package to register egg-info

Bump PKGREVISION.

diffstat:

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

diffs (39 lines):

diff -r 2b6d3e93c433 -r 940781ef1661 security/py-amkCrypto/Makefile
--- a/security/py-amkCrypto/Makefile    Sun Oct 30 11:13:12 2011 +0000
+++ b/security/py-amkCrypto/Makefile    Sun Oct 30 11:46:48 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2011/01/18 12:06:57 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2011/10/30 11:46:48 obache Exp $
 #
 
 DISTNAME=      pycrypto-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-amkCrypto-2.0.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    security python
 MASTER_SITES=  http://www.amk.ca/files/python/crypto/
 
@@ -15,8 +15,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYDISTUTILSPKG=        yes
-
 .include "../../security/openssl/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2b6d3e93c433 -r 940781ef1661 security/py-amkCrypto/PLIST
--- a/security/py-amkCrypto/PLIST       Sun Oct 30 11:13:12 2011 +0000
+++ b/security/py-amkCrypto/PLIST       Sun Oct 30 11:46:48 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:13:36 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/10/30 11:46:48 obache Exp $
 ${PYSITELIB}/Crypto/Cipher/AES.so
 ${PYSITELIB}/Crypto/Cipher/ARC2.so
 ${PYSITELIB}/Crypto/Cipher/ARC4.so
@@ -76,3 +76,4 @@
 ${PYSITELIB}/Crypto/test.py
 ${PYSITELIB}/Crypto/test.pyc
 ${PYSITELIB}/Crypto/test.pyo
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index