# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 DESCRIPTION="A simple pythonic tool for remote execution and deployment" 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" RDEPEND=" !fab2? ( !dev-python/fabric:0 ) dev-python/cryptography[${PYTHON_USEDEP}] =dev-python/paramiko-2.4[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/alabaster[${PYTHON_USEDEP}] >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]