Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 15:28:49 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: ba87d257864f - main - devel/py-pyjq: limit supported python versions
Message-ID:  <202111011528.1A1FSnWa089168@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=ba87d257864f095cb5808ebbf58af1288ceb4e7c

commit ba87d257864f095cb5808ebbf58af1288ceb4e7c
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-11-01 15:21:46 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-01 15:28:25 +0000

    devel/py-pyjq: limit supported python versions
    
    _pyjq.c:3707:5: error: expression is not assignable
        ++Py_REFCNT(o);
    
    Approved by:    portmgr blanket
---
 devel/py-pyjq/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-pyjq/Makefile b/devel/py-pyjq/Makefile
index 3cebd1a3f676..d3a967e9c5c9 100644
--- a/devel/py-pyjq/Makefile
+++ b/devel/py-pyjq/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libjq.so:textproc/jq \
 		libonig.so:devel/oniguruma
 
-USES=		localbase python:3.6+
+USES=		localbase python:3.6-3.9
 USE_PYTHON=	autoplist distutils
 
 post-patch:



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