svn commit: r494981 - head/devel/py-astroid

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 7 18:38:37 UTC 2019


Author: amdmi3
Date: Thu Mar  7 18:38:36 2019
New Revision: 494981
URL: https://svnweb.freebsd.org/changeset/ports/494981

Log:
  - Add testing support
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-astroid/Makefile

Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile	Thu Mar  7 18:35:32 2019	(r494980)
+++ head/devel/py-astroid/Makefile	Thu Mar  7 18:38:36 2019	(r494981)
@@ -33,4 +33,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing>=0:devel/p
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR}
 .endif
 
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list