diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-10 06:35:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-10 06:41:38 +0000 |
commit | 331bcb40ff2576c89719ed40ac5b89035d903f0b (patch) | |
tree | 5cdaba5544e57917fd8ce27eddcaef9d2df71eae | |
parent | 5c56f2c3d83d3c71861d6ddb0b9c82e3aa2e4c80 (diff) | |
download | ports-331bcb40ff2576c89719ed40ac5b89035d903f0b.tar.gz ports-331bcb40ff2576c89719ed40ac5b89035d903f0b.zip |
math/py-yt: Change dependency from devel/ipython5 to devel/ipython
devel/ipython5 was there by mistake.
(cherry picked from commit 0c45ec72c2eba407d3f0f50f1093cf4a13e0c90d)
-rw-r--r-- | math/py-yt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} \ |