pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 13 08:58:03 UTC 2017

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

Log Message:
py-ipython: avoid conflicts between Python 3.x versions; PLIST changed; bumped revision


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-ipython/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/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.24 pkgsrc/devel/py-ipython/Makefile:1.25
--- pkgsrc/devel/py-ipython/Makefile:1.24       Mon Nov 20 17:10:43 2017
+++ pkgsrc/devel/py-ipython/Makefile    Wed Dec 13 08:58:03 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2017/11/20 17:10:43 minskim Exp $
+# $NetBSD: Makefile,v 1.25 2017/12/13 08:58:03 adam Exp $
 
 DISTNAME=      ipython-6.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -33,7 +33,7 @@ DEPENDS+=     ${PYPKGPREFIX}-typing-[0-9]*:.
 .endif
 
 post-install:
-       cd ${DESTDIR}${PREFIX} && \
+       cd ${DESTDIR}${PREFIX} && ${RM} bin/iptest3 bin/ipython3 && \
        ${MV} bin/iptest bin/iptest${PYVERSSUFFIX} && \
        ${MV} bin/ipython bin/ipython${PYVERSSUFFIX} && \
        ${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython${PYVERSSUFFIX}.1 || ${TRUE}

Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.8 pkgsrc/devel/py-ipython/PLIST:1.9
--- pkgsrc/devel/py-ipython/PLIST:1.8   Mon Oct 16 18:03:49 2017
+++ pkgsrc/devel/py-ipython/PLIST       Wed Dec 13 08:58:03 2017
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.8 2017/10/16 18:03:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/12/13 08:58:03 adam Exp $
 bin/iptest${PYVERSSUFFIX}
-bin/iptest3
 bin/ipython${PYVERSSUFFIX}
-bin/ipython3
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/IPython/__init__.py
 ${PYSITELIB}/IPython/__init__.pyc



Home | Main Index | Thread Index | Old Index