git: 3e024fcf3936 - main - devel/py-aws-sam-translator: allow build with Python 3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Feb 2022 18:39:18 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e024fcf393694f14fe70c52f06d0b459071d67d commit 3e024fcf393694f14fe70c52f06d0b459071d67d Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-02-15 18:33:35 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-02-15 18:39:12 +0000 devel/py-aws-sam-translator: allow build with Python 3.9 According to official site, it's said that python 3.9 is not officially supported, but antoine@ noticed that it’s fine. PR: 261868 Approved by: Norikatsu Shigemura (maintainer) --- devel/py-aws-sam-translator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-aws-sam-translator/Makefile b/devel/py-aws-sam-translator/Makefile index 071c85aaaad8..726b83e35873 100644 --- a/devel/py-aws-sam-translator/Makefile +++ b/devel/py-aws-sam-translator/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.5:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.15:devel/py-six@${PY_FLAVOR} -USES= python:3.6-3.8 +USES= python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes