diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-22 08:36:15 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-26 14:52:19 -0400 |
commit | 107398a72e493ba3854cf4d1c1e80c3303e728a5 (patch) | |
tree | f526f14816a2696a263d827c986e48792db3d7c2 | |
parent | media-sound/soundconverter: use HTTPS (diff) | |
download | gentoo-107398a72e493ba3854cf4d1c1e80c3303e728a5.tar.gz gentoo-107398a72e493ba3854cf4d1c1e80c3303e728a5.tar.bz2 gentoo-107398a72e493ba3854cf4d1c1e80c3303e728a5.zip |
dev-python/blaze: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11457
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/blaze/blaze-0.10.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/blaze/blaze-0.11.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/blaze/blaze-0.10.2.ebuild b/dev-python/blaze/blaze-0.10.2.ebuild index 8acdc8f11a4a..2cf0f016591c 100644 --- a/dev-python/blaze/blaze-0.10.2.ebuild +++ b/dev-python/blaze/blaze-0.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Next generation Python numpy" -HOMEPAGE="http://blaze.pydata.org/" +HOMEPAGE="https://blaze.pydata.org https://blaze.readthedocs.io/en/latest/" SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/blaze/blaze-0.11.3.ebuild b/dev-python/blaze/blaze-0.11.3.ebuild index 30747c684559..db12f7afa146 100644 --- a/dev-python/blaze/blaze-0.11.3.ebuild +++ b/dev-python/blaze/blaze-0.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Next generation Python numpy" -HOMEPAGE="http://blaze.readthedocs.io/" +HOMEPAGE="https://blaze.pydata.org https://blaze.readthedocs.io/en/latest/" SRC_URI="https://github.com/blaze/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |