1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

archivers/py-sozipfile: Convert to USE_PYTHON=unittest

This commit is contained in:
Po-Chuan Hsieh 2023-12-25 17:00:03 +08:00
parent 3b656ef052
commit 5dac015ed2
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -15,8 +15,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
TEST_ARGS= discover -s tests
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
.include <bsd.port.mk>