git: 3b6409ef7b70 - main - devel/py-ctags: limit supported python versions

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 01 Nov 2021 13:59:54 UTC
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>