pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/py-ipython py-ipython: Use egg.m...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/2f122495f027
branches: trunk
changeset: 370903:2f122495f027
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Jan 01 16:24:38 2022 +0000
description:
py-ipython: Use egg.mk to fix packaging
Bump PKGREVISION.
diffstat:
devel/py-ipython/Makefile | 5 +++--
devel/py-ipython/PLIST | 10 ++++++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r 758d74125235 -r 2f122495f027 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sat Jan 01 16:23:19 2022 +0000
+++ b/devel/py-ipython/Makefile Sat Jan 01 16:24:38 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2021/12/30 13:05:30 adam Exp $
+# $NetBSD: Makefile,v 1.69 2022/01/01 16:24:38 ryoon Exp $
DISTNAME= ipython-7.30.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -37,5 +38,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 758d74125235 -r 2f122495f027 devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST Sat Jan 01 16:23:19 2022 +0000
+++ b/devel/py-ipython/PLIST Sat Jan 01 16:24:38 2022 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.14 2021/08/29 08:39:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/01/01 16:24:38 ryoon Exp $
bin/iptest-${PYVERSSUFFIX}
bin/ipython-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/IPython/__init__.py
${PYSITELIB}/IPython/__init__.pyc
${PYSITELIB}/IPython/__init__.pyo
@@ -928,4 +927,11 @@
${PYSITELIB}/IPython/utils/wildcard.py
${PYSITELIB}/IPython/utils/wildcard.pyc
${PYSITELIB}/IPython/utils/wildcard.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
man/man1/ipython-${PYVERSSUFFIX}.1
Home |
Main Index |
Thread Index |
Old Index