pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython_genutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  1 17:45:22 UTC 2022

Modified Files:
        pkgsrc/devel/py-ipython_genutils: Makefile PLIST

Log Message:
py-ipython_genutils: fix for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-ipython_genutils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ipython_genutils/PLIST

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

Modified files:

Index: pkgsrc/devel/py-ipython_genutils/Makefile
diff -u pkgsrc/devel/py-ipython_genutils/Makefile:1.6 pkgsrc/devel/py-ipython_genutils/Makefile:1.7
--- pkgsrc/devel/py-ipython_genutils/Makefile:1.6       Sat Jan  1 16:26:34 2022
+++ pkgsrc/devel/py-ipython_genutils/Makefile   Sat Jan  1 17:45:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/01 16:26:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/01 17:45:21 wiz Exp $
 
 DISTNAME=      ipython_genutils-0.2.0
 PKGREVISION=   2
@@ -14,4 +14,9 @@ LICENSE=      modified-bsd
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+_PYSETUPTOOLSINSTALLARGS:=     ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
+.endif
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-ipython_genutils/PLIST
diff -u pkgsrc/devel/py-ipython_genutils/PLIST:1.3 pkgsrc/devel/py-ipython_genutils/PLIST:1.4
--- pkgsrc/devel/py-ipython_genutils/PLIST:1.3  Sat Jan  1 16:26:34 2022
+++ pkgsrc/devel/py-ipython_genutils/PLIST      Sat Jan  1 17:45:21 2022
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:26:34 ryoon Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2022/01/01 17:45:21 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}/ipython_genutils/__init__.py
 ${PYSITELIB}/ipython_genutils/__init__.pyc
 ${PYSITELIB}/ipython_genutils/__init__.pyo



Home | Main Index | Thread Index | Old Index