diff --git a/devel/py-flake8-future-annotations/Makefile b/devel/py-flake8-future-annotations/Makefile index b866504a477c..790c2b68c3a8 100644 --- a/devel/py-flake8-future-annotations/Makefile +++ b/devel/py-flake8-future-annotations/Makefile @@ -1,22 +1,22 @@ PORTNAME= flake8-future-annotations PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Verifies python 3.7+ files use from __future__ import annotations WWW= https://pypi.org/project/flake8-future-annotations/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} # The authors claim python 3.7+, but the py-flake8 port requires 3.8+ USES= python:3.8+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes .include