# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 PYTHON_MODNAME="flake8" inherit distutils mercurial DESCRIPTION="code checking using pep8 and pyflakes" HOMEPAGE="http://bitbucket.org/tarek/flake8" EHG_REPO_URI="http://bitbucket.org/tarek/flake8" unset SRC_URI LICENSE="MIT" KEYWORDS="~amd64" SLOT="0" IUSE="" DEPEND=" dev-python/setuptools " src_install() { rm -R "${S}"/.hg* distutils_src_install }