From fbb488536c1c69fc3ced0f28ae60e5b8c3e246f1 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 28 Oct 2021 15:40:13 +0300 Subject: [PATCH] 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