equal
deleted
inserted
replaced
1 # Copyright 1999-2012 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI="5" |
|
6 |
|
7 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
|
8 |
|
9 inherit distutils-r1 |
|
10 MY_PN="${PN/-/.}" |
|
11 |
|
12 DESCRIPTION="identification and authentication framework for WSGI" |
|
13 HOMEPAGE="http://pypi.python.org/pypi/repoze.who" |
|
14 SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz" |
|
15 |
|
16 LICENSE="BSD" |
|
17 SLOT="0" |
|
18 KEYWORDS="~amd64" |
|
19 IUSE="" |
|
20 |
|
21 |
|
22 DEPEND="" |
|
23 RDEPEND="dev-python/paste |
|
24 net-zope/zope-interface |
|
25 dev-python/setuptools" |
|
26 |
|
27 S="${WORKDIR}/${MY_PN}-${PV}" |
|
28 |
|