# 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,3_5} ) inherit distutils-r1 DESCRIPTION="A 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="~amd64 ~x86" RDEPEND=" >=dev-python/flake8-2.5.0[${PYTHON_USEDEP}]