git: a05e4e2feebf - main - science/py-asdf: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:18:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a05e4e2feebf393e745754e704d208b2cab487e4 commit a05e4e2feebf393e745754e704d208b2cab487e4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:06:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:23 +0000 science/py-asdf: Update USES=python math/py-numpy requires Python 3.7+ --- science/py-asdf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 6470c129e717..37bbc650feab 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.6.2:devel/py-jmespath@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.7+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes