# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils MY_PN="pep8" MY_P="${MY_PN}-${PV}" DESCRIPTION="High-level Python web framework" HOMEPAGE="http://pypi.python.org/pypi/pep8" SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz" LICENSE="Expat license" SLOT="0" KEYWORDS="x86" IUSE="" RDEPEND="dev-python/setuptools" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_compile() { distutils_src_compile }