svn commit: r470370 - head/devel/py-scripttest

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 19 08:34:12 UTC 2018


Author: amdmi3
Date: Sat May 19 08:34:11 2018
New Revision: 470370
URL: https://svnweb.freebsd.org/changeset/ports/470370

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-scripttest/Makefile

Modified: head/devel/py-scripttest/Makefile
==============================================================================
--- head/devel/py-scripttest/Makefile	Sat May 19 08:26:38 2018	(r470369)
+++ head/devel/py-scripttest/Makefile	Sat May 19 08:34:11 2018	(r470370)
@@ -10,16 +10,18 @@ MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Helper to test command-line scripts
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/docs/license.rst
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pypa
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list