summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:41:49 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:52:01 +0200
commita53b44d5c4a2137386fa965af6c45971146b472a (patch)
treef3c5e4ca2b85ac3e5a94f6ad3af39912eded227b /dev-python/dicttoxml
parentdev-python/deprecated: Remove redundant versions (diff)
downloadgentoo-a53b44d5c4a2137386fa965af6c45971146b472a.tar.gz
gentoo-a53b44d5c4a2137386fa965af6c45971146b472a.tar.bz2
gentoo-a53b44d5c4a2137386fa965af6c45971146b472a.zip
dev-python/dicttoxml: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r--dev-python/dicttoxml/dicttoxml-1.7.4.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
deleted file mode 100644
index de6fc339e268..000000000000
--- a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts a Python dictionary or other data type to a valid XML string"
-HOMEPAGE="https://github.com/quandyfactory/dicttoxml https://pypi.org/project/dicttoxml/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"