pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: avoid conflicts between P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b0f71caf207
branches: trunk
changeset: 372640:8b0f71caf207
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 13 08:58:03 2017 +0000
description:
py-ipython: avoid conflicts between Python 3.x versions; PLIST changed; bumped revision
diffstat:
devel/py-ipython/Makefile | 6 +++---
devel/py-ipython/PLIST | 4 +---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 0b3c352037ae -r 8b0f71caf207 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Wed Dec 13 08:31:16 2017 +0000
+++ b/devel/py-ipython/Makefile Wed Dec 13 08:58:03 2017 +0000
@@ -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 @@
.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}
diff -r 0b3c352037ae -r 8b0f71caf207 devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST Wed Dec 13 08:31:16 2017 +0000
+++ b/devel/py-ipython/PLIST Wed Dec 13 08:58:03 2017 +0000
@@ -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