# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils versionator DESCRIPTION="a Python extension wrapping IBM's International components for Unicode C++ Library" HOMEPAGE="http://pyicu.osafoundation.org/ http://pypi.python.org/pypi/PyICU/" MY_PN="PyICU" MY_P="${MY_PN}-${PV}" SRC_URI="http://pypi.python.org/packages/source/P/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=dev-libs/icu-3.6" RESTRICT="mirror" S="${WORKDIR}/${MY_P}" DOCS="CHANGES CREDTS README"