diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-28 00:38:55 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-28 00:39:16 +0000 |
commit | 93387f4bec4c3af8acd9754b7c41958cdc3bcac1 (patch) | |
tree | 366f047855b1c7c1040f98331cdc03ec2a2570b3 /math/py-formulaic/Makefile | |
parent | fbd457a84ed8a3f16b701b0618c057502774680a (diff) | |
download | ports-93387f4bec4c3af8acd9754b7c41958cdc3bcac1.tar.gz ports-93387f4bec4c3af8acd9754b7c41958cdc3bcac1.zip |
math/py-formulaic: Update 0.5.2 → 0.6.0
Reported by: portscout
Diffstat (limited to 'math/py-formulaic/Makefile')
-rw-r--r-- | math/py-formulaic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-formulaic/Makefile b/math/py-formulaic/Makefile index 26b2b49dd0f1..3989d0e4f823 100644 --- a/math/py-formulaic/Makefile +++ b/math/py-formulaic/Makefile @@ -1,6 +1,5 @@ PORTNAME= formulaic -PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTVERSION= 0.6.0 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +28,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= pep517 autoplist pytest # 2 tests fail, see https://github.com/matthewwardrop/formulaic/issues/140 +USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes |