summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/decoratortools/decoratortools-1.7.ebuild')
-rw-r--r--dev-python/decoratortools/decoratortools-1.7.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/decoratortools/decoratortools-1.7.ebuild b/dev-python/decoratortools/decoratortools-1.7.ebuild
deleted file mode 100644
index 2049063..0000000
--- a/dev-python/decoratortools/decoratortools-1.7.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 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="app-arch/unzip
- >=dev-python/setuptools-0.6_rc6"
-
-S="${WORKDIR}/${MY_P}"
-
-src_test() {
- "${python}" setup.py test || die "Test failed."
-}