# Copyright 2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 DESCRIPTION="Flake8 extension for checking quotes in python" HOMEPAGE="https://github.com/zheller/flake8-quotes" SRC_URI="https://github.com/zheller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND=" dev-python/flake8[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]"