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/pykka/
Date: Sun, 29 Apr 2018 06:34:04
Message-Id: 1524983565.3ac21c63167c78c76c539699b919b664349e7943.mgorny@gentoo
1 commit: 3ac21c63167c78c76c539699b919b664349e7943
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 08:24:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac21c63
7
8 dev-python/pykka: use HTTPS
9
10 dev-python/pykka/pykka-1.2.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pykka/pykka-1.2.1.ebuild b/dev-python/pykka/pykka-1.2.1.ebuild
14 index 33d9c5e4101..b2d5ba0a8e2 100644
15 --- a/dev-python/pykka/pykka-1.2.1.ebuild
16 +++ b/dev-python/pykka/pykka-1.2.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python{2_7,3_{4,5,6}})
24 inherit distutils-r1
25
26 DESCRIPTION="A Python implementation of the actor model"
27 -HOMEPAGE="http://pykka.org https://github.com/jodal/pykka"
28 +HOMEPAGE="https://www.pykka.org/en/latest/ https://github.com/jodal/pykka"
29 SRC_URI="mirror://pypi/P/Pykka/Pykka-${PV}.tar.gz"
30
31 LICENSE="Apache-2.0"