Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/xunitparser/
Date: Thu, 23 Jun 2022 19:55:29
Message-Id: 1656013949.588e174c81f52aba6167b4486718be9b66ea3301.lanodan@gentoo
1 commit: 588e174c81f52aba6167b4486718be9b66ea3301
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Thu Jun 23 19:51:41 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Thu Jun 23 19:52:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=588e174c
7
8 dev-python/xunitparser: add 1.3.4, drop 1.3.3
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-python/xunitparser/Manifest | 2 +-
13 .../{xunitparser-1.3.3.ebuild => xunitparser-1.3.4.ebuild} | 7 +++----
14 2 files changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/xunitparser/Manifest b/dev-python/xunitparser/Manifest
17 index 7bb29510f..a0449561d 100644
18 --- a/dev-python/xunitparser/Manifest
19 +++ b/dev-python/xunitparser/Manifest
20 @@ -1 +1 @@
21 -DIST xunitparser-1.3.3.tar.gz 13494 BLAKE2B bd4ff8533419b027e7ffe3cee741d1672d3461962ec5f7d87026c181603130b6ac266b9c7cf2fbaaa1ccbbc3eeb8182f39b0bdfaf123c52bebabd793bcfe740f SHA512 4b681cbaa52a01b780286d202932f1995998b5ce58571882dbc4f3ddb24d3f353e50c5693e47cbb8f4de2ab1ead1357c68d8fcd37fdfc8511ff2f54cd0242564
22 +DIST xunitparser-1.3.4.tar.gz 15198 BLAKE2B d7a9dff5ff87609262884db617099574673b9cc23239fbfdb1654a2e6657e29020cd92fb6c9743d827d152f3cd911ea731e7af5ba8126da474863574090b89cb SHA512 5958e9176e690c5fc78acc169c3ac3e574925a6f186d817191dc5c156549b669b4d3981c0a116275c06b225569a2f74e5f36ff61e616dd7bedc62b03f7e0fe65
23
24 diff --git a/dev-python/xunitparser/xunitparser-1.3.3.ebuild b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
25 similarity index 66%
26 rename from dev-python/xunitparser/xunitparser-1.3.3.ebuild
27 rename to dev-python/xunitparser/xunitparser-1.3.4.ebuild
28 index e5240a15c..798c05cae 100644
29 --- a/dev-python/xunitparser/xunitparser-1.3.3.ebuild
30 +++ b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
31 @@ -1,21 +1,20 @@
32 -# Copyright 2012-2021 Gentoo Authors
33 +# Copyright 2012-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python3_8 )
39 +PYTHON_COMPAT=( python3_{8..10} )
40
41 inherit distutils-r1
42
43 DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects"
44 -HOMEPAGE="https://pypi.python.org/pypi/xunitparser"
45 +HOMEPAGE="http://gitlab.com/woob/xunitparser/"
46 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47
48 LICENSE="MIT"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE=""
52 -RESTRICT="test" #why? have you tried to fix the iasue?
53
54 distutils_enable_tests unittest