dev-python/unidecode/unidecode-0.04.9.ebuild
changeset 208 6be79539dae2
parent 201 37de2618fc68
parent 207 4a0953bcb56f
child 210 f89f64fd3501
equal deleted inserted replaced
201:37de2618fc68 208:6be79539dae2
     1 # Copyright 1999-2010 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=3
       
     6 
       
     7 inherit distutils python
       
     8 
       
     9 DESCRIPTION="ASCII transliterations of Unicode text"
       
    10 HOMEPAGE="http://pypi.python.org/pypi/Unidecode/"
       
    11 SRC_URI="http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${PV}.tar.gz"
       
    12 
       
    13 LICENSE="GPL-2"
       
    14 SLOT="0"
       
    15 KEYWORDS="~amd64"
       
    16 IUSE=""
       
    17 
       
    18 PYTHON_DEPEND="2:5"
       
    19 S=${WORKDIR}/Unidecode-${PV}
       
    20