diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 10:05:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:02 +0100 |
commit | 878aaee017aeba9570a5a53705bede8688745ff8 (patch) | |
tree | dc138cbc2822fe0d56c5c96436a900278fa0ba0f /dev-python/pyopencl | |
parent | dev-python/pymdstat: use HTTPS (diff) | |
download | gentoo-878aaee017aeba9570a5a53705bede8688745ff8.tar.gz gentoo-878aaee017aeba9570a5a53705bede8688745ff8.tar.bz2 gentoo-878aaee017aeba9570a5a53705bede8688745ff8.zip |
dev-python/pyopencl: use HTTPS
Diffstat (limited to 'dev-python/pyopencl')
-rw-r--r-- | dev-python/pyopencl/pyopencl-2016.1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pyopencl/pyopencl-2017.2.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pyopencl/pyopencl-9999.ebuild | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/pyopencl/pyopencl-2016.1.ebuild b/dev-python/pyopencl/pyopencl-2016.1.ebuild index 6856259e2497..c034e9a67809 100644 --- a/dev-python/pyopencl/pyopencl-2016.1.ebuild +++ b/dev-python/pyopencl/pyopencl-2016.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=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python wrapper for OpenCL" -HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl" +HOMEPAGE="https://mathema.tician.de/software/pyopencl + https://pypi.python.org/pypi/pyopencl" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/pyopencl/pyopencl-2017.2.ebuild b/dev-python/pyopencl/pyopencl-2017.2.ebuild index f61d50f65f40..f70ddd62043b 100644 --- a/dev-python/pyopencl/pyopencl-2017.2.ebuild +++ b/dev-python/pyopencl/pyopencl-2017.2.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=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python wrapper for OpenCL" -HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl" +HOMEPAGE="https://mathema.tician.de/software/pyopencl + https://pypi.python.org/pypi/pyopencl" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/pyopencl/pyopencl-9999.ebuild b/dev-python/pyopencl/pyopencl-9999.ebuild index 51361d489551..ae75b8f048df 100644 --- a/dev-python/pyopencl/pyopencl-9999.ebuild +++ b/dev-python/pyopencl/pyopencl-9999.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=5 @@ -6,10 +6,11 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 git-2 -EGIT_REPO_URI="http://git.tiker.net/trees/pyopencl.git" +EGIT_REPO_URI="https://git.tiker.net/trees/pyopencl.git" DESCRIPTION="Python wrapper for OpenCL" -HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl" +HOMEPAGE="https://mathema.tician.de/software/pyopencl + https://pypi.python.org/pypi/pyopencl" SRC_URI="" LICENSE="GPL-2" |