git: 0c45ec72c2eb - main - math/py-yt: Change dependency from devel/ipython5 to devel/ipython
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 06:38:47 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c45ec72c2eba407d3f0f50f1093cf4a13e0c90d commit 0c45ec72c2eba407d3f0f50f1093cf4a13e0c90d 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:38:45 +0000 math/py-yt: Change dependency from devel/ipython5 to devel/ipython devel/ipython5 was there by mistake. --- 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} \