aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2023-12-03 12:29:52 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2023-12-03 12:29:52 +0000
commitf9ce6b335dc226a2e9394f25d28e5fbe1bcbea24 (patch)
tree0dd320003c3bf3fbfea17ff891fac0668b03c5b6
parent4135d03c4dfc53060604c924d2849763ec47f01f (diff)
downloadports-f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24.tar.gz
ports-f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24.zip
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)
-rw-r--r--devel/py-makefun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-makefun/Makefile b/devel/py-makefun/Makefile
index 0c70fad078ae..66e8ab7aae5f 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