pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-OTXv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 19 18:02:32 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-OTXv2/Makefile \
    pkgsrc/security/py-OTXv2/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-OTXv2/Makefile
diff -u pkgsrc/security/py-OTXv2/Makefile:1.1 pkgsrc/security/py-OTXv2/Makefile:1.2
--- pkgsrc/security/py-OTXv2/Makefile:1.1       Tue Apr  3 14:33:50 2018
+++ pkgsrc/security/py-OTXv2/Makefile   Wed Jan 19 18:02:32 2022
@@ -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 @@ HOMEPAGE=     https://github.com/AlienVault-
 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"
Index: pkgsrc/security/py-OTXv2/PLIST
diff -u pkgsrc/security/py-OTXv2/PLIST:1.1 pkgsrc/security/py-OTXv2/PLIST:1.2
--- pkgsrc/security/py-OTXv2/PLIST:1.1  Tue Apr  3 14:33:50 2018
+++ pkgsrc/security/py-OTXv2/PLIST      Wed Jan 19 18:02:32 2022
@@ -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