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/s3fs/
Date: Fri, 01 Mar 2019 00:26:52
Message-Id: 1551399993.42ad8e1ebacce5ac7f9f39a4d238ed253c6d7b7d.bman@gentoo
1 commit: 42ad8e1ebacce5ac7f9f39a4d238ed253c6d7b7d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 16:51:37 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:26:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ad8e1e
7
8 dev-python/s3fs: 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/s3fs/s3fs-0.1.2.ebuild | 4 ++--
14 dev-python/s3fs/s3fs-0.1.5.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/s3fs/s3fs-0.1.2.ebuild b/dev-python/s3fs/s3fs-0.1.2.ebuild
18 index e4fd7d8ab7e..d76d755a6ba 100644
19 --- a/dev-python/s3fs/s3fs-0.1.2.ebuild
20 +++ b/dev-python/s3fs/s3fs-0.1.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 inherit distutils-r1
29
30 DESCRIPTION="Pythonic file interface to S3"
31 -HOMEPAGE="http://s3fs.readthedocs.io/en/latest/"
32 +HOMEPAGE="https://s3fs.readthedocs.io/en/latest/"
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="BSD"
36
37 diff --git a/dev-python/s3fs/s3fs-0.1.5.ebuild b/dev-python/s3fs/s3fs-0.1.5.ebuild
38 index ffec642e474..7d5331d9706 100644
39 --- a/dev-python/s3fs/s3fs-0.1.5.ebuild
40 +++ b/dev-python/s3fs/s3fs-0.1.5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
48 inherit distutils-r1
49
50 DESCRIPTION="Pythonic file interface to S3"
51 -HOMEPAGE="http://s3fs.readthedocs.io/en/latest/"
52 +HOMEPAGE="https://s3fs.readthedocs.io/en/latest/"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54
55 LICENSE="BSD"