Skip to content

Commit

Permalink
biology/py-python-libsbml: relax python version requirement
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mexicarne committed Dec 3, 2023
1 parent aefceb7 commit 4135d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biology/py-python-libsbml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4135d03

Please sign in to comment.