Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/
Date: Thu, 12 Oct 2017 17:23:22
Message-Id: 1507828849.3289c99ff2e0ccb32eb762550d02753364cb6cfc.radhermit@gentoo
1 commit: 3289c99ff2e0ccb32eb762550d02753364cb6cfc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 12 17:20:49 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 12 17:20:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3289c99f
7
8 dev-python/xmltodict: remove old
9
10 dev-python/xmltodict/Manifest | 1 -
11 dev-python/xmltodict/xmltodict-0.10.2.ebuild | 22 ----------------------
12 2 files changed, 23 deletions(-)
13
14 diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
15 index b0f89618d3e..bd34cf01d7d 100644
16 --- a/dev-python/xmltodict/Manifest
17 +++ b/dev-python/xmltodict/Manifest
18 @@ -1,2 +1 @@
19 -DIST xmltodict-0.10.2.tar.gz 24854 SHA256 fc518ccf9adbbb917a2ddcb386be852ae6dd36935e1e8b9a3e760201abfdbf77 SHA512 f734c80740b99f0ebb1c0d955094f63c5f513cf1055ac8577395f91ce1ee95dfc3712512b3e6b1f971637be9c345073a7536bd3bccd0175f191017b40a4f4537 WHIRLPOOL 441bc2fd8b6f7efe43b24aca747c1ded764025cb999f9e62da7a8934956eb0cf5616733ad9f3fb8bd7f33e7728037d0ab0ab48b61da4eb208ceaa61a66486072
20 DIST xmltodict-0.11.0.tar.gz 26589 SHA256 8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df SHA512 d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295 WHIRLPOOL 8e21f0cd47a3ce4986173047d8120c97a8f95207a63a8479b18131da6851d239ac48772e088d24d8f16e6b1bc207fcc8e03a64f68e9de42e9ec7a55c47edce56
21
22 diff --git a/dev-python/xmltodict/xmltodict-0.10.2.ebuild b/dev-python/xmltodict/xmltodict-0.10.2.ebuild
23 deleted file mode 100644
24 index a1a62864f59..00000000000
25 --- a/dev-python/xmltodict/xmltodict-0.10.2.ebuild
26 +++ /dev/null
27 @@ -1,22 +0,0 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=6
32 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
33 -inherit distutils-r1
34 -
35 -DESCRIPTION="Makes working with XML feel like you are working with JSON"
36 -HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/"
37 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE="test"
43 -
44 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
45 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
46 -
47 -python_test() {
48 - nosetests || die "Tests fail with ${EPYTHON}"
49 -}