author | Da Risk <da_risk@geekorum.com> |
Tue, 09 Apr 2013 17:06:14 +0200 | |
changeset 79 | 6c70b3c0f42c |
parent 65 | 12568e37953a |
permissions | -rw-r--r-- |
55
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
3 |
# $Header: $ |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
4 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
5 |
EAPI="5" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
6 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
7 |
PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
8 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
9 |
inherit distutils-r1 |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
10 |
MY_PN="${PN/-/.}" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
11 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
12 |
DESCRIPTION="identification and authentication framework for WSGI" |
65 | 13 |
HOMEPAGE="http://pypi.python.org/pypi/repoze.who" |
55
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
14 |
SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
15 |
|
56
1ee485242af4
add repoze-profile need by mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
55
diff
changeset
|
16 |
LICENSE="BSD" |
55
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
17 |
SLOT="0" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
18 |
KEYWORDS="~amd64" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
19 |
IUSE="" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
20 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
21 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
22 |
DEPEND="" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
23 |
RDEPEND="dev-python/paste |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
24 |
net-zope/zope-interface |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
25 |
dev-python/setuptools" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
26 |
|
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
27 |
S="${WORKDIR}/${MY_PN}-${PV}" |
a19fd6a6e6d3
Add repoze-who needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
28 |