Date: Sun, 3 Dec 2023 11:52:56 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: aefceb7b596e - main - biology/py-pysam: relax python version requirement Message-ID: <202312031152.3B3BquKN037522@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=aefceb7b596e0acff92461e55c0f0fbbe6751a19 commit aefceb7b596e0acff92461e55c0f0fbbe6751a19 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-12-03 11:51:05 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-12-03 11:51:05 +0000 biology/py-pysam: relax python version requirement According to [1] pysam support Python 3.11 since version 0.21.0 [1] https://github.com/pysam-developers/pysam/releases/tag/v0.21.0 PR: 275494 Approved by: portmgr (blanket) --- biology/py-pysam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/py-pysam/Makefile b/biology/py-pysam/Makefile index b44f4e73a7f2..4435335a3a3b 100644 --- a/biology/py-pysam/Makefile +++ b/biology/py-pysam/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhts.so:biology/htslib -USES= gmake python:3.8-3.9 +USES= gmake python USE_PYTHON= distutils autoplist cython cython_run BINARY_ALIAS= make=${GMAKE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312031152.3B3BquKN037522>