dev-python/repoze-who/repoze-who-2.0.ebuild
author Da Risk <da_risk@geekorum.com>
Sat, 01 Aug 2015 15:56:46 +0200
changeset 166 7ae2df12462b
parent 65 12568e37953a
permissions -rw-r--r--
Add app-backup/backupchecker the successor of app-backup/brebis (Portage version: 2.2.20/hg/Linux x86_64, signed Manifest commit with key )
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
12568e37953a Update repoze-uri
Da Risk <da_risk@geekorum.com>
parents: 56
diff changeset
    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