svn commit: r535586 - head/devel/py-jaraco.itertools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 17 18:27:15 UTC 2020


Author: sunpoet
Date: Sun May 17 18:27:09 2020
New Revision: 535586
URL: https://svnweb.freebsd.org/changeset/ports/535586

Log:
  Convert to test framework

Modified:
  head/devel/py-jaraco.itertools/Makefile

Modified: head/devel/py-jaraco.itertools/Makefile
==============================================================================
--- head/devel/py-jaraco.itertools/Makefile	Sun May 17 18:27:04 2020	(r535585)
+++ head/devel/py-jaraco.itertools/Makefile	Sun May 17 18:27:09 2020	(r535586)
@@ -17,9 +17,13 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}inflect>=0:devel/py-inflect@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-black-multipy>=0:devel/py-pytest-black-multipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
@@ -32,5 +36,8 @@ post-install:
 
 trim-jaraco-namespace:
 	@${REINPLACE_CMD} '/jaraco\/__init__\./d; /jaraco\/__pycache__\/__init__\./d' ${TMPPLIST}
+
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list