Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 15:28:51 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4740273177d0 - main - devel/py-unicodedata2: limit supported python versions
Message-ID:  <202111011528.1A1FSpuh089222@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011528.1A1FSpuh089222>