From d420e6e0727cda67fef479a0d96bae010f4f100a Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 4 Dec 2019 20:28:16 -0500 Subject: [PATCH] dev-python/fabric: drop py2.7 and other fixes Signed-off-by: Aaron Bauman --- dev-python/fabric/fabric-2.3.1.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/dev-python/fabric/fabric-2.3.1.ebuild b/dev-python/fabric/fabric-2.3.1.ebuild index 8265a2381332..430bb1ca83dd 100644 --- a/dev-python/fabric/fabric-2.3.1.ebuild +++ b/dev-python/fabric/fabric-2.3.1.ebuild @@ -3,18 +3,20 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A simple pythonic tool for remote execution and deployment" -HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/" +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/fabric/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc fab2" +# Depends on pytest-relaxed which is not in tree +RESTRICT="test" RDEPEND=" !fab2? ( !dev-python/fabric:0 ) @@ -26,24 +28,21 @@ BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/alabaster[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.4[${PYTHON_USEDEP}] -