summaryrefslogtreecommitdiff
path: root/dev-python/xunitparser
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
parentfc9a6a7a23e105b94f154ea0e83ed04eda7e47b8 (diff)
downloadbaldeagleos-repo-17057f71ae50eb3e8c46e353de50aa00c65eb331.tar.gz
baldeagleos-repo-17057f71ae50eb3e8c46e353de50aa00c65eb331.tar.xz
baldeagleos-repo-17057f71ae50eb3e8c46e353de50aa00c65eb331.zip
Adding metadata
Diffstat (limited to 'dev-python/xunitparser')
-rw-r--r--dev-python/xunitparser/Manifest2
-rw-r--r--dev-python/xunitparser/xunitparser-1.3.4.ebuild (renamed from dev-python/xunitparser/xunitparser-1.3.3.ebuild)5
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/xunitparser/Manifest b/dev-python/xunitparser/Manifest
index 7bb29510f1c8..a0449561d4de 100644
--- a/dev-python/xunitparser/Manifest
+++ b/dev-python/xunitparser/Manifest
@@ -1 +1 @@
-DIST xunitparser-1.3.3.tar.gz 13494 BLAKE2B bd4ff8533419b027e7ffe3cee741d1672d3461962ec5f7d87026c181603130b6ac266b9c7cf2fbaaa1ccbbc3eeb8182f39b0bdfaf123c52bebabd793bcfe740f SHA512 4b681cbaa52a01b780286d202932f1995998b5ce58571882dbc4f3ddb24d3f353e50c5693e47cbb8f4de2ab1ead1357c68d8fcd37fdfc8511ff2f54cd0242564
+DIST xunitparser-1.3.4.tar.gz 15198 BLAKE2B d7a9dff5ff87609262884db617099574673b9cc23239fbfdb1654a2e6657e29020cd92fb6c9743d827d152f3cd911ea731e7af5ba8126da474863574090b89cb SHA512 5958e9176e690c5fc78acc169c3ac3e574925a6f186d817191dc5c156549b669b4d3981c0a116275c06b225569a2f74e5f36ff61e616dd7bedc62b03f7e0fe65
diff --git a/dev-python/xunitparser/xunitparser-1.3.3.ebuild b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
index c57d77de1c23..9668d1b2162d 100644
--- a/dev-python/xunitparser/xunitparser-1.3.3.ebuild
+++ b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2012-2021 Gentoo Authors
+# Copyright 2012-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,14 +8,13 @@ PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects"
-HOMEPAGE="https://pypi.python.org/pypi/xunitparser"
+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=""
-RESTRICT="test" #why? have you tried to fix the iasue?
distutils_enable_tests unittest