pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-crack py-crack: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/b01d6bdd42cc
branches: trunk
changeset: 371437:b01d6bdd42cc
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 08:59:05 2022 +0000
description:
py-crack: convert to egg.mk
diffstat:
security/py-crack/Makefile | 8 +++++---
security/py-crack/PLIST | 7 +++++--
2 files changed, 10 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 6387532adaa9 -r b01d6bdd42cc security/py-crack/Makefile
--- a/security/py-crack/Makefile Mon Jan 10 08:57:42 2022 +0000
+++ b/security/py-crack/Makefile Mon Jan 10 08:59:05 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2020/07/13 20:05:12 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 08:59:05 wiz Exp $
DISTNAME= pycrack-0.01
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/py//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security python
MASTER_SITES= http://www.digitalevacuation.org/pycrack/
@@ -13,6 +13,8 @@
DEPENDS+= crack>=5.0:../../security/crack
-.include "../../lang/python/distutils.mk"
+EGG_NAME= pycrack-0.1
+
+.include "../../lang/python/egg.mk"
.include "../../security/libcrack/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6387532adaa9 -r b01d6bdd42cc security/py-crack/PLIST
--- a/security/py-crack/PLIST Mon Jan 10 08:57:42 2022 +0000
+++ b/security/py-crack/PLIST Mon Jan 10 08:59:05 2022 +0000
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:55 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 08:59:05 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pycrack.so
Home |
Main Index |
Thread Index |
Old Index