pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ipython5
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 07:53:41 UTC 2022
Modified Files:
pkgsrc/devel/py-ipython5: Makefile PLIST
Log Message:
py-ipython5: convert to egg.mk
Simplify PLIST, this is python 2.7 only
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ipython5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-ipython5/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-ipython5/Makefile
diff -u pkgsrc/devel/py-ipython5/Makefile:1.12 pkgsrc/devel/py-ipython5/Makefile:1.13
--- pkgsrc/devel/py-ipython5/Makefile:1.12 Thu Jul 1 14:54:01 2021
+++ pkgsrc/devel/py-ipython5/Makefile Mon Jan 10 07:53:41 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/07/01 14:54:01 nia Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/10 07:53:41 wiz Exp $
DISTNAME= ipython-5.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -39,5 +40,5 @@ post-install:
${MV} bin/ipython bin/ipython-${PYVERSSUFFIX} && \
${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython-${PYVERSSUFFIX}.1 || ${TRUE}
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-ipython5/PLIST
diff -u pkgsrc/devel/py-ipython5/PLIST:1.2 pkgsrc/devel/py-ipython5/PLIST:1.3
--- pkgsrc/devel/py-ipython5/PLIST:1.2 Thu Jun 10 05:48:26 2021
+++ pkgsrc/devel/py-ipython5/PLIST Mon Jan 10 07:53:41 2022
@@ -1,11 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2021/06/10 05:48:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 07:53:41 wiz Exp $
bin/iptest-${PYVERSSUFFIX}
-${PLIST.py2x}bin/iptest2
-${PLIST.py3x}bin/iptest3
+bin/iptest2
bin/ipython-${PYVERSSUFFIX}
-${PLIST.py2x}bin/ipython2
-${PLIST.py3x}bin/ipython3
-${PYSITELIB}/${EGG_FILE}
+bin/ipython2
${PYSITELIB}/IPython/__init__.py
${PYSITELIB}/IPython/__init__.pyc
${PYSITELIB}/IPython/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index