diff options
author | 2012-05-27 21:30:12 +0000 | |
---|---|---|
committer | 2012-05-27 21:30:12 +0000 | |
commit | b9558c711926d0b5ca1432d6a3831bb74985ab3d (patch) | |
tree | eb86c7289aff5bcf46bb463c57b2828ce0b24c9c /dev-python/unidecode/unidecode-0.04.9.ebuild | |
parent | Add missing jdk dep for jar command. (diff) | |
download | gentoo-2-b9558c711926d0b5ca1432d6a3831bb74985ab3d.tar.gz gentoo-2-b9558c711926d0b5ca1432d6a3831bb74985ab3d.tar.bz2 gentoo-2-b9558c711926d0b5ca1432d6a3831bb74985ab3d.zip |
New ebuild for unidecode python module
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/unidecode/unidecode-0.04.9.ebuild')
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.9.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/unidecode/unidecode-0.04.9.ebuild b/dev-python/unidecode/unidecode-0.04.9.ebuild new file mode 100644 index 000000000000..6a4a6c39f676 --- /dev/null +++ b/dev-python/unidecode/unidecode-0.04.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v 1.1 2012/05/27 21:30:12 sochotnicky Exp $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="" + +inherit distutils + +S="${WORKDIR}/Unidecode-${PV}" + +DESCRIPTION="Moduke providing ASCII transliterations of Unicode text" +HOMEPAGE="http://pypi.python.org/pypi/Unidecode" +SRC_URI="mirror://pypi/U/Unidecode/Unidecode-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |