Date: Sat, 3 Oct 2015 17:07:30 +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: r398482 - head/devel/py-greenlet Message-ID: <201510031707.t93H7UBs008407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 3 17:07:29 2015 New Revision: 398482 URL: https://svnweb.freebsd.org/changeset/ports/398482 Log: - Convert to new test framework Modified: head/devel/py-greenlet/Makefile Modified: head/devel/py-greenlet/Makefile ============================================================================== --- head/devel/py-greenlet/Makefile Sat Oct 3 17:07:24 2015 (r398481) +++ head/devel/py-greenlet/Makefile Sat Oct 3 17:07:29 2015 (r398482) @@ -12,14 +12,13 @@ COMMENT= Light-weight microthreads for P LICENSE= MIT +DO_MAKE_TEST= ${PYTHON_CMD} ONLY_FOR_ARCHS= amd64 i386 +TEST_TARGET= run-tests.py USE_PYTHON= autoplist concurrent distutils USES= python post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/greenlet.so -regression-test test: build - cd ${WRKSRC}/ && ${PYTHON_CMD} run-tests.py - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031707.t93H7UBs008407>