Import py-junit-xml-1.9 to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-10 11:44:29 +01:00
parent 9c0c329e0e
commit 9cfc6fb37b
4 changed files with 45 additions and 0 deletions

6
py-junit-xml/DESCR Normal file
View File

@ -0,0 +1,6 @@
A Python module for creating JUnit XML test result documents
that can be read by tools such as Jenkins. If you are ever
working with test tool or test suite written in Python and
want to take advantage of Jenkins' pretty graphs and test
reporting capabilities, this module will let you generate
the XML test reports.

24
py-junit-xml/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $NetBSD$
GITHUB_PROJECT= python-junit-xml
GITHUB_TAG= v1.9
DISTNAME= ${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT:S/python-//}-${DISTNAME:S,^v,,}
CATEGORIES= devel python
#forked from kyrus/python-junit-xml
MASTER_SITES= ${MASTER_SITE_GITHUB:=kiaderouiche/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/kyrus/python-junit-xml
COMMENT= Create JUnit XML test result documents read by tools such as Jenkins
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
WRKSRC= ${WRKDIR}/python-junit-xml-1.9
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

9
py-junit-xml/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $NetBSD$
${PYSITELIB}/junit_xml-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
${PYSITELIB}/junit_xml-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
${PYSITELIB}/junit_xml-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
${PYSITELIB}/junit_xml-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
${PYSITELIB}/junit_xml-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
${PYSITELIB}/junit_xml/__init__.py
${PYSITELIB}/junit_xml/__init__.pyc
${PYSITELIB}/junit_xml/__init__.pyo

6
py-junit-xml/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (python-junit-xml/v1.9.tar.gz) = db8d6392b9d5813d9fe9b48cff4f6c553fe057c7
RMD160 (python-junit-xml/v1.9.tar.gz) = 8611c42a04165d3bf70c28e6df546d116d2d98c8
SHA512 (python-junit-xml/v1.9.tar.gz) = b26b8b4c6c8e2ec3ffdfeef59959f6b4d50317a61b0135a71a2b6a86640d29c17040b97e03f7cf19d51d344e0ac500f8cec41ee65adad7509451ef0f81f07577
Size (python-junit-xml/v1.9.tar.gz) = 11241 bytes