commit: 3289c99ff2e0ccb32eb762550d02753364cb6cfc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 17:20:49 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 17:20:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3289c99f
dev-python/xmltodict: remove old
dev-python/xmltodict/Manifest | 1 -
dev-python/xmltodict/xmltodict-0.10.2.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index b0f89618d3e..bd34cf01d7d 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,2 +1 @@
-DIST xmltodict-0.10.2.tar.gz 24854 SHA256
fc518ccf9adbbb917a2ddcb386be852ae6dd36935e1e8b9a3e760201abfdbf77 SHA512
f734c80740b99f0ebb1c0d955094f63c5f513cf1055ac8577395f91ce1ee95dfc3712512b3e6b1f971637be9c345073a7536bd3bccd0175f191017b40a4f4537
WHIRLPOOL
441bc2fd8b6f7efe43b24aca747c1ded764025cb999f9e62da7a8934956eb0cf5616733ad9f3fb8bd7f33e7728037d0ab0ab48b61da4eb208ceaa61a66486072
DIST xmltodict-0.11.0.tar.gz 26589 SHA256
8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df SHA512
d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295
WHIRLPOOL
8e21f0cd47a3ce4986173047d8120c97a8f95207a63a8479b18131da6851d239ac48772e088d24d8f16e6b1bc207fcc8e03a64f68e9de42e9ec7a55c47edce56
diff --git a/dev-python/xmltodict/xmltodict-0.10.2.ebuild
b/dev-python/xmltodict/xmltodict-0.10.2.ebuild
deleted file mode 100644
index a1a62864f59..00000000000
--- a/dev-python/xmltodict/xmltodict-0.10.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/
https://pypi.python.org/pypi/xmltodict/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}