Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/
Date: Sun, 29 Mar 2020 12:22:11
Message-Id: 1585483861.ad9a63ffb4ba16c457f25b4c3b264373b9743cd0.mgorny@gentoo
1 commit: ad9a63ffb4ba16c457f25b4c3b264373b9743cd0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:11:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9a63ff
7
8 dev-python/xmltodict: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xmltodict/Manifest | 1 -
13 dev-python/xmltodict/xmltodict-0.11.0.ebuild | 23 -----------------------
14 dev-python/xmltodict/xmltodict-0.12.0.ebuild | 23 -----------------------
15 3 files changed, 47 deletions(-)
16
17 diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
18 index b498770a048..6270fd9fef1 100644
19 --- a/dev-python/xmltodict/Manifest
20 +++ b/dev-python/xmltodict/Manifest
21 @@ -1,2 +1 @@
22 -DIST xmltodict-0.11.0.tar.gz 26589 BLAKE2B 29498ac9c2f80828aa24d6cc4866aa6846fe10eb411a3e3617d85989c88628cc7c87ab80adb9ded492545fa2b4796a14b540479da75bfe464d1dfd811bbe1dc9 SHA512 d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295
23 DIST xmltodict-0.12.0.tar.gz 18481 BLAKE2B f7b7b71a6eaacc833a54369be38aa988b5c27845b19001c1d13e955df1f3a26c04dd2a1b45f0c0e704c4df6f4d380abdda7189944cc45b001eeef55405c43299 SHA512 1ec3de3ebd05adbe032ca569a71048e72097c0f5fc864b63f168d661f72d13d0981e6e62bb9ca2ffe925a3b2f7c2fb90a44177427d4bdf68137842342a9cd2c8
24
25 diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild b/dev-python/xmltodict/xmltodict-0.11.0.ebuild
26 deleted file mode 100644
27 index ac46c50b0b3..00000000000
28 --- a/dev-python/xmltodict/xmltodict-0.11.0.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Makes working with XML feel like you are working with JSON"
39 -HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.org/project/xmltodict/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~arm64 x86"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
50 -
51 -python_test() {
52 - nosetests || die "Tests fail with ${EPYTHON}"
53 -}
54
55 diff --git a/dev-python/xmltodict/xmltodict-0.12.0.ebuild b/dev-python/xmltodict/xmltodict-0.12.0.ebuild
56 deleted file mode 100644
57 index 65ce209c094..00000000000
58 --- a/dev-python/xmltodict/xmltodict-0.12.0.ebuild
59 +++ /dev/null
60 @@ -1,23 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="Makes working with XML feel like you are working with JSON"
69 -HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.org/project/xmltodict/"
70 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="MIT"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
75 -IUSE="test"
76 -RESTRICT="!test? ( test )"
77 -
78 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
79 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
80 -
81 -python_test() {
82 - nosetests -v || die "Tests fail with ${EPYTHON}"
83 -}