summaryrefslogtreecommitdiff
path: root/dev-python/xunitparser/xunitparser-1.3.4.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-24 13:25:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-24 13:25:38 +0000
commit17057f71ae50eb3e8c46e353de50aa00c65eb331 (patch)
treedc3c63858f6d24c904849521584e71884057ac09 /dev-python/xunitparser/xunitparser-1.3.4.ebuild
parentfc9a6a7a23e105b94f154ea0e83ed04eda7e47b8 (diff)
downloadbaldeagleos-repo-17057f71ae50eb3e8c46e353de50aa00c65eb331.tar.gz
baldeagleos-repo-17057f71ae50eb3e8c46e353de50aa00c65eb331.tar.xz
baldeagleos-repo-17057f71ae50eb3e8c46e353de50aa00c65eb331.zip
Adding metadata
Diffstat (limited to 'dev-python/xunitparser/xunitparser-1.3.4.ebuild')
-rw-r--r--dev-python/xunitparser/xunitparser-1.3.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/xunitparser/xunitparser-1.3.4.ebuild b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
new file mode 100644
index 000000000000..9668d1b2162d
--- /dev/null
+++ b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2012-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects"
+HOMEPAGE="http://gitlab.com/woob/xunitparser/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+distutils_enable_tests unittest
+
+DOCS=( README LICENSE AUTHORS )