diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-12-03 12:02:23 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-12-03 12:02:23 +0000 |
commit | 4135d03c4dfc53060604c924d2849763ec47f01f (patch) | |
tree | 7d42bcf8b279688255f8d67f1de67ac1d23c5cfd | |
parent | aefceb7b596e0acff92461e55c0f0fbbe6751a19 (diff) |
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)
-rw-r--r-- | biology/py-python-libsbml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |