From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fabric/
Date: Thu, 5 Dec 2019 01:29:54 +0000 (UTC) [thread overview]
Message-ID: <1575509386.d420e6e0727cda67fef479a0d96bae010f4f100a.bman@gentoo> (raw)
commit: d420e6e0727cda67fef479a0d96bae010f4f100a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 01:28:16 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 01:29:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d420e6e0
dev-python/fabric: drop py2.7 and other fixes
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/fabric/fabric-2.3.1.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/dev-python/fabric/fabric-2.3.1.ebuild b/dev-python/fabric/fabric-2.3.1.ebuild
index 8265a238133..430bb1ca83d 100644
--- a/dev-python/fabric/fabric-2.3.1.ebuild
+++ b/dev-python/fabric/fabric-2.3.1.ebuild
@@ -3,18 +3,20 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+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/"
+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 )
@@ -26,24 +28,21 @@ BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/alabaster[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]
- <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
)"
-# Depends on pytest-relaxed which is broken
-RESTRICT="test"
-
python_compile() {
if use fab2; then
export PACKAGE_AS_FABRIC2=1
- ln -s fabric fabric2 || die
+ 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
+ sphinx-build -b html -c sites/docs/ sites/docs/ sites/docs/html \
+ || die "building docs failed"
fi
}
next reply other threads:[~2019-12-05 1:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-05 1:29 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-05 1:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/fabric/ Aaron Bauman
2019-05-14 13:10 Virgil Dupras
2019-05-10 18:06 Virgil Dupras
2019-04-08 18:31 Aaron Bauman
2019-03-01 0:26 Aaron Bauman
2018-08-22 14:52 Virgil Dupras
2018-08-02 12:36 Virgil Dupras
2018-08-01 12:11 Virgil Dupras
2018-07-31 14:27 Virgil Dupras
2018-07-31 2:25 Virgil Dupras
2018-07-30 23:41 Virgil Dupras
2018-07-30 20:59 Mikle Kolyada
2018-07-28 13:24 Thomas Deutschmann
2018-07-27 18:27 Virgil Dupras
2017-11-08 16:34 Patrick Lauer
2017-07-08 14:19 Alexis Ballier
2017-05-03 7:37 Michał Górny
2016-09-25 5:03 Alice Ferrazzi
2016-05-11 14:09 Patrick Lauer
2016-02-09 12:19 Justin Lecher
2015-10-22 11:09 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1575509386.d420e6e0727cda67fef479a0d96bae010f4f100a.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox