# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils subversion DESCRIPTION="Python library that assist with internationalizing and localizing Python applications" HOMEPAGE="http://babel.edgewall.org" SRC_URI="http://unicode.org/Public/cldr/1.5.1/core.zip" ESVN_REPO_URI="https://svn.edgewall.org/repos/babel/trunk" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="doc" DEPEND="dev-lang/python dev-python/elementtree" RDEPEND="${DEPEND}" src_unpack() { subversion_src_unpack unpack core.zip } src_install() { ./setup.py egg_info ./scripts/import_cldr.py ./ distutils_src_install use doc && dohtml -r doc/* }