git: f9241356e435 - main - biology/py-pysam: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 14:00:01 UTC
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>