diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:44:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:58:18 +0000 |
commit | e8e275f53cb30213ba77c5f599e3d803f8a8092b (patch) | |
tree | f7f1831081bc7873cda924bfcfdfa55adcfe85c0 /math | |
parent | 8b2239433daf63c60b036fb37697c69c6fd0b6fe (diff) | |
download | ports-e8e275f53cb30213ba77c5f599e3d803f8a8092b.tar.gz ports-e8e275f53cb30213ba77c5f599e3d803f8a8092b.zip |
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mathics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mathics/Makefile b/math/py-mathics/Makefile index 6847dc5ba338..3277457c4e71 100644 --- a/math/py-mathics/Makefile +++ b/math/py-mathics/Makefile @@ -63,7 +63,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ #USE_GITHUB= yes #GH_ACCOUNT= ${PORTNAME:tl} -USES= python:3.7+ shebangfix +USES= python:3.8+ shebangfix USE_PYTHON= distutils noflavors SHEBANG_GLOB= *.py |