pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55d30ad7205a
branches:  trunk
changeset: 371556:55d30ad7205a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:42:38 2022 +0000

description:
py-pydeep: convert to egg.mk

diffstat:

 security/py-pydeep/Makefile |  5 +++--
 security/py-pydeep/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r f3fe365ec8cd -r 55d30ad7205a security/py-pydeep/Makefile
--- a/security/py-pydeep/Makefile       Mon Jan 10 20:41:39 2022 +0000
+++ b/security/py-pydeep/Makefile       Mon Jan 10 20:42:38 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2019/12/15 11:24:52 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/10 20:42:38 wiz Exp $
 
 DISTNAME=      pydeep-0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydeep/}
 
@@ -11,5 +12,5 @@
 LICENSE=       modified-bsd
 
 .include "../../security/ssdeep/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f3fe365ec8cd -r 55d30ad7205a security/py-pydeep/PLIST
--- a/security/py-pydeep/PLIST  Mon Jan 10 20:41:39 2022 +0000
+++ b/security/py-pydeep/PLIST  Mon Jan 10 20:42:38 2022 +0000
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/02 00:00:15 rodent Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:42:38 wiz Exp $
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pydeep.so



Home | Main Index | Thread Index | Old Index