summaryrefslogtreecommitdiff
path: root/devel/py-ipython
diff options
context:
space:
mode:
authorimil <imil>2014-04-20 13:08:54 +0000
committerimil <imil>2014-04-20 13:08:54 +0000
commit4f18ac3fdb2ced041595ac617c250e1f5b7f9080 (patch)
tree291f2140e4dba437012d4b27c512f308506b72f3 /devel/py-ipython
parent48bb0382b6ef71bc96281107769d1005d28360ca (diff)
downloadpkgsrc-4f18ac3fdb2ced041595ac617c250e1f5b7f9080.tar.gz
Fixed PLIST with ${PLIST.py3x}/${PLIST.py2x} as the package has different
binary names for python 2.x and 3.x.
Diffstat (limited to 'devel/py-ipython')
-rw-r--r--devel/py-ipython/Makefile4
-rw-r--r--devel/py-ipython/PLIST17
2 files changed, 13 insertions, 8 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile
index b710a34af6f..cd895a2fc77 100644
--- a/devel/py-ipython/Makefile
+++ b/devel/py-ipython/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2014/04/20 10:19:28 imil Exp $
+# $NetBSD: Makefile,v 1.9 2014/04/20 13:08:54 imil Exp $
DISTNAME= ipython-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel lang
MASTER_SITES= https://pypi.python.org/packages/source/i/ipython/
diff --git a/devel/py-ipython/PLIST b/devel/py-ipython/PLIST
index 86c93275ca2..e1bb8c60739 100644
--- a/devel/py-ipython/PLIST
+++ b/devel/py-ipython/PLIST
@@ -1,14 +1,19 @@
-@comment $NetBSD: PLIST,v 1.3 2014/04/20 10:06:22 imil Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/04/20 13:08:54 imil Exp $
bin/ipcluster
-bin/ipcluster3
+${PLIST.py3x}bin/ipcluster3
+${PLIST.py2x}bin/ipcluster2
bin/ipcontroller
-bin/ipcontroller3
+${PLIST.py3x}bin/ipcontroller3
+${PLIST.py2x}bin/ipcontroller2
bin/ipengine
-bin/ipengine3
+${PLIST.py3x}bin/ipengine3
+${PLIST.py2x}bin/ipengine2
bin/iptest
-bin/iptest3
+${PLIST.py3x}bin/iptest3
+${PLIST.py2x}bin/iptest2
bin/ipython
-bin/ipython3
+${PLIST.py3x}bin/ipython3
+${PLIST.py2x}bin/ipython2
${PYSITELIB}/IPython/__init__.py
${PYSITELIB}/IPython/__main__.py
${PYSITELIB}/IPython/__init__.pyc