summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 10:05:39 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-17 11:51:02 +0100
commit878aaee017aeba9570a5a53705bede8688745ff8 (patch)
treedc138cbc2822fe0d56c5c96436a900278fa0ba0f /dev-python/pyopencl/pyopencl-2016.1.ebuild
parentdev-python/pymdstat: use HTTPS (diff)
downloadgentoo-878aaee017aeba9570a5a53705bede8688745ff8.tar.gz
gentoo-878aaee017aeba9570a5a53705bede8688745ff8.tar.bz2
gentoo-878aaee017aeba9570a5a53705bede8688745ff8.zip
dev-python/pyopencl: use HTTPS
Diffstat (limited to 'dev-python/pyopencl/pyopencl-2016.1.ebuild')
-rw-r--r--dev-python/pyopencl/pyopencl-2016.1.ebuild5
1 files changed, 3 insertions, 2 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"