Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 23:13:23 +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: r561139 - head/devel/py-semantic-version
Message-ID:  <202101102313.10ANDNAf075376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101102313.10ANDNAf075376>