From 42f7bd9cfe9a0f1f92b903930e9f6659f96722ae Mon Sep 17 00:00:00 2001 From: "Nathan Phillip Brink (binki)" Date: Fri, 12 Aug 2011 22:48:31 +0000 Subject: dev-python/iniparse: Remove dev-python/iniparse, now in gentoo-x86. svn path=/sunrise/; revision=12319 --- dev-python/iniparse/iniparse-0.4.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-python/iniparse/iniparse-0.4.ebuild (limited to 'dev-python/iniparse/iniparse-0.4.ebuild') diff --git a/dev-python/iniparse/iniparse-0.4.ebuild b/dev-python/iniparse/iniparse-0.4.ebuild deleted file mode 100644 index 4a661b456..000000000 --- a/dev-python/iniparse/iniparse-0.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Better INI parser for Python" -HOMEPAGE="http://code.google.com/p/iniparse" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" runtests.py - } - python_execute_function testing -} -- cgit v1.2.3-18-g5258