dev-python/xunitparser: New Package (test-dep of www-client/woob)

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-03-14 11:54:43 +01:00
parent 4dee0c18d3
commit 2900533ab0
3 changed files with 31 additions and 0 deletions

View File

@@ -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 )