git: cc31bbb4d168 - main - devel/py-reedsolo: limit supported python version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 12:02:31 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc31bbb4d1689aedbc5a96a899a4c3b042af7142 commit cc31bbb4d1689aedbc5a96a899a4c3b042af7142 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 11:14:55 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-10-28 11:46:08 +0000 devel/py-reedsolo: limit supported python version creedsolo.c:32027:5: error: expression is not assignable ++Py_REFCNT(o); ^ ~~~~~~~~~~~~ Approved by: portmgr blanket --- devel/py-reedsolo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-reedsolo/Makefile b/devel/py-reedsolo/Makefile index bd5a92166c56..ff4af14b4d2e 100644 --- a/devel/py-reedsolo/Makefile +++ b/devel/py-reedsolo/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.6-3.9 USE_GITHUB= yes USE_PYTHON= autoplist cython distutils