pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-pydeep



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:42:38 UTC 2022

Modified Files:
        pkgsrc/security/py-pydeep: Makefile PLIST

Log Message:
py-pydeep: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-pydeep/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-pydeep/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-pydeep/Makefile
diff -u pkgsrc/security/py-pydeep/Makefile:1.4 pkgsrc/security/py-pydeep/Makefile:1.5
--- pkgsrc/security/py-pydeep/Makefile:1.4      Sun Dec 15 11:24:52 2019
+++ pkgsrc/security/py-pydeep/Makefile  Mon Jan 10 20:42:38 2022
@@ -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 @@ COMMENT=      Python bindings for ssdeep
 LICENSE=       modified-bsd
 
 .include "../../security/ssdeep/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-pydeep/PLIST
diff -u pkgsrc/security/py-pydeep/PLIST:1.1 pkgsrc/security/py-pydeep/PLIST:1.2
--- pkgsrc/security/py-pydeep/PLIST:1.1 Mon Jun  2 00:00:15 2014
+++ pkgsrc/security/py-pydeep/PLIST     Mon Jan 10 20:42:38 2022
@@ -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