aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2014-07-21 20:36:56 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2014-07-21 20:36:56 +0000
commit84eaa037b7d887c93ffe913a2ce8cc3cdc316b28 (patch)
tree0ced66d678f75feb4d802a163c92b7d5d3b5f13f /textproc
parentaddcde9e0017fea9c043b68092784e346f4659bb (diff)
downloadports-84eaa037b7d887c93ffe913a2ce8cc3cdc316b28.tar.gz
ports-84eaa037b7d887c93ffe913a2ce8cc3cdc316b28.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-junit-xml/Makefile19
-rw-r--r--textproc/py-junit-xml/distinfo2
-rw-r--r--textproc/py-junit-xml/pkg-descr6
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 84fa55466946..fa441baf842a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1159,6 +1159,7 @@
SUBDIR += py-html2text
SUBDIR += py-hyperestraier-python
SUBDIR += py-jaxml
+ SUBDIR += py-junit-xml
SUBDIR += py-libtre
SUBDIR += py-libxml2
SUBDIR += py-libxslt
diff --git a/textproc/py-junit-xml/Makefile b/textproc/py-junit-xml/Makefile
new file mode 100644
index 000000000000..5d87b449d0bc
--- /dev/null
+++ b/textproc/py-junit-xml/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= junit-xml
+PORTVERSION= 1.3
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= Creates JUnit XML documents used by tools such as Jenkins
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-junit-xml/distinfo b/textproc/py-junit-xml/distinfo
new file mode 100644
index 000000000000..b5668086dee8
--- /dev/null
+++ b/textproc/py-junit-xml/distinfo
@@ -0,0 +1,2 @@
+SHA256 (junit-xml-1.3.tar.gz) = 2f7110f3926744fe8e37d11dabe3fc47c0b0f92efec3f0a1a087e1be954bc164
+SIZE (junit-xml-1.3.tar.gz) = 7014
diff --git a/textproc/py-junit-xml/pkg-descr b/textproc/py-junit-xml/pkg-descr
new file mode 100644
index 000000000000..12a4f396ee77
--- /dev/null
+++ b/textproc/py-junit-xml/pkg-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.
+
+WWW: https://github.com/kyrus/python-junit-xml