dev-python/repoze-who/repoze-who-2.0.ebuild
changeset 55 a19fd6a6e6d3
child 56 1ee485242af4
equal deleted inserted replaced
54:ae1ef9dfb470 55:a19fd6a6e6d3
       
     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/${MY_PN}"
       
    14 SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz"
       
    15 
       
    16 LICENSE="MPL-2.0"
       
    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