Date: Mon, 1 Nov 2021 13:59:54 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: 3b6409ef7b70 - main - devel/py-ctags: limit supported python versions Message-ID: <202111011359.1A1DxsPL067656@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=3b6409ef7b708483d3f770ed516502f0c51978d9 commit 3b6409ef7b708483d3f770ed516502f0c51978d9 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 13:07:11 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:06 +0000 devel/py-ctags: limit supported python versions src/_readtags.c:1950:5: error: expression is not assignable ++Py_REFCNT(o); Approved by: portmgr blanket --- devel/py-ctags/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-ctags/Makefile b/devel/py-ctags/Makefile index a6b66eb668cd..37790fd82722 100644 --- a/devel/py-ctags/Makefile +++ b/devel/py-ctags/Makefile @@ -11,7 +11,7 @@ DISTNAME= python-ctags-${PORTVERSION} MAINTAINER= ahkdiep@gmail.com COMMENT= Python bindings for ctags index file -USES= python:3.6+ +USES= python:3.6-3.9 USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011359.1A1DxsPL067656>