diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-05 17:02:18 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-05 17:02:18 +0000 |
commit | 4184a0d315483f5751364cc205dbabde971e2207 (patch) | |
tree | 9f013da8f7e311f1c4dee21d7ecdda20068ce4da /dev-python/decoratortools | |
parent | Fix typo. (diff) | |
download | gentoo-2-4184a0d315483f5751364cc205dbabde971e2207.tar.gz gentoo-2-4184a0d315483f5751364cc205dbabde971e2207.tar.bz2 gentoo-2-4184a0d315483f5751364cc205dbabde971e2207.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/decoratortools')
-rw-r--r-- | dev-python/decoratortools/decoratortools-1.6.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/decoratortools/decoratortools-1.6.ebuild b/dev-python/decoratortools/decoratortools-1.6.ebuild deleted file mode 100644 index 401831c78998..000000000000 --- a/dev-python/decoratortools/decoratortools-1.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decoratortools/decoratortools-1.6.ebuild,v 1.1 2008/01/04 17:08:35 hawking Exp $ - -inherit distutils - -MY_PN="DecoratorTools" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Use class and function decorators - even in Python 2.3 - now with source debugging for generated code" -HOMEPAGE="http://cheeseshop.python.org/pypi/DecoratorTools" -SRC_URI="http://cheeseshop.python.org/packages/source/D/${MY_PN}/${MY_P}.zip" - -LICENSE="|| ( PSF-2.4 ZPL )" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="" - -DEPEND="app-arch/unzip - >=dev-python/setuptools-0.6_rc6" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_test() { - "${python}" setup.py test || die "Test failed." -} |