Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2021 12:02:36 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: 1c5aeb0d52ca - main - devel/py-meliae: limit supported python versions
Message-ID:  <202110281202.19SC2a5a036837@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=1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc

commit 1c5aeb0d52ca049ca68c5df1a47ce45d8726d5cc
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-10-28 11:37:27 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-10-28 11:46:09 +0000

    devel/py-meliae: limit supported python versions
    
    meliae/_scanner.c:3388:46: error: use of undeclared identifier 'PyGC_Head'
      __pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(PyGC_Head))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 52, __pyx_L1_error)
    
    Approved by:    portmgr blanket
---
 devel/py-meliae/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-meliae/Makefile b/devel/py-meliae/Makefile
index 1584db6c19f3..44c8fd36a90a 100644
--- a/devel/py-meliae/Makefile
+++ b/devel/py-meliae/Makefile
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.6-3.8
 USE_PYTHON=	distutils autoplist cython
 TEST_TARGET=	check  # test fails
 



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