# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit bash-completion-r1 distutils-r1 MY_PN="Fabric" MY_P="${MY_PN}-${PV}" COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6" DESCRIPTION="A simple pythonic tool for remote execution and deployment" HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/" SRC_URI=" mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash -> ${P}-completion.bash" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" RDEPEND=" >=dev-python/paramiko-1.10[${PYTHON_USEDEP}]