Date: Sun, 3 Dec 2023 12:04:02 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: 4135d03c4dfc - main - biology/py-python-libsbml: relax python version requirement Message-ID: <202312031204.3B3C423i054841@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=4135d03c4dfc53060604c924d2849763ec47f01f commit 4135d03c4dfc53060604c924d2849763ec47f01f Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-12-03 12:02:23 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-12-03 12:02:23 +0000 biology/py-python-libsbml: relax python version requirement According to [1] python-libsbml supports Python 3.11 since version 5.19.2 [1] https://github.com/sbmlteam/python-libsbml/releases/tag/v5.19.2 PR: 275494 Approved by: portmgr (blanket) --- biology/py-python-libsbml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/py-python-libsbml/Makefile b/biology/py-python-libsbml/Makefile index 73adc29c5285..8d5ef70851be 100644 --- a/biology/py-python-libsbml/Makefile +++ b/biology/py-python-libsbml/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig -USES= python:3.8-3.9 +USES= python USE_PYTHON= autoplist distutils # autoplist produces incomplete plist, missing files are in pkg-plist. Reported to the upstream author fbergman@caltech.edu on 2021-08-17 MAKE_ENV= CMAKE_BUILD_PARALLEL_LEVEL=${MAKE_JOBS_NUMBER}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312031204.3B3C423i054841>