From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FAC81382C5 for ; Sat, 23 May 2020 09:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F4EE0905; Sat, 23 May 2020 09:29:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B61DE0905 for ; Sat, 23 May 2020 09:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 177D134EF52 for ; Sat, 23 May 2020 09:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9580257 for ; Sat, 23 May 2020 09:29:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590226164.9b095454da9985295a505afad80968a3bbb70b0d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, dev-python/fabric/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fabric/Manifest dev-python/fabric/fabric-2.3.1.ebuild dev-python/fabric/metadata.xml profiles/base/package.use.mask profiles/package.mask X-VCS-Directories: dev-python/fabric/ profiles/ profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9b095454da9985295a505afad80968a3bbb70b0d X-VCS-Branch: master Date: Sat, 23 May 2020 09:29:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a54a3a93-b29e-4aff-b10a-358ed8d7d1fe X-Archives-Hash: 7ef55b15f2f0df5411fffb2d773053a1 commit: 9b095454da9985295a505afad80968a3bbb70b0d Author: Michał Górny gentoo org> AuthorDate: Sat May 23 09:25:47 2020 +0000 Commit: Michał Górny gentoo 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 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/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 @@ - - - - - python@gentoo.org - Python - - - Install as "fab2", allowing side-by-side install with fabric 1.x - - - Fabric - - 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 (2019-11-25) -# Requires old version of dev-python/sphinx that's being removed. -~dev-python/fabric-2.3.1 doc - # Patrick McLean (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 (2020-04-12)