Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2021 19:07:03 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 060df9fe5358 - main - devel/py-future-annotations: unbreak bulk -a
Message-ID:  <202105071907.147J734Y020075@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=060df9fe5358a0896cb14ceedc3aef8a6b68c6a8

commit 060df9fe5358a0896cb14ceedc3aef8a6b68c6a8
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-05-07 19:06:35 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-05-07 19:06:35 +0000

    devel/py-future-annotations: unbreak bulk -a
---
 devel/py-future-annotations/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/devel/py-future-annotations/Makefile b/devel/py-future-annotations/Makefile
index 3c7bd0fc426d..1843311afec1 100644
--- a/devel/py-future-annotations/Makefile
+++ b/devel/py-future-annotations/Makefile
@@ -15,9 +15,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3:devel/py-tokenize-rt@${PY_FLAVOR}
 
-USES=		python:3.6
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 3700
+IGNORE=		included in python ${PYTHON_VER}
+.endif
+
+.include <bsd.port.post.mk>



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