dev-python/pytest-cache: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 09:08:17 +0000 (10:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:51:03 +0000 (11:51 +0100)
dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild

index baa4e6ab638ed404ceae988af078a2459e976f52..35c3a296da789541534bfaec98a63c5e95f5bd81 100644 (file)
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="mechanisms for caching across test runs"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-cache http://bitbucket.org/hpk42/pytest-cache/ http://pythonhosted.org/pytest-cache/"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-cache
+       https://bitbucket.org/hpk42/pytest-cache/
+       https://pythonhosted.org/pytest-cache/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"