pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f27177cf8cb5
branches:  trunk
changeset: 372102:f27177cf8cb5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 19 18:02:32 2022 +0000

description:
py-OTXv2: convert to egg.mk

diffstat:

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

diffs (40 lines):

diff -r 6328897f6371 -r f27177cf8cb5 security/py-OTXv2/Makefile
--- a/security/py-OTXv2/Makefile        Wed Jan 19 18:00:28 2022 +0000
+++ b/security/py-OTXv2/Makefile        Wed Jan 19 18:02:32 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/04/03 14:33:50 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/19 18:02:32 wiz Exp $
 
 DISTNAME=      OTXv2-1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OTXv2/}
 
@@ -10,7 +11,5 @@
 COMMENT=       Python SDK for AlienVault OTX
 LICENSE=       apache-2.0
 
-PYDISTUTILSPKG=        yes
-
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6328897f6371 -r f27177cf8cb5 security/py-OTXv2/PLIST
--- a/security/py-OTXv2/PLIST   Wed Jan 19 18:00:28 2022 +0000
+++ b/security/py-OTXv2/PLIST   Wed Jan 19 18:02:32 2022 +0000
@@ -1,7 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2018/04/03 14:33:50 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/19 18:02:32 wiz Exp $
 ${PYSITELIB}/IndicatorTypes.py
 ${PYSITELIB}/IndicatorTypes.pyc
 ${PYSITELIB}/IndicatorTypes.pyo
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
+${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}/requires.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/OTXv2.py
 ${PYSITELIB}/OTXv2.pyc
 ${PYSITELIB}/OTXv2.pyo



Home | Main Index | Thread Index | Old Index