Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpyc/
Date: Sun, 29 Apr 2018 06:34:09
Message-Id: 1524983604.9cb08fe269284769f40602ead376eef0c6346ea5.mgorny@gentoo
1 commit: 9cb08fe269284769f40602ead376eef0c6346ea5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 20:10:12 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:33:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb08fe2
7
8 dev-python/rpyc: use HTTPS
9
10 dev-python/rpyc/rpyc-3.3.0.ebuild | 4 ++--
11 dev-python/rpyc/rpyc-3.4.4.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/rpyc/rpyc-3.3.0.ebuild b/dev-python/rpyc/rpyc-3.3.0.ebuild
15 index ce2b20f0dae..a58b1f735b5 100644
16 --- a/dev-python/rpyc/rpyc-3.3.0.ebuild
17 +++ b/dev-python/rpyc/rpyc-3.3.0.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="5"
24 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 inherit distutils-r1
26
27 DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
28 -HOMEPAGE="http://rpyc.readthedocs.org/"
29 +HOMEPAGE="https://rpyc.readthedocs.io/en/latest/"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31 LICENSE="MIT"
32 SLOT="0"
33
34 diff --git a/dev-python/rpyc/rpyc-3.4.4.ebuild b/dev-python/rpyc/rpyc-3.4.4.ebuild
35 index d597a7823bc..4937f31d66c 100644
36 --- a/dev-python/rpyc/rpyc-3.4.4.ebuild
37 +++ b/dev-python/rpyc/rpyc-3.4.4.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
45 inherit distutils-r1
46
47 DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
48 -HOMEPAGE="http://rpyc.readthedocs.org/"
49 +HOMEPAGE="https://rpyc.readthedocs.io/en/latest/"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 LICENSE="MIT"
52 SLOT="0"