From b227efe82e96172ad4f7cc4f6d54294cf8b83e15 Mon Sep 17 00:00:00 2001 From: bket Date: Sat, 11 Jul 2020 15:17:51 +0000 Subject: [PATCH] Update to ipython-5.10.0 Maintenance update. Taking over maintainership from edd@. OK edd@ --- devel/ipython/Makefile | 36 ++++++++++++++++++------------------ devel/ipython/distinfo | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index b83a3dca5b1..78f7ffb2752 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,47 +1,46 @@ -# $OpenBSD: Makefile,v 1.55 2020/07/08 13:01:23 bket Exp $ +# $OpenBSD: Makefile,v 1.56 2020/07/11 15:17:51 bket Exp $ COMMENT = enhanced interactive Python shell -MODPY_EGG_VERSION = 5.8.0 -REVISION = 5 +MODPY_EGG_VERSION = 5.10.0 DISTNAME = ipython-${MODPY_EGG_VERSION} PKGNAME = ipython${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION} + CATEGORIES = devel HOMEPAGE = https://ipython.org/ -MAINTAINER = Edd Barrett +MAINTAINER = Bjorn Ketelaars + +# BSD +PERMIT_PACKAGE = Yes MODULES = lang/python +MODPY_PI = Yes -RUN_DEPENDS = devel/py-decorator${MODPY_FLAVOR} \ - databases/py-pickleshare${MODPY_FLAVOR} \ - devel/py-simplegeneric${MODPY_FLAVOR}>0.8 \ - devel/py-traitlets${MODPY_FLAVOR}>=4.2 \ +RUN_DEPENDS = databases/py-pickleshare${MODPY_FLAVOR} \ devel/desktop-file-utils \ + devel/py-decorator${MODPY_FLAVOR} \ devel/py-pexpect${MODPY_FLAVOR} \ devel/py-prompt_toolkit${MODPY_FLAVOR} \ + devel/py-simplegeneric${MODPY_FLAVOR}>0.8 \ + devel/py-traitlets${MODPY_FLAVOR}>=4.2 \ math/py-numpy${MODPY_FLAVOR} \ - textproc/py-pygments${MODPY_FLAVOR} + textproc/py-pygments${MODPY_FLAVOR}<2.6 # Note that if you have pdb++ installed, tests will fail. TEST_DEPENDS = ${BASE_PKGPATH}=${MODPY_EGG_VERSION} \ - graphics/py-matplotlib${MODPY_FLAVOR} \ + devel/py-ipykernel${MODPY_FLAVOR} \ devel/py-nbformat${MODPY_FLAVOR}>=4.2.0 \ devel/py-nose${MODPY_FLAVOR} \ - devel/py-ipykernel${MODPY_FLAVOR} \ - www/py-requests${MODPY_FLAVOR} \ - devel/py-testpath${MODPY_FLAVOR} + devel/py-testpath${MODPY_FLAVOR} \ + graphics/py-matplotlib${MODPY_FLAVOR} \ + www/py-requests${MODPY_FLAVOR} # Optional dependency which gets picked up if it happens to be installed, thus # causing race conditions under dpb. Pull it in to avoid this possibility. BUILD_DEPENDS += www/py-mako${MODPY_FLAVOR} -# BSD -PERMIT_PACKAGE= Yes - -MODPY_PI = Yes - FLAVORS = python3 FLAVOR = python3 @@ -61,6 +60,7 @@ pre-build: ${SUBST_CMD} ${WRKBUILD}/IPython/core/tests/test_interactiveshell.py ${SUBST_CMD} ${WRKBUILD}/examples/IPython\ Kernel/ipython.desktop +# XXX Some tests fail with PORTS_PRIVSEP do-test: env LC_CTYPE=en_US.UTF-8 PYTHONNOUSERSITE=1 \ ${LOCALBASE}/bin/iptest diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 14c1799acde..0ce1d512f6a 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,2 +1,2 @@ -SHA256 (ipython-5.8.0.tar.gz) = S6xkmFdhG6qvdryCwXOqVC90hkRsM1/hpsBdDUkciQY= -SIZE (ipython-5.8.0.tar.gz) = 4977824 +SHA256 (ipython-5.10.0.tar.gz) = 0fni0CuwkA3e97avEUrKOlzz3EO53h8Z03xK7bxyT+4= +SIZE (ipython-5.10.0.tar.gz) = 4978748