dev-python/statistics: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-03-17 16:32:34 +01:00
committed by Michał Górny
parent 17593eac4c
commit b58cbd222c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 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=( python2_7 pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
HOMEPAGE="https://github.com/digitalemagine/py-statistics http://pypi.python.org/pypi/statistics"
HOMEPAGE="https://github.com/digitalemagine/py-statistics
https://pypi.python.org/pypi/statistics"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"

View File

@@ -10,7 +10,8 @@ inherit distutils-r1
MY_P=${PN}-${PV/_beta/b}
DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
HOMEPAGE="https://github.com/digitalemagine/py-statistics https://pypi.python.org/pypi/statistics"
HOMEPAGE="https://github.com/digitalemagine/py-statistics
https://pypi.python.org/pypi/statistics"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="PSF-2"