summaryrefslogtreecommitdiff
path: root/devel/py-flake8-import-order/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-flake8-import-order/Makefile')
-rw-r--r--devel/py-flake8-import-order/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-flake8-import-order/Makefile b/devel/py-flake8-import-order/Makefile
index aed34d85f3a0..ee6a8ac1f856 100644
--- a/devel/py-flake8-import-order/Makefile
+++ b/devel/py-flake8-import-order/Makefile
@@ -1,9 +1,9 @@
PORTNAME= flake8-import-order
-PORTVERSION= 0.18.2
-PORTREVISION= 1
+PORTVERSION= 0.19.2
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:C/-/_/g}-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Flake8 and pylama plugin that checks the ordering of import statements
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>