1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/py-yt: Change dependency from devel/ipython5 to devel/ipython

devel/ipython5 was there by mistake.
This commit is contained in:
Yuri Victorovich 2021-10-09 23:35:33 -07:00
parent 8fcc40e704
commit 0c45ec72c2

View File

@ -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} \