Date: Sun, 3 Dec 2023 12:42:35 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: d90d87d549c2 - main - devel/py-tinyarray: relax python version requirement Message-ID: <202312031242.3B3CgZX3021521@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=d90d87d549c24293d5468bed85dd48d9ec015779 commit d90d87d549c24293d5468bed85dd48d9ec015779 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-12-03 12:42:05 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-12-03 12:42:05 +0000 devel/py-tinyarray: relax python version requirement Tested in Python 3.11 virtualenv with samples from official docs - worked, so no reason to limit to 3.9 PR: 275494 Approved by: portmgr (blanket) --- devel/py-tinyarray/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-tinyarray/Makefile b/devel/py-tinyarray/Makefile index 91eb4b860596..9de4d187c737 100644 --- a/devel/py-tinyarray/Makefile +++ b/devel/py-tinyarray/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.8-3.9 +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312031242.3B3CgZX3021521>