git: d5b9a8fe0f64 - main - math/mathicsscript: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:06:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5b9a8fe0f640a0883b763a5aa9c6605e2293642 commit d5b9a8fe0f640a0883b763a5aa9c6605e2293642 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:52:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:20 +0000 math/mathicsscript: Update USES=python math/py-mathics requires Python 3.8+ --- math/mathicsscript/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mathicsscript/Makefile b/math/mathicsscript/Makefile index db4a97ef224e..f60c8de685dc 100644 --- a/math/mathicsscript/Makefile +++ b/math/mathicsscript/Makefile @@ -33,7 +33,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} #USE_GITHUB= yes #GH_ACCOUNT= Mathics3 -USES= python:3.6+ readline shebangfix +USES= python:3.8+ readline shebangfix USE_PYTHON= distutils noflavors SHEBANG_GLOB= *.py