+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/"
-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 )
- dev-python/cryptography[${PYTHON_USEDEP}]
- <dev-python/invoke-2[${PYTHON_USEDEP}]
- >=dev-python/paramiko-2.4[${PYTHON_USEDEP}]"
-
-BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? (
- dev-python/alabaster[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- )"
-
-python_compile() {
- if use fab2; then
- export PACKAGE_AS_FABRIC2=1
- ln -s fabric fabric2 || die "symlink create failed"
- fi
- distutils-r1_python_compile
-}
-
-python_compile_all() {
- if use doc; then
- sphinx-build -b html -c sites/docs/ sites/docs/ sites/docs/html \
- || die "building docs failed"
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( sites/docs/html/. )
- distutils-r1_python_install_all
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <use>
- <flag name="fab2">Install as "fab2", allowing side-by-side install with fabric 1.x</flag>
- </use>
- <upstream>
- <remote-id type="pypi">Fabric</remote-id>
- </upstream>
-</pkgmetadata>
# broken static-linking in glibc and maybe others
>app-shells/mksh-57-r1 static
-# Michał Górny <mgorny@gentoo.org> (2019-11-25)
-# Requires old version of dev-python/sphinx that's being removed.
-~dev-python/fabric-2.3.1 doc
-
# Patrick McLean <chutzpah@gentoo.org> (2019-11-07)
# Collides with sys-libc/glibc[crypt]
sys-libs/libxcrypt split-usr system
# much everything. They do not have a dedicated maintainer, and they
# don't fit python@. No revdeps.
# Removal in 30 days. Bug #717670.
-dev-python/fabric
dev-python/invoke
# Matt Turner <mattst88@gentoo.org> (2020-04-12)