diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 10:02:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 10:46:22 +0200 |
commit | 41e4a148bc9f253328794aa1ed0c51bf4f5f02c4 (patch) | |
tree | 1c74e43d9ee4c3ed6f609902a4ba97523b27f755 /dev-python/iniparse | |
parent | dev-python/odfpy: Clean old versions up (diff) | |
download | gentoo-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.ebuild | 23 |
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 -} |