diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 16:32:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 22:41:34 +0100 |
commit | b58cbd222c145443e68bfaa97892fad2569c1f65 (patch) | |
tree | 6ec68a6c8bd00dc9116a14786c1af1a9a89bc61d /dev-python/statistics | |
parent | dev-python/scrapy: use HTTPS (diff) | |
download | gentoo-b58cbd222c145443e68bfaa97892fad2569c1f65.tar.gz gentoo-b58cbd222c145443e68bfaa97892fad2569c1f65.tar.bz2 gentoo-b58cbd222c145443e68bfaa97892fad2569c1f65.zip |
dev-python/statistics: use HTTPS
Diffstat (limited to 'dev-python/statistics')
-rw-r--r-- | dev-python/statistics/statistics-1.0.3.5.ebuild | 5 | ||||
-rw-r--r-- | dev-python/statistics/statistics-3.4.0_beta3.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/statistics/statistics-1.0.3.5.ebuild b/dev-python/statistics/statistics-1.0.3.5.ebuild index 059465ec6f49..33e131e73fd1 100644 --- a/dev-python/statistics/statistics-1.0.3.5.ebuild +++ b/dev-python/statistics/statistics-1.0.3.5.ebuild @@ -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" diff --git a/dev-python/statistics/statistics-3.4.0_beta3.ebuild b/dev-python/statistics/statistics-3.4.0_beta3.ebuild index 01236be413e2..6825787a875d 100644 --- a/dev-python/statistics/statistics-3.4.0_beta3.ebuild +++ b/dev-python/statistics/statistics-3.4.0_beta3.ebuild @@ -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" |