Date: Thu, 7 Mar 2019 18:38:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494981 - head/devel/py-astroid Message-ID: <201903071838.x27IcaIF090252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903071838.x27IcaIF090252>