svn commit: r489399 - head/devel/py-isort

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 5 22:45:43 UTC 2019


Author: sunpoet
Date: Sat Jan  5 22:45:41 2019
New Revision: 489399
URL: https://svnweb.freebsd.org/changeset/ports/489399

Log:
  Cosmetic change

Modified:
  head/devel/py-isort/Makefile

Modified: head/devel/py-isort/Makefile
==============================================================================
--- head/devel/py-isort/Makefile	Sat Jan  5 22:45:36 2019	(r489398)
+++ head/devel/py-isort/Makefile	Sat Jan  5 22:45:41 2019	(r489399)
@@ -16,8 +16,9 @@ RUN_DEPENDS=	${PY_FUTURES}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list