blob: f88c51c361bc11efaeef245c01234503e156ca1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= junitparser
DISTVERSION= 4.0.2
CATEGORIES= devel net
#MASTER_SITES= PYPI # some test files are missing
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Manipulating JUnit/xUnit Result XML files
WWW= https://junitparser.readthedocs.io/en/latest/ \
https://github.com/weiwei/junitparser
LICENSE= APACHE20
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 concurrent autoplist pytest
USE_GITHUB= yes
GH_ACCOUNT= weiwei
NO_ARCH= yes
# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s
.include <bsd.port.mk>
|