# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Parse RSS and Atom feeds in Python" HOMEPAGE="http://www.feedparser.org/" SRC_URI="mirror://sourceforge/feedparser/${P}.zip" LICENSE="PYTHON" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/unzip" S=${WORKDIR}/${PN} PYTHON_MODNAME="feedparser" src_install() { distutils_src_install dohtml -r doc/* }