dev-python/msgpack: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-03-17 09:48:14 +01:00
committed by Michał Górny
parent 2e2f5cc380
commit a7b36fc93b
3 changed files with 10 additions and 4 deletions

View 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"