summaryrefslogtreecommitdiff
blob: 5c7b63f0751c1f1234ca45e3805f3111358b8f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.1 (rev. 204)

inherit distutils

MY_PN="${PN/-/.}"
MY_PV="${PV/_rc/rc}"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="Test utilities for repoze.who-powered applications"
HOMEPAGE="http://code.gustavonarea.net/repoze.who-testutil/"
SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz"
LICENSE="Repoze"
KEYWORDS=""
SLOT="0"
IUSE=""

RDEPEND=">=dev-python/repoze-who-1.0
	net-zope/zopeinterface
	>=dev-python/paste-1.7
	>=dev-python/pastedeploy-1.3.3"
DEPEND=""

S="${WORKDIR}/${MY_P}"