# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.4 inherit distutils DESCRIPTION="a package of most common file format parsers written using hachoir-core" HOMEPAGE="http://hachoir.org/wiki/hachoir-parser" SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="" RDEPEND=">=dev-python/hachoir-core-1.1" PYTHON_MODNAME="hachoir_parser"