pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import py-junit-xml-1.9 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Dec 10 11:44:29 2020 +0100
Changeset:	9cfc6fb37b618ff0fc022bee3978116d8961e5e9

Added Files:
	py-junit-xml/DESCR
	py-junit-xml/Makefile
	py-junit-xml/PLIST
	py-junit-xml/distinfo

Log Message:
Import py-junit-xml-1.9 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9cfc6fb37b618ff0fc022bee3978116d8961e5e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-junit-xml/DESCR    |  6 ++++++
 py-junit-xml/Makefile | 24 ++++++++++++++++++++++++
 py-junit-xml/PLIST    |  9 +++++++++
 py-junit-xml/distinfo |  6 ++++++
 4 files changed, 45 insertions(+)

diffs:
diff --git a/py-junit-xml/DESCR b/py-junit-xml/DESCR
new file mode 100644
index 0000000000..e8699d04e5
--- /dev/null
+++ b/py-junit-xml/DESCR
@@ -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.
diff --git a/py-junit-xml/Makefile b/py-junit-xml/Makefile
new file mode 100644
index 0000000000..9da732f579
--- /dev/null
+++ b/py-junit-xml/Makefile
@@ -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@localhost
+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"
diff --git a/py-junit-xml/PLIST b/py-junit-xml/PLIST
new file mode 100644
index 0000000000..5ec13a9e24
--- /dev/null
+++ b/py-junit-xml/PLIST
@@ -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
diff --git a/py-junit-xml/distinfo b/py-junit-xml/distinfo
new file mode 100644
index 0000000000..a5bb6ca71d
--- /dev/null
+++ b/py-junit-xml/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index