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_7 python3_3 ) |
|
8 |
|
9 inherit distutils-r1 |
|
10 |
|
11 DESCRIPTION="identification and authentication framework for WSGI" |
|
12 HOMEPAGE="http://pypi.python.org/pypi/repoze.who" |
|
13 SRC_URI="mirror://pypi/j/${PN}/${PN}-${PV}-1.tar.gz" |
|
14 |
|
15 LICENSE="WTFPL-2" |
|
16 SLOT="0" |
|
17 KEYWORDS="~amd64" |
|
18 IUSE="" |
|
19 |
|
20 DEPEND="" |
|
21 RDEPEND="" |
|
22 |
|
23 S="${WORKDIR}/${PN}-${PV}-1" |