Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Fri, 31 Jul 2020 22:34:02
Message-Id: 1596234789.628660f60af4237d4e3f526cd39a7e02e4dabdd4.bman@gentoo
1 commit: 628660f60af4237d4e3f526cd39a7e02e4dabdd4
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Jun 7 19:30:32 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 22:33:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628660f6
7
8 dev-python/pytest: update homepage link
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/pytest/pytest-3.10.1.ebuild | 2 +-
15 dev-python/pytest/pytest-4.5.0.ebuild | 2 +-
16 dev-python/pytest/pytest-4.6.11.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild
20 index 58d5ac51c85..d6514cfaade 100644
21 --- a/dev-python/pytest/pytest-3.10.1.ebuild
22 +++ b/dev-python/pytest/pytest-3.10.1.ebuild
23 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
24 inherit distutils-r1
25
26 DESCRIPTION="Simple powerful testing with Python"
27 -HOMEPAGE="http://pytest.org/"
28 +HOMEPAGE="https://pytest.org/"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"
32
33 diff --git a/dev-python/pytest/pytest-4.5.0.ebuild b/dev-python/pytest/pytest-4.5.0.ebuild
34 index a83f1311e0a..b7645ac3a2c 100644
35 --- a/dev-python/pytest/pytest-4.5.0.ebuild
36 +++ b/dev-python/pytest/pytest-4.5.0.ebuild
37 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
38 inherit distutils-r1
39
40 DESCRIPTION="Simple powerful testing with Python"
41 -HOMEPAGE="http://pytest.org/"
42 +HOMEPAGE="https://pytest.org/"
43 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44
45 LICENSE="MIT"
46
47 diff --git a/dev-python/pytest/pytest-4.6.11.ebuild b/dev-python/pytest/pytest-4.6.11.ebuild
48 index b3224122e35..54d5e917b2c 100644
49 --- a/dev-python/pytest/pytest-4.6.11.ebuild
50 +++ b/dev-python/pytest/pytest-4.6.11.ebuild
51 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
52 inherit distutils-r1
53
54 DESCRIPTION="Simple powerful testing with Python"
55 -HOMEPAGE="http://pytest.org/"
56 +HOMEPAGE="https://pytest.org/"
57 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
58
59 LICENSE="MIT"