dev-python/statistics: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 15:32:34 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 21:41:34 +0000 (22:41 +0100)
dev-python/statistics/statistics-1.0.3.5.ebuild
dev-python/statistics/statistics-3.4.0_beta3.ebuild

index 059465ec6f498a97214f7e7d082e8f191abf5549..33e131e73fd1192857c006cd7007c2079d5a10ba 100644 (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"
index 01236be413e28fa915b7a7d77655c32d274884cb..6825787a875d16d5ed3dbf1c82edcafa0a1864f3 100644 (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"