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:   adam
Date:           Thu Jun 10 05:48:26 UTC 2021

Modified Files:
        pkgsrc/devel/py-ipython5: Makefile PLIST distinfo

Log Message:
py-ipython5: updated to 5.10.0

IPython 5.10.0
==============
IPython 5.10 pins Pygments dependencies to version lower than ``2.6``, as it is
not compatible Python 2. See :ghpull:`12174`

IPython 5.9.0
=============
IPython 5.9 is a release that accumulated fixes for Python 2 over the past 18
month. Please see source and version control history for more informations.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-ipython5/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ipython5/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-ipython5/distinfo

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.8 pkgsrc/devel/py-ipython5/Makefile:1.9
--- pkgsrc/devel/py-ipython5/Makefile:1.8       Tue Apr  6 14:36:48 2021
+++ pkgsrc/devel/py-ipython5/Makefile   Thu Jun 10 05:48:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/04/06 14:36:48 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/06/10 05:48:26 adam Exp $
 
-DISTNAME=      ipython-5.8.0
+DISTNAME=      ipython-5.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -10,31 +10,30 @@ HOMEPAGE=   https://ipython.org/
 COMMENT=       Interactive computing environment for Python
 LICENSE=       modified-bsd
 
-.include "../../lang/python/distutils.mk"
-
-.if ${PYPKGPREFIX} == py27
+# 2.7 only
 DEPENDS+=      ${PYPKGPREFIX}-backports.shutil_get_terminal_size-[0-9]*:../../devel/py-backports.shutil_get_terminal_size
 DEPENDS+=      ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
 DEPENDS+=      ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
-.endif
 
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 DEPENDS+=      ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
-DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=1.0.4:../../devel/py-prompt_toolkit
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=1.0.4:../../devel/py-prompt_toolkit1
+DEPENDS+=      ${PYPKGPREFIX}-pygments<2.6:../../textproc/py-pygments25
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools44
 DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
-
-PYTHON_VERSIONED_DEPENDENCIES+=        pygments setuptools
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets4
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 post-install:
        cd ${DESTDIR}${PREFIX} && \
-       ${MV} bin/iptest bin/iptest${PYVERSSUFFIX} && \
-       ${MV} bin/ipython bin/ipython${PYVERSSUFFIX} && \
-       ${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython${PYVERSSUFFIX}.1 || ${TRUE}
+       ${MV} bin/iptest bin/iptest-${PYVERSSUFFIX} && \
+       ${MV} bin/ipython bin/ipython-${PYVERSSUFFIX} && \
+       ${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython-${PYVERSSUFFIX}.1 || ${TRUE}
 
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-ipython5/PLIST
diff -u pkgsrc/devel/py-ipython5/PLIST:1.1 pkgsrc/devel/py-ipython5/PLIST:1.2
--- pkgsrc/devel/py-ipython5/PLIST:1.1  Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/PLIST      Thu Jun 10 05:48:26 2021
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/16 18:10:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/06/10 05:48:26 adam Exp $
+bin/iptest-${PYVERSSUFFIX}
 ${PLIST.py2x}bin/iptest2
 ${PLIST.py3x}bin/iptest3
-bin/iptest${PYVERSSUFFIX}
+bin/ipython-${PYVERSSUFFIX}
 ${PLIST.py2x}bin/ipython2
 ${PLIST.py3x}bin/ipython3
-bin/ipython${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/IPython/__init__.py
 ${PYSITELIB}/IPython/__init__.pyc
 ${PYSITELIB}/IPython/__init__.pyo
@@ -925,5 +926,4 @@ ${PYSITELIB}/IPython/utils/warn.pyo
 ${PYSITELIB}/IPython/utils/wildcard.py
 ${PYSITELIB}/IPython/utils/wildcard.pyc
 ${PYSITELIB}/IPython/utils/wildcard.pyo
-${PYSITELIB}/${EGG_FILE}
-man/man1/ipython${PYVERSSUFFIX}.1
+man/man1/ipython-${PYVERSSUFFIX}.1

Index: pkgsrc/devel/py-ipython5/distinfo
diff -u pkgsrc/devel/py-ipython5/distinfo:1.4 pkgsrc/devel/py-ipython5/distinfo:1.5
--- pkgsrc/devel/py-ipython5/distinfo:1.4       Sat Aug  4 09:29:59 2018
+++ pkgsrc/devel/py-ipython5/distinfo   Thu Jun 10 05:48:26 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2018/08/04 09:29:59 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/06/10 05:48:26 adam Exp $
 
-SHA1 (ipython-5.8.0.tar.gz) = 987b66cc662db8bd2ae96eee2f2237266d0c92dc
-RMD160 (ipython-5.8.0.tar.gz) = 8f11c03f31ed7d11d566f13eeda5cdcec8c07105
-SHA512 (ipython-5.8.0.tar.gz) = 946afb8f1623c8a7564ba2d782e05f5c961577dfb1e4a0f27e4a10e2932d5d041035c12aea7eb3e1d61af87867fab85a29919499822f93f638634bc343084b3e
-Size (ipython-5.8.0.tar.gz) = 4977824 bytes
+SHA1 (ipython-5.10.0.tar.gz) = 439a32e8cc9f25103164c4b9ec515d6031d7277e
+RMD160 (ipython-5.10.0.tar.gz) = dbcd1e9f59caea4856bae6d76ef28f8769ee35d3
+SHA512 (ipython-5.10.0.tar.gz) = 6263f7c9caaa1dbaac58d99adcf58ccb0b7b204f5d0ebf667474aaf567af8734a7240e6756793e69a4e3fe674cef5c75da87f4c79cea0095e4cde48f4eeca84a
+Size (ipython-5.10.0.tar.gz) = 4978748 bytes
 SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324



Home | Main Index | Thread Index | Old Index