Files
buildroot/package/python-unittest-xml-reporting/python-unittest-xml-reporting.mk
Bernd Kuhls 17a9767dcd package/python-unittest-xml-reporting: bump version to 4.0.0
https://github.com/xmlrunner/unittest-xml-reporting/releases/tag/4.0.0

Added dependency to host-python-setuptools-scm and removed patch which
is not needed anymore due to the removal of setup.py in upstream commit
63519096e5

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-05-03 16:48:24 +02:00

16 lines
759 B
Makefile

################################################################################
#
# python-unittest-xml-reporting
#
################################################################################
PYTHON_UNITTEST_XML_REPORTING_VERSION = 4.0.0
PYTHON_UNITTEST_XML_REPORTING_SOURCE = unittest_xml_reporting-$(PYTHON_UNITTEST_XML_REPORTING_VERSION).tar.gz
PYTHON_UNITTEST_XML_REPORTING_SITE = https://files.pythonhosted.org/packages/42/6b/5847d0e6e95d08e056f23b3f8cd95bede2d3ade10a1c1a9d5b50916454e1
PYTHON_UNITTEST_XML_REPORTING_DEPENDENCIES = host-python-setuptools-scm
PYTHON_UNITTEST_XML_REPORTING_SETUP_TYPE = setuptools
PYTHON_UNITTEST_XML_REPORTING_LICENSE = BSD-2-Clause
PYTHON_UNITTEST_XML_REPORTING_LICENSE_FILES = LICENSE
$(eval $(python-package))