# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit distutils eutils MY_P=${P/_alpha/a} DESCRIPTION="A Python package to parse and build CSS Cascading Style Sheets." HOMEPAGE="http://code.google.com/p/cssutils" SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="test" RDEPEND="" DEPEND="${RDEPEND}" RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" src_install() { distutils_src_install delete_tests() { rm -fr "${ED}$(python_get_sitedir)/tests" } python_execute_function -q delete_tests }