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
This commit is contained in:
Dmitry Marakasov 2021-10-28 15:40:13 +03:00
parent bbc2585de3
commit fbb488536c

View file

@ -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