From: Michael Mair-Keimberger Date: Fri, 22 Mar 2019 07:51:26 +0000 (+0100) Subject: dev-python/dask: use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b25cda1b39d4e1766461194aeae0005ba11b215e;p=gentoo.git dev-python/dask: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- diff --git a/dev-python/dask/dask-0.10.2.ebuild b/dev-python/dask/dask-0.10.2.ebuild index 49e11ea9e0f0..e64f700a33fb 100644 --- a/dev-python/dask/dask-0.10.2.ebuild +++ b/dev-python/dask/dask-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=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" -HOMEPAGE="http://dask.pydata.org/" +HOMEPAGE="https://dask.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/dask/dask-0.15.1.ebuild b/dev-python/dask/dask-0.15.1.ebuild index 3c38e399ee6d..3162fa77848c 100644 --- a/dev-python/dask/dask-0.15.1.ebuild +++ b/dev-python/dask/dask-0.15.1.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=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" -HOMEPAGE="http://dask.pydata.org/" +HOMEPAGE="https://dask.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/dask/dask-0.18.2.ebuild b/dev-python/dask/dask-0.18.2.ebuild index c072dbd8800e..cb88b275c74a 100644 --- a/dev-python/dask/dask-0.18.2.ebuild +++ b/dev-python/dask/dask-0.18.2.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=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" -HOMEPAGE="http://dask.pydata.org/" +HOMEPAGE="https://dask.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/dask/dask-1.1.3.ebuild b/dev-python/dask/dask-1.1.3.ebuild index 0dbf844c58cd..c38d12676298 100644 --- a/dev-python/dask/dask-1.1.3.ebuild +++ b/dev-python/dask/dask-1.1.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" -HOMEPAGE="http://dask.pydata.org/" +HOMEPAGE="https://dask.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"