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: updated to 5.10.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6f5204602fe
branches: trunk
changeset: 454348:b6f5204602fe
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 10 05:48:26 2021 +0000
description:
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.
diffstat:
devel/py-ipython5/Makefile | 27 +++++++++++++--------------
devel/py-ipython5/PLIST | 10 +++++-----
devel/py-ipython5/distinfo | 10 +++++-----
3 files changed, 23 insertions(+), 24 deletions(-)
diffs (96 lines):
diff -r 5886eb758c71 -r b6f5204602fe devel/py-ipython5/Makefile
--- a/devel/py-ipython5/Makefile Thu Jun 10 05:47:11 2021 +0000
+++ b/devel/py-ipython5/Makefile Thu Jun 10 05:48:26 2021 +0000
@@ -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 @@
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"
diff -r 5886eb758c71 -r b6f5204602fe devel/py-ipython5/PLIST
--- a/devel/py-ipython5/PLIST Thu Jun 10 05:47:11 2021 +0000
+++ b/devel/py-ipython5/PLIST Thu Jun 10 05:48:26 2021 +0000
@@ -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/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
diff -r 5886eb758c71 -r b6f5204602fe devel/py-ipython5/distinfo
--- a/devel/py-ipython5/distinfo Thu Jun 10 05:47:11 2021 +0000
+++ b/devel/py-ipython5/distinfo Thu Jun 10 05:48:26 2021 +0000
@@ -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