Date: Sun, 3 Dec 2023 12:30:34 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f9ce6b335dc2 - main - devel/py-makefun: relax python version requirement Message-ID: <202312031230.3B3CUYFX097654@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24 commit f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-12-03 12:29:52 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-12-03 12:29:52 +0000 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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312031230.3B3CUYFX097654>