pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jan  1 16:24:38 UTC 2022

Modified Files:
        pkgsrc/devel/py-ipython: Makefile PLIST

Log Message:
py-ipython: Use egg.mk to fix packaging

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-ipython/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-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.68 pkgsrc/devel/py-ipython/Makefile:1.69
--- pkgsrc/devel/py-ipython/Makefile:1.68       Thu Dec 30 13:05:30 2021
+++ pkgsrc/devel/py-ipython/Makefile    Sat Jan  1 16:24:38 2022
@@ -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 @@ 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-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.14 pkgsrc/devel/py-ipython/PLIST:1.15
--- pkgsrc/devel/py-ipython/PLIST:1.14  Sun Aug 29 08:39:35 2021
+++ pkgsrc/devel/py-ipython/PLIST       Sat Jan  1 16:24:38 2022
@@ -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/version.pyo
 ${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