git: 4740273177d0 - main - devel/py-unicodedata2: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 15:28:51 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=4740273177d05e5baf2a024098eea6fc55f31e83 commit 4740273177d05e5baf2a024098eea6fc55f31e83 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-01 15:27:05 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 15:28:25 +0000 devel/py-unicodedata2: limit supported python versions ./unicodedata2/py3/unicodedata.c:19:10: fatal error: 'ucnhash.h' file not found #include "ucnhash.h" ^~~~~~~~~~~ Approved by: portmgr blanket --- devel/py-unicodedata2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-unicodedata2/Makefile b/devel/py-unicodedata2/Makefile index 5c373556c00a..0854dfb89019 100644 --- a/devel/py-unicodedata2/Makefile +++ b/devel/py-unicodedata2/Makefile @@ -13,7 +13,7 @@ COMMENT= Unicodedata backport and updates LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils post-install: