Signed-off-by: Aaron Bauman <bman@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy )
inherit distutils-r1
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
inherit distutils-r1
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}