Date: Sat, 5 Jan 2019 22:45:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489399 - head/devel/py-isort Message-ID: <201901052245.x05MjghJ067700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901052245.x05MjghJ067700>