# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A simple pythonic tool for remote execution and deployment" HOMEPAGE="https://www.fabfile.org https://pypi.org/project/fabric/ https://github.com/fabric/fabric" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="python2" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc fab2" # Depends on pytest-relaxed which is not in tree RESTRICT="test" RDEPEND=" !fab2? ( !dev-python/fabric:0 ) dev-python/cryptography[${PYTHON_USEDEP}] >=dev-python/invoke-1.3[${PYTHON_USEDEP}] =dev-python/paramiko-2.4[${PYTHON_USEDEP}] !