public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, dev-python/fabric/, profiles/
@ 2020-05-23  9:29 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-05-23  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9b095454da9985295a505afad80968a3bbb70b0d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 09:25:47 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 23 09:29:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b095454

dev-python/fabric: Remove last-rited pkg

Closes: https://bugs.gentoo.org/717670
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fabric/Manifest            |  1 -
 dev-python/fabric/fabric-2.3.1.ebuild | 52 -----------------------------------
 dev-python/fabric/metadata.xml        | 14 ----------
 profiles/base/package.use.mask        |  4 ---
 profiles/package.mask                 |  1 -
 5 files changed, 72 deletions(-)

diff --git a/dev-python/fabric/Manifest b/dev-python/fabric/Manifest
deleted file mode 100644
index 299bad69b65..00000000000
--- a/dev-python/fabric/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fabric-2.3.1.tar.gz 148829 BLAKE2B 65df8856d7d7ae61ad045ee7710c1aa0517b3be63751380d349c27c4ca4667a9179ae4e7f14612d7fec71cf90de5c98d7c7867508e56717235703c688c54a4e2 SHA512 8341869004b9ec2ac4459245af30b06f8f693f696339ec08aa83a9d56069379390a89f6e04f66ea3f064436d9184de0435a8fb283db8ec5a815471684889dad9

diff --git a/dev-python/fabric/fabric-2.3.1.ebuild b/dev-python/fabric/fabric-2.3.1.ebuild
deleted file mode 100644
index 430bb1ca83d..00000000000
--- a/dev-python/fabric/fabric-2.3.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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
-}

diff --git a/dev-python/fabric/metadata.xml b/dev-python/fabric/metadata.xml
deleted file mode 100644
index 275fb515bd8..00000000000
--- a/dev-python/fabric/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index da2a0f6ad47..fc41d647b11 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -183,10 +183,6 @@ dev-python/statsmodels doc
 # 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

diff --git a/profiles/package.mask b/profiles/package.mask
index 87f0fae5e65..dddcd89b310 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -667,7 +667,6 @@ dev-python/potr
 # 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)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-23  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-23  9:29 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, dev-python/fabric/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox