aboutsummaryrefslogtreecommitdiff
path: root/math/py-yt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-yt/Makefile')
-rw-r--r--math/py-yt/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile
index c8225d137dc8..bcd16ad88170 100644
--- a/math/py-yt/Makefile
+++ b/math/py-yt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= yt
-DISTVERSION= 4.3.0
+DISTVERSION= 4.3.1
+PORTREVISION= 1
CATEGORIES= math astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
# dependencies are in setup.cfg
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}ewah-bool-utils>=1.0.2:devel/py-ewah-bool-utils@${PY_FLAVOR}
-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3
-RUN_DEPENDS= \
- ${PYNUMPY} \
+RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}cmyt>=0.2.2:math/py-cmyt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ewah-bool-utils>=1.0.2:devel/py-ewah-bool-utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \
@@ -34,7 +33,7 @@ RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}unyt>=2.8.0:math/py-unyt@${PY_FLAVOR}
USES= dos2unix localbase python
-USE_PYTHON= distutils autoplist concurrent # cython, but cython3 isn't yet available
+USE_PYTHON= autoplist concurrent cython3 distutils
post-patch:
@${REINPLACE_CMD} -e "s|check_for_pyembree() is not None|False|" \