git: 7888978d77de - main - devel/py-unittest2: limit available python range to 3.7-3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Jul 2022 20:27:16 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7888978d77de026199ac19975d6e2f66147a7aef commit 7888978d77de026199ac19975d6e2f66147a7aef Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-07-02 20:25:32 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-07-02 20:27:01 +0000 devel/py-unittest2: limit available python range to 3.7-3.9 Reported by: poudriere fallout Approved by: portmgr blanket (fix build) --- devel/py-unittest2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index dabb573fc9de..58594eba2fe2 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7-3.9 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes