git: ba87d257864f - main - devel/py-pyjq: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 15:28:49 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba87d257864f095cb5808ebbf58af1288ceb4e7c commit ba87d257864f095cb5808ebbf58af1288ceb4e7c Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-01 15:21:46 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 15:28:25 +0000 devel/py-pyjq: limit supported python versions _pyjq.c:3707:5: error: expression is not assignable ++Py_REFCNT(o); Approved by: portmgr blanket --- devel/py-pyjq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pyjq/Makefile b/devel/py-pyjq/Makefile index 3cebd1a3f676..d3a967e9c5c9 100644 --- a/devel/py-pyjq/Makefile +++ b/devel/py-pyjq/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjq.so:textproc/jq \ libonig.so:devel/oniguruma -USES= localbase python:3.6+ +USES= localbase python:3.6-3.9 USE_PYTHON= autoplist distutils post-patch: