git: 204ebaab343c - main - textproc/py-grako: update supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:59:53 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=204ebaab343c745a4edc06144ed16998ddedb87d commit 204ebaab343c745a4edc06144ed16998ddedb87d Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 13:02:30 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:06 +0000 textproc/py-grako: update supported python versions File "/wrkdirs/usr/ports/textproc/py-grako/work-py310/grako-3.99.9/grako/grammars.py", line 8, in <module> from collections import defaultdict, Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py) Approved by: portmgr blanket --- textproc/py-grako/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-grako/Makefile b/textproc/py-grako/Makefile index 162e6ff5c993..0c040d656637 100644 --- a/textproc/py-grako/Makefile +++ b/textproc/py-grako/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python:3.6-3.9 zip USE_PYTHON= distutils cython autoplist .include <bsd.port.mk>