# 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,5}} ) inherit distutils-r1 DESCRIPTION="Console text editor with multi cursor support" HOMEPAGE="https://github.com/richrd/suplemon" SRC_URI="https://github.com/richrd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test xsel" RDEPEND=" >=dev-python/flake8-2.5.0[${PYTHON_USEDEP}]