# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Ebuild generated by g-pypi 0.2.2 (rev. 214) inherit distutils MY_PN="repoze.what.plugins.sql" MY_PV="${PV/_rc/rc}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="The repoze.what SQL plugin" HOMEPAGE="http://code.gustavonarea.net/repoze.what.plugins.sql/" SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz" LICENSE="Repoze" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND=">=dev-python/repoze-what-1.0.3 >=dev-python/sqlalchemy-0.5" DEPEND="" S="${WORKDIR}/${MY_P}" src_install() { distutils_src_install rm -Rf "${D}/$(python_get_sitedir)"/tests || die "rm failed" }