summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-06 21:36:12 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-06 21:36:12 +0000
commita94e21966d9767f644f564230e5cbfc056190f93 (patch)
treeed9ce4994880d494d5bec8722215f0b363bfd05e /dev-python/promise
parentStable on amd64 wrt bug #326827 (diff)
downloadhistorical-a94e21966d9767f644f564230e5cbfc056190f93.tar.gz
historical-a94e21966d9767f644f564230e5cbfc056190f93.tar.bz2
historical-a94e21966d9767f644f564230e5cbfc056190f93.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/promise')
-rw-r--r--dev-python/promise/promise-0.2.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/promise/promise-0.2.0.ebuild b/dev-python/promise/promise-0.2.0.ebuild
deleted file mode 100644
index 134db4a4a591..000000000000
--- a/dev-python/promise/promise-0.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/promise/promise-0.2.0.ebuild,v 1.1 2010/01/05 15:59:29 djc Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Bytecode optimisation using staticness assertions."
-HOMEPAGE="http://github.com/rfk/promise/ http://pypi.python.org/pypi/promise"
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${PF}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="LICENSE.txt README.txt"
-
-# test suite fails, http://github.com/rfk/promise/issues/#issue/2
-src_test_fails() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}