summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 09:48:14 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-17 11:50:57 +0100
commita7b36fc93b86c43442d4b0a38e3f6e99427ee4ed (patch)
tree260d31b982ed238d33b0e32f21cad6f066ba95cb /dev-python/msgpack/msgpack-0.4.8.ebuild
parentdev-python/matplotlib: use HTTPS (diff)
downloadgentoo-a7b36fc93b86c43442d4b0a38e3f6e99427ee4ed.tar.gz
gentoo-a7b36fc93b86c43442d4b0a38e3f6e99427ee4ed.tar.bz2
gentoo-a7b36fc93b86c43442d4b0a38e3f6e99427ee4ed.zip
dev-python/msgpack: use HTTPS
Diffstat (limited to 'dev-python/msgpack/msgpack-0.4.8.ebuild')
-rw-r--r--dev-python/msgpack/msgpack-0.4.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/msgpack/msgpack-0.4.8.ebuild b/dev-python/msgpack/msgpack-0.4.8.ebuild
index 34f89a8ad0d0..d0d2cb0f5326 100644
--- a/dev-python/msgpack/msgpack-0.4.8.ebuild
+++ b/dev-python/msgpack/msgpack-0.4.8.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=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"