From f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sun, 3 Dec 2023 15:29:52 +0300 Subject: [PATCH] devel/py-makefun: relax python version requirement Tested in Python 3.11 virtualenv with samples from official docs - worked, so not reason to limit to 3.9 PR: 275494 Approved by: portmgr (blanket) --- devel/py-makefun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-makefun/Makefile b/devel/py-makefun/Makefile index 0c70fad078ae9..66e8ab7aae5f0 100644 --- a/devel/py-makefun/Makefile +++ b/devel/py-makefun/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR} -USES= python:3.8-3.9 +USES= python USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src