diff options
author | 2019-03-22 08:51:26 +0100 | |
---|---|---|
committer | 2019-03-26 14:52:28 -0400 | |
commit | b25cda1b39d4e1766461194aeae0005ba11b215e (patch) | |
tree | 9aef57c4574480e39a8690d13967b3890faee1e8 /dev-python | |
parent | dev-python/construct: use HTTPS (diff) | |
download | gentoo-b25cda1b39d4e1766461194aeae0005ba11b215e.tar.gz gentoo-b25cda1b39d4e1766461194aeae0005ba11b215e.tar.bz2 gentoo-b25cda1b39d4e1766461194aeae0005ba11b215e.zip |
dev-python/dask: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dask/dask-0.10.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dask/dask-0.15.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dask/dask-0.18.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dask/dask-1.1.3.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
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" |