summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-10 17:42:54 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-10 17:42:54 +0000
commit30c11595987c9730250d14a462943d173168ca13 (patch)
tree359d853e985435fbb228bfd095a8c95be9e22777 /dev-python/werkzeug
parentFix building with libpng14. (diff)
downloadgentoo-2-30c11595987c9730250d14a462943d173168ca13.tar.gz
gentoo-2-30c11595987c9730250d14a462943d173168ca13.tar.bz2
gentoo-2-30c11595987c9730250d14a462943d173168ca13.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r--dev-python/werkzeug/werkzeug-0.5.1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/werkzeug/werkzeug-0.5.1.ebuild b/dev-python/werkzeug/werkzeug-0.5.1.ebuild
deleted file mode 100644
index 9096315ea31a..000000000000
--- a/dev-python/werkzeug/werkzeug-0.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.5.1.ebuild,v 1.3 2009/12/20 15:53:23 grobian Exp $
-
-NEED_PYTHON="2.4"
-
-inherit distutils
-
-MY_P="Werkzeug-${PV}"
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="http://werkzeug.pocoo.org/"
-SRC_URI="http://pypi.python.org/packages/source/W/Werkzeug/${MY_P}.zip"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND=""
-DEPEND=">=dev-python/setuptools-0.6_rc5
- app-arch/unzip
- test? ( dev-python/py
- dev-python/lxml
- dev-python/nose
- dev-python/simplejson )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- DOCS="CHANGES"
- distutils_src_install
-}
-
-src_test() {
- distutils_python_version
- make test || die "tests failed"
-}