git: f23093279da6 - main - print/py-relatorio: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 11:04:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f23093279da644ec0a157b99d2a70cdcf75cb2ee commit f23093279da644ec0a157b99d2a70cdcf75cb2ee Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-09 10:59:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-09 10:59:15 +0000 print/py-relatorio: Convert to USE_PYTHON=unittest --- print/py-relatorio/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 97a395942db6..05def315c2d1 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes @@ -29,7 +29,4 @@ CHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.4.0:graphics/py-pycha@${PY_FL ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} FODT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v - .include <bsd.port.mk>