git: fbb488536c1c - main - databases/py-pony: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:59:51 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb488536c1c69fc3ced0f28ae60e5b8c3e246f1 commit fbb488536c1c69fc3ced0f28ae60e5b8c3e246f1 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 12:40:13 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:05 +0000 databases/py-pony: limit supported python versions Sorry, but pony 0.7.14 requires Python of one of the following versions: 2.7, 3.3-3.9. You have version 3.10.0 Approved by: portmgr blanket --- databases/py-pony/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-pony/Makefile b/databases/py-pony/Makefile index 40d528cd0c7d..d3baaadc089a 100644 --- a/databases/py-pony/Makefile +++ b/databases/py-pony/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.5-3.9 USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src