# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 DESCRIPTION="Flake8 plugin that checks import order against various Python Style Guides" HOMEPAGE="https://github.com/PyCQA/flake8-import-order" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" EGIT_REPO_URI="https://github.com/PyCQA/flake8-import-order.git" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/flake8[${PYTHON_USEDEP}] dev-python/pycodestyle[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/pylama[${PYTHON_USEDEP}]"