dev-python/flexx: use HTTPS, sync HOMEPAGES
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 08:41:16 +0000 (09:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:50:55 +0000 (11:50 +0100)
dev-python/flexx/flexx-0.3.1.ebuild
dev-python/flexx/flexx-0.4.1.ebuild

index 7f83b67265abfdf9fd1bb48622cb6ec4323acdfa..a01479ab7052c432646949ed220dd412dade6347 100644 (file)
@@ -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"
index 45ae7cc1bf7c34fa4c5c5bac95a3c04a2b2a6e14..45351a0575fe0d0caff7780a4f120529dea8794e 100644 (file)
@@ -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"