commit:     5d010b7bdd081f518e184c07cd81ace6c664a130
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 15 10:20:06 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 16 22:56:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d010b7b

dev-python/bokeh: use HTTPS

 dev-python/bokeh/bokeh-0.11.1.ebuild | 6 ++++--
 dev-python/bokeh/bokeh-0.12.4.ebuild | 6 ++++--
 dev-python/bokeh/bokeh-0.12.6.ebuild | 6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.11.1.ebuild 
b/dev-python/bokeh/bokeh-0.11.1.ebuild
index bb7d27a052e..3a98665a729 100644
--- a/dev-python/bokeh/bokeh-0.11.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.11.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,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 inherit distutils-r1
 
 DESCRIPTION="Statistical and novel interactive HTML plots for Python"
-HOMEPAGE="http://bokeh.pydata.org/ https://github.com/bokeh/bokeh 
http://pypi.org/project/bokeh/";
+HOMEPAGE="https://bokeh.pydata.org/en/latest/
+       https://github.com/bokeh/bokeh
+       https://pypi.org/project/bokeh/";
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/bokeh/bokeh-0.12.4.ebuild 
b/dev-python/bokeh/bokeh-0.12.4.ebuild
index 92224a4b240..13a916ab9c6 100644
--- a/dev-python/bokeh/bokeh-0.12.4.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.4.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,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 inherit distutils-r1
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"
-HOMEPAGE="http://bokeh.pydata.org/";
+HOMEPAGE="https://bokeh.pydata.org/en/latest/
+       https://github.com/bokeh/bokeh
+       https://pypi.org/project/bokeh/";
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild 
b/dev-python/bokeh/bokeh-0.12.6.ebuild
index 9d2c39b2d3d..4e2f6972548 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.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,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"
-HOMEPAGE="http://bokeh.pydata.org/";
+HOMEPAGE="https://bokeh.pydata.org/en/latest/
+       https://github.com/bokeh/bokeh
+       https://pypi.org/project/bokeh/";
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

Reply via email to