mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
dns/py-idna: Convert to USE_PYTHON=unittest
This commit is contained in:
parent
a360303565
commit
c67fba1b19
1 changed files with 1 additions and 4 deletions
|
@ -13,11 +13,8 @@ LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
USES= python:3.5+
|
USES= python:3.5+
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils unittest
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
do-test:
|
|
||||||
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue