# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python library for working with RDF" HOMEPAGE="http://rdflib.net" SRC_URI="http://rdflib.net/rdflib-${PV}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/python >=dev-python/setuptools-0.6_rc5" RDEPEND="" src_unpack() { unpack ${A} cd "${S}" rm test/__init__.py # prevent setuptools from installing the test module } src_install() { distutils_src_install # Install the examples under docs insinto /usr/share/doc/${PF} doins -r examples }