git: 060df9fe5358 - main - devel/py-future-annotations: unbreak bulk -a
Antoine Brodin
antoine at FreeBSD.org
Fri May 7 19:07:03 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=060df9fe5358a0896cb14ceedc3aef8a6b68c6a8
commit 060df9fe5358a0896cb14ceedc3aef8a6b68c6a8
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-05-07 19:06:35 +0000
Commit: Antoine Brodin <antoine at 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>
More information about the dev-commits-ports-all
mailing list