commit: 2900533ab03d265336a177cbd2bdf6620712dda8 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Sun Mar 14 10:54:43 2021 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Sun Mar 14 10:57:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2900533a
dev-python/xunitparser: New Package (test-dep of www-client/woob) Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> dev-python/xunitparser/Manifest | 1 + dev-python/xunitparser/metadata.xml | 8 ++++++++ dev-python/xunitparser/xunitparser-1.3.3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/xunitparser/Manifest b/dev-python/xunitparser/Manifest new file mode 100644 index 00000000..7bb29510 --- /dev/null +++ b/dev-python/xunitparser/Manifest @@ -0,0 +1 @@ +DIST xunitparser-1.3.3.tar.gz 13494 BLAKE2B bd4ff8533419b027e7ffe3cee741d1672d3461962ec5f7d87026c181603130b6ac266b9c7cf2fbaaa1ccbbc3eeb8182f39b0bdfaf123c52bebabd793bcfe740f SHA512 4b681cbaa52a01b780286d202932f1995998b5ce58571882dbc4f3ddb24d3f353e50c5693e47cbb8f4de2ab1ead1357c68d8fcd37fdfc8511ff2f54cd0242564 diff --git a/dev-python/xunitparser/metadata.xml b/dev-python/xunitparser/metadata.xml new file mode 100644 index 00000000..c698af23 --- /dev/null +++ b/dev-python/xunitparser/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Haelwenn (lanodan) Monnier</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/xunitparser/xunitparser-1.3.3.ebuild b/dev-python/xunitparser/xunitparser-1.3.3.ebuild new file mode 100644 index 00000000..4bcd42a8 --- /dev/null +++ b/dev-python/xunitparser/xunitparser-1.3.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 2012-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) + +inherit distutils-r1 + +DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects" +HOMEPAGE="https://pypi.python.org/pypi/xunitparser" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="test" + +distutils_enable_tests unittest + +DOCS=( README LICENSE AUTHORS )
