Download raw body.
[new] archivers/py-zstandard
and here small additional polish of this port:
diff --git archivers/py-zstandard/Makefile archivers/py-zstandard/Makefile
index aff042031b1..91b6e4516c3 100644
--- archivers/py-zstandard/Makefile
+++ archivers/py-zstandard/Makefile
@@ -16,11 +16,11 @@ MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
-MODPY_PYTEST_ARGS = -v tests/
+MODPY_PYTEST_ARGS = tests/
MODPY_TEST_DIR = ${WRKDIR}
pre-test:
- @rm -r ${WRKDIR}/tests
+ @rm -rf ${WRKDIR}/tests
@cp -r ${WRKSRC}/tests ${WRKDIR}/
.include <bsd.port.mk>
--
wbr, Kirill
[new] archivers/py-zstandard