freebsd-ports/devel/py-junitparser/Makefile
Yuri Victorovich 49b489ca7a devel/py-junitparser: update 3.1.0 → 3.1.1
Reported by:	portscout
2023-12-26 22:27:19 -08:00

21 lines
462 B
Makefile

PORTNAME= junitparser
DISTVERSION= 3.1.1
CATEGORIES= devel net
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Manipulating JUnit/xUnit Result XML files
WWW= https://junitparser.readthedocs.io/en/latest/
LICENSE= APACHE20
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>