svn commit: r561139 - head/devel/py-semantic-version

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 23:13:27 UTC 2021


Author: sunpoet
Date: Sun Jan 10 23:13:23 2021
New Revision: 561139
URL: https://svnweb.freebsd.org/changeset/ports/561139

Log:
  Simplify do-test:

Modified:
  head/devel/py-semantic-version/Makefile

Modified: head/devel/py-semantic-version/Makefile
==============================================================================
--- head/devel/py-semantic-version/Makefile	Sun Jan 10 23:13:19 2021	(r561138)
+++ head/devel/py-semantic-version/Makefile	Sun Jan 10 23:13:23 2021	(r561139)
@@ -22,6 +22,6 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 do-test:
-	@(cd ${TEST_WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
+	cd ${WRKSRC} && ${PYTHON_CMD} setup.py test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list