pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython5 py-ipython5: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8e9bae70d41
branches: trunk
changeset: 371391:b8e9bae70d41
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 07:53:41 2022 +0000
description:
py-ipython5: convert to egg.mk
Simplify PLIST, this is python 2.7 only
diffstat:
devel/py-ipython5/Makefile | 5 +++--
devel/py-ipython5/PLIST | 9 +++------
2 files changed, 6 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r d17ee1be1cbe -r b8e9bae70d41 devel/py-ipython5/Makefile
--- a/devel/py-ipython5/Makefile Mon Jan 10 07:52:20 2022 +0000
+++ b/devel/py-ipython5/Makefile Mon Jan 10 07:53:41 2022 +0000
@@ -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 @@
${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"
diff -r d17ee1be1cbe -r b8e9bae70d41 devel/py-ipython5/PLIST
--- a/devel/py-ipython5/PLIST Mon Jan 10 07:52:20 2022 +0000
+++ b/devel/py-ipython5/PLIST Mon Jan 10 07:53:41 2022 +0000
@@ -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