Date: Fri, 31 Aug 2018 23:47:59 +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: r478627 - head/devel/py-funcsigs Message-ID: <201808312347.w7VNlxiV021956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 31 23:47:59 2018 New Revision: 478627 URL: https://svnweb.freebsd.org/changeset/ports/478627 Log: Cosmetic change Modified: head/devel/py-funcsigs/Makefile Modified: head/devel/py-funcsigs/Makefile ============================================================================== --- head/devel/py-funcsigs/Makefile Fri Aug 31 23:47:50 2018 (r478626) +++ head/devel/py-funcsigs/Makefile Fri Aug 31 23:47:59 2018 (r478627) @@ -13,9 +13,10 @@ COMMENT= Python function signatures from PEP362 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808312347.w7VNlxiV021956>