dev-python/msgpack: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 08:48:14 +0000 (09:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:50:57 +0000 (11:50 +0100)
dev-python/msgpack/msgpack-0.4.8.ebuild
dev-python/msgpack/msgpack-0.5.1.ebuild
dev-python/msgpack/msgpack-0.5.6.ebuild

index 34f89a8ad0d00e26b55ace042dadbbf373fe5dbc..d0d2cb0f5326622862eee69eb81a9cb4d432c461 100644 (file)
@@ -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=6
@@ -10,7 +10,9 @@ MY_PN="${PN}-python"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack-python/"
+HOMEPAGE="https://msgpack.org
+       https://github.com/msgpack/msgpack-python/
+       https://pypi.python.org/pypi/msgpack-python/"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
index 2fbeb83213b5c7cab228ac08f12e01cc2f1c0094..abb50487307d48b7c39052d24a39bbb17d0f9e1c 100644 (file)
@@ -10,7 +10,9 @@ MY_PN="${PN}-python"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack-python/"
+HOMEPAGE="https://msgpack.org
+       https://github.com/msgpack/msgpack-python/
+       https://pypi.python.org/pypi/msgpack-python/"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
index 664ea6dd012b6d3149a4d357bdfa39f39ac7a1be..65965709753a27a2a6b0ff0f9ea05f30a5203afd 100644 (file)
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack/"
+HOMEPAGE="https://msgpack.org
+       https://github.com/msgpack/msgpack-python/
+       https://pypi.python.org/pypi/msgpack/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"