svn commit: r418712 - in head/devel: pep8 py-cffi py-python-gist

Jan Beich jbeich at FreeBSD.org
Mon Jul 18 16:15:16 UTC 2016


Author: jbeich
Date: Mon Jul 18 16:15:14 2016
New Revision: 418712
URL: https://svnweb.freebsd.org/changeset/ports/418712

Log:
  Drop default target dependencies for do-test
  
  Approved by:	portmgr-blanket

Modified:
  head/devel/pep8/Makefile   (contents, props changed)
  head/devel/py-cffi/Makefile   (contents, props changed)
  head/devel/py-python-gist/Makefile   (contents, props changed)

Modified: head/devel/pep8/Makefile
==============================================================================
--- head/devel/pep8/Makefile	Mon Jul 18 16:15:01 2016	(r418711)
+++ head/devel/pep8/Makefile	Mon Jul 18 16:15:14 2016	(r418712)
@@ -17,7 +17,7 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
-do-test: extract
+do-test:
 	@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
 		--doctest --testsuite=testsuite)
 

Modified: head/devel/py-cffi/Makefile
==============================================================================
--- head/devel/py-cffi/Makefile	Mon Jul 18 16:15:01 2016	(r418711)
+++ head/devel/py-cffi/Makefile	Mon Jul 18 16:15:14 2016	(r418712)
@@ -23,7 +23,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-do-test: patch
+do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \
 		${PYDISTUTILS_SETUP} build_ext -i)
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)

Modified: head/devel/py-python-gist/Makefile
==============================================================================
--- head/devel/py-python-gist/Makefile	Mon Jul 18 16:15:01 2016	(r418711)
+++ head/devel/py-python-gist/Makefile	Mon Jul 18 16:15:14 2016	(r418712)
@@ -29,7 +29,7 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
-do-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list