summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-29 21:29:49 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-29 21:29:49 +0000
commit1ba646bd8d326ec7f5ca4b6c471ed045dd6c13e6 (patch)
treedb72b4bad50348e789c4b88b0868f0011f03e516 /dev-python/webhelpers
parentstable x86, bug 298779 (diff)
downloadhistorical-1ba646bd8d326ec7f5ca4b6c471ed045dd6c13e6.tar.gz
historical-1ba646bd8d326ec7f5ca4b6c471ed045dd6c13e6.tar.bz2
historical-1ba646bd8d326ec7f5ca4b6c471ed045dd6c13e6.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/webhelpers')
-rw-r--r--dev-python/webhelpers/webhelpers-0.3.4.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/webhelpers/webhelpers-0.3.4.ebuild b/dev-python/webhelpers/webhelpers-0.3.4.ebuild
deleted file mode 100644
index 1b1c5f8a45d5..000000000000
--- a/dev-python/webhelpers/webhelpers-0.3.4.ebuild
+++ /dev/null
@@ -1,31 +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/webhelpers/webhelpers-0.3.4.ebuild,v 1.3 2009/09/04 15:14:47 patrick Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=WebHelpers
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A library of helper functions intended to make writing templates in web applications easier."
-HOMEPAGE="http://pylonshq.com/docs/en/0.9.7/thirdparty/webhelpers/"
-SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=dev-python/simplejson-1.4
- >=dev-python/routes-1.8"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose dev-python/coverage )
- dev-python/setuptools"
-
-S=${WORKDIR}/${MY_P}
-
-src_test() {
- PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
-}