diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-12-03 11:51:05 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-12-03 11:51:05 +0000 |
commit | aefceb7b596e0acff92461e55c0f0fbbe6751a19 (patch) | |
tree | fb359a8de6b78fcf9067ce5b5ef18287c00b441f | |
parent | d7238d750ab5395824f02ac794758f67235bd719 (diff) |
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)
-rw-r--r-- | biology/py-pysam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |