summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 10:02:11 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 10:46:22 +0200
commit41e4a148bc9f253328794aa1ed0c51bf4f5f02c4 (patch)
tree1c74e43d9ee4c3ed6f609902a4ba97523b27f755 /dev-python/iniparse
parentdev-python/odfpy: Clean old versions up (diff)
downloadgentoo-41e4a148bc9f253328794aa1ed0c51bf4f5f02c4.tar.gz
gentoo-41e4a148bc9f253328794aa1ed0c51bf4f5f02c4.tar.bz2
gentoo-41e4a148bc9f253328794aa1ed0c51bf4f5f02c4.zip
dev-python/iniparse: Clean old versions up
Diffstat (limited to 'dev-python/iniparse')
-rw-r--r--dev-python/iniparse/iniparse-0.4-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild b/dev-python/iniparse/iniparse-0.4-r1.ebuild
deleted file mode 100644
index cf66507d85c2..000000000000
--- a/dev-python/iniparse/iniparse-0.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Better INI parser for Python"
-HOMEPAGE="https://pypi.python.org/pypi/iniparse"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT PSF-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-python_test() {
- "${PYTHON}" runtests.py || die
-}