aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 10:59:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-09 10:59:15 +0000
commitf23093279da644ec0a157b99d2a70cdcf75cb2ee (patch)
tree491551c69e0852f6e9fc401cd6ea779d7b1aeaf4 /print
parentdcef7d0ff90f4411a18f333a67bc0eace5936707 (diff)
downloadports-f23093279da644ec0a157b99d2a70cdcf75cb2ee.tar.gz
ports-f23093279da644ec0a157b99d2a70cdcf75cb2ee.zip
print/py-relatorio: Convert to USE_PYTHON=unittest
Diffstat (limited to 'print')
-rw-r--r--print/py-relatorio/Makefile5
1 files changed, 1 insertions, 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>