summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-08-12 22:48:31 +0000
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-08-12 22:48:31 +0000
commit42f7bd9cfe9a0f1f92b903930e9f6659f96722ae (patch)
tree49a5bc586abe08968a49e722a651f0ad0fb3eb55 /dev-python/iniparse/iniparse-0.4.ebuild
parentdev-libs/libref_array: Drop dev-libs/libref_array which has been merged into ... (diff)
downloadsunrise-42f7bd9cfe9a0f1f92b903930e9f6659f96722ae.tar.gz
sunrise-42f7bd9cfe9a0f1f92b903930e9f6659f96722ae.tar.bz2
sunrise-42f7bd9cfe9a0f1f92b903930e9f6659f96722ae.zip
dev-python/iniparse: Remove dev-python/iniparse, now in gentoo-x86.
svn path=/sunrise/; revision=12319
Diffstat (limited to 'dev-python/iniparse/iniparse-0.4.ebuild')
-rw-r--r--dev-python/iniparse/iniparse-0.4.ebuild27
1 files changed, 0 insertions, 27 deletions
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
-}