summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2010-11-02 20:45:59 +0100
committerSebastian Pipping <sebastian@pipping.org>2010-11-02 20:45:59 +0100
commita9ac3258c2e09f89f13d22ac31ea625b74b9f248 (patch)
tree1b81b74dd1f676a10fe5cbaf63a1a0183ceb8b0f
parentMass-add testing keywords (diff)
downloadturbogears2-a9ac3258c2e09f89f13d22ac31ea625b74b9f248.tar.gz
turbogears2-a9ac3258c2e09f89f13d22ac31ea625b74b9f248.tar.bz2
turbogears2-a9ac3258c2e09f89f13d22ac31ea625b74b9f248.zip
dev-python/decoratortools: Remove, 1.8 in Gentoo
-rw-r--r--dev-python/decoratortools/Manifest2
-rw-r--r--dev-python/decoratortools/decoratortools-1.7.ebuild27
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/decoratortools/Manifest b/dev-python/decoratortools/Manifest
deleted file mode 100644
index 1186971..0000000
--- a/dev-python/decoratortools/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST DecoratorTools-1.7.zip 27481 RMD160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b SHA1 2043250d06129ca71c47b26024f4800c47d4843a SHA256 55283e6acc4e5f66cb6e104f98d08f93b1bd29823d17d7e2f852541738a53a11
-EBUILD decoratortools-1.7.ebuild 782 RMD160 0342e75ca5266bfa49d7168b5c0edf5044bc62de SHA1 ad58fccd114428356833b598ac0c98869ccae358 SHA256 69dcd616fcd2fd3d1b89d95d64f9cf1d009d0afc89c27a7b98a624e266d6fe86
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."
-}