Date: Sun, 10 Oct 2021 06:41:46 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 331bcb40ff25 - 2021Q4 - math/py-yt: Change dependency from devel/ipython5 to devel/ipython Message-ID: <202110100641.19A6fkEO088315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=331bcb40ff2576c89719ed40ac5b89035d903f0b commit 331bcb40ff2576c89719ed40ac5b89035d903f0b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-10 06:35:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-10 06:41:38 +0000 math/py-yt: Change dependency from devel/ipython5 to devel/ipython devel/ipython5 was there by mistake. (cherry picked from commit 0c45ec72c2eba407d3f0f50f1093cf4a13e0c90d) --- math/py-yt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile index a89a91f6de90..9f0ffff40ca8 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -2,6 +2,7 @@ PORTNAME= yt DISTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ BROKEN_i386= call to 'countOnes' is ambiguous, see https://github.com/yt-project BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.2:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=8.4:devel/py-more-itertools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110100641.19A6fkEO088315>