Date: Mon, 1 Nov 2021 14:00:01 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f9241356e435 - main - biology/py-pysam: limit supported python versions Message-ID: <202111011400.1A1E01Tr069908@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9241356e435aa0ca169be46dafaf7748e4b297f commit f9241356e435aa0ca169be46dafaf7748e4b297f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 14:53:53 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:09 +0000 biology/py-pysam: limit supported python versions pysam/libchtslib.c:1269:15: error: no member named 'use_tracing' in 'struct _ts' tstate->use_tracing = 0; 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 1726053f93c1..d93aa642d48d 100644 --- a/biology/py-pysam/Makefile +++ b/biology/py-pysam/Makefile @@ -10,7 +10,7 @@ COMMENT= Python module for reading, manipulating and writing genomic data sets LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake python:3.6+ +USES= gmake python:3.6-3.9 USE_PYTHON= autoplist distutils cython cython_run .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011400.1A1E01Tr069908>