git: 9d058c624496 - main - devel/py-blist: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:59:57 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d058c624496c256cfc3cbdfd0803acffd414205 commit 9d058c624496c256cfc3cbdfd0803acffd414205 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 13:53:36 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:08 +0000 devel/py-blist: limit supported python versions blist/_blist.c:6592:27: error: expression is not assignable Py_REFCNT(&saved) = 1; --- devel/py-blist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-blist/Makefile b/devel/py-blist/Makefile index b897b1041ee1..8f40209e4e5a 100644 --- a/devel/py-blist/Makefile +++ b/devel/py-blist/Makefile @@ -13,7 +13,7 @@ COMMENT= Drop-in list replacement with better performance for large lists LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.6-3.9 USE_PYTHON= autoplist distutils do-test: