commit:     9e63c1397e6f808cd731f24491d187d171b26312
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 08:41:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 10:50:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e63c139

dev-python/flexx: use HTTPS, sync HOMEPAGES

 dev-python/flexx/flexx-0.3.1.ebuild | 6 +++---
 dev-python/flexx/flexx-0.4.1.ebuild | 7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-python/flexx/flexx-0.3.1.ebuild 
b/dev-python/flexx/flexx-0.3.1.ebuild
index 7f83b67265a..a01479ab705 100644
--- a/dev-python/flexx/flexx-0.3.1.ebuild
+++ b/dev-python/flexx/flexx-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,9 +9,9 @@ inherit distutils-r1
 
 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology"
 HOMEPAGE="
-       http://flexx.readthedocs.org
+       https://flexx.readthedocs.org
        https://github.com/zoofio/flexx
-       http://pypi.python.org/pypi/flexx";
+       https://pypi.python.org/pypi/flexx";
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
 
 LICENSE="BSD"

diff --git a/dev-python/flexx/flexx-0.4.1.ebuild 
b/dev-python/flexx/flexx-0.4.1.ebuild
index 45ae7cc1bf7..45351a0575f 100644
--- a/dev-python/flexx/flexx-0.4.1.ebuild
+++ b/dev-python/flexx/flexx-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology"
-HOMEPAGE="http://flexx.readthedocs.org";
+HOMEPAGE="
+       https://flexx.readthedocs.org
+       https://github.com/zoofio/flexx
+       https://pypi.python.org/pypi/flexx";
 SRC_URI="https://github.com/zoofIO//${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"

Reply via email to