From 628660f60af4237d4e3f526cd39a7e02e4dabdd4 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sun, 7 Jun 2020 21:30:32 +0200 Subject: [PATCH] dev-python/pytest: update homepage link Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic Signed-off-by: Aaron Bauman --- dev-python/pytest/pytest-3.10.1.ebuild | 2 +- dev-python/pytest/pytest-4.5.0.ebuild | 2 +- dev-python/pytest/pytest-4.6.11.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild index 58d5ac51c8560..d6514cfaade92 100644 --- a/dev-python/pytest/pytest-3.10.1.ebuild +++ b/dev-python/pytest/pytest-3.10.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="Simple powerful testing with Python" -HOMEPAGE="http://pytest.org/" +HOMEPAGE="https://pytest.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytest/pytest-4.5.0.ebuild b/dev-python/pytest/pytest-4.5.0.ebuild index a83f1311e0a9f..b7645ac3a2c79 100644 --- a/dev-python/pytest/pytest-4.5.0.ebuild +++ b/dev-python/pytest/pytest-4.5.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="Simple powerful testing with Python" -HOMEPAGE="http://pytest.org/" +HOMEPAGE="https://pytest.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytest/pytest-4.6.11.ebuild b/dev-python/pytest/pytest-4.6.11.ebuild index b3224122e3569..54d5e917b2ce0 100644 --- a/dev-python/pytest/pytest-4.6.11.ebuild +++ b/dev-python/pytest/pytest-4.6.11.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="Simple powerful testing with Python" -HOMEPAGE="http://pytest.org/" +HOMEPAGE="https://pytest.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"