pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-IP
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 14 11:29:02 UTC 2022
Modified Files:
pkgsrc/net/py-IP: Makefile PLIST
Log Message:
py-IP: fix PLIST for python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/py-IP/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-IP/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-IP/Makefile
diff -u pkgsrc/net/py-IP/Makefile:1.25 pkgsrc/net/py-IP/Makefile:1.26
--- pkgsrc/net/py-IP/Makefile:1.25 Mon Jan 10 08:40:59 2022
+++ pkgsrc/net/py-IP/Makefile Fri Jan 14 11:29:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/01/10 08:40:59 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/14 11:29:02 wiz Exp $
DISTNAME= IPy-1.01
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/}
@@ -13,7 +13,11 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYPKGPREFIX} != "py27"
EGG_NAME= IPy-1.1
+.endif
do-test:
cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_IPy.py
Index: pkgsrc/net/py-IP/PLIST
diff -u pkgsrc/net/py-IP/PLIST:1.6 pkgsrc/net/py-IP/PLIST:1.7
--- pkgsrc/net/py-IP/PLIST:1.6 Mon Jan 10 18:20:05 2022
+++ pkgsrc/net/py-IP/PLIST Fri Jan 14 11:29:02 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/10 18:20:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/01/14 11:29:02 wiz Exp $
+${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
Home |
Main Index |
Thread Index |
Old Index