/[gentoo-x86]/dev-python/unidecode/unidecode-0.04.9.ebuild
Gentoo

Contents of /dev-python/unidecode/unidecode-0.04.9.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Wed May 30 12:53:56 2012 UTC (11 months, 3 weeks ago) by xarthisius
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +9 -7 lines
Restrict not working ABIs, add proper PYTHON_DEPEND, drop empty (R)DEPEND

(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v 1.3 2012/05/28 23:21:18 jdhore Exp $
4
5 EAPI=4
6
7 PYTHON_DEPEND="*:2.6"
8 SUPPORT_PYTHON_ABIS="1"
9 RESTRICT_PYTHON_ABIS="2.5"
10 DISTUTILS_SRC_TEST=setup.py
11
12 MY_PN=Unidecode
13 MY_P=${MY_PN}-${PV}
14
15 inherit distutils
16
17 DESCRIPTION="Module providing ASCII transliterations of Unicode text"
18 HOMEPAGE="http://pypi.python.org/pypi/Unidecode"
19 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 S=${WORKDIR}/${MY_P}

  ViewVC Help
Powered by ViewVC 1.1.17