Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fabric/
Date: Fri, 01 Mar 2019 00:26:51
Message-Id: 1551399992.a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251.bman@gentoo
1 commit: a43b7803a8fc28b3cfb74bd192bdc7dcfaef1251
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 16:43:19 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:26:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43b7803
7
8 dev-python/fabric: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/fabric/fabric-1.14.0-r1.ebuild | 4 ++--
14 dev-python/fabric/fabric-1.14.0.ebuild | 4 ++--
15 dev-python/fabric/fabric-2.3.1.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-python/fabric/fabric-1.14.0-r1.ebuild b/dev-python/fabric/fabric-1.14.0-r1.ebuild
19 index f3da6f17450..7d958684071 100644
20 --- a/dev-python/fabric/fabric-1.14.0-r1.ebuild
21 +++ b/dev-python/fabric/fabric-1.14.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
29 COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6"
30
31 DESCRIPTION="A simple pythonic tool for remote execution and deployment"
32 -HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/"
33 +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/"
34 SRC_URI="
35 mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
36 https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash -> ${P}-completion.bash"
37
38 diff --git a/dev-python/fabric/fabric-1.14.0.ebuild b/dev-python/fabric/fabric-1.14.0.ebuild
39 index 460458e98ac..bbebaa95039 100644
40 --- a/dev-python/fabric/fabric-1.14.0.ebuild
41 +++ b/dev-python/fabric/fabric-1.14.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
49 COMP_HASH="83d303e9fb352deaf4885b6db0781b3d9115e9c6"
50
51 DESCRIPTION="A simple pythonic tool for remote execution and deployment"
52 -HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/"
53 +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/"
54 SRC_URI="
55 mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
56 https://raw.githubusercontent.com/kbakulin/fabric-completion/${COMP_HASH}/fabric-completion.bash -> ${P}-completion.bash"
57
58 diff --git a/dev-python/fabric/fabric-2.3.1.ebuild b/dev-python/fabric/fabric-2.3.1.ebuild
59 index 2ce31a9dd30..e24a928cbea 100644
60 --- a/dev-python/fabric/fabric-2.3.1.ebuild
61 +++ b/dev-python/fabric/fabric-2.3.1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
69 inherit distutils-r1
70
71 DESCRIPTION="A simple pythonic tool for remote execution and deployment"
72 -HOMEPAGE="http://fabfile.org https://pypi.org/project/Fabric/"
73 +HOMEPAGE="https://www.fabfile.org https://pypi.org/project/Fabric/"
74 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75
76 LICENSE="GPL-2"