diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 10:08:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:03 +0100 |
commit | deb1ad98ff4eefd0badca2e4d246dd9b4124b028 (patch) | |
tree | 85222af1132f3fe12e88ee7ebcfb6603c7e4d433 /dev-python/pytest-cache | |
parent | dev-python/pystatgrab: use HTTPS (diff) | |
download | gentoo-deb1ad98ff4eefd0badca2e4d246dd9b4124b028.tar.gz gentoo-deb1ad98ff4eefd0badca2e4d246dd9b4124b028.tar.bz2 gentoo-deb1ad98ff4eefd0badca2e4d246dd9b4124b028.zip |
dev-python/pytest-cache: use HTTPS
Diffstat (limited to 'dev-python/pytest-cache')
-rw-r--r-- | dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild index baa4e6ab638e..35c3a296da78 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild @@ -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" |