Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-html/
Date: Tue, 01 Jun 2021 11:56:09
Message-Id: 1622548555.7f0edbd0c2762a3aeec77a6d34ed8092d37b86d7.sam@gentoo
1 commit: 7f0edbd0c2762a3aeec77a6d34ed8092d37b86d7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:44:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:55:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0edbd0
7
8 dev-python/pytest-html: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pytest-html/pytest-html-1.22.1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pytest-html/pytest-html-1.22.1.ebuild b/dev-python/pytest-html/pytest-html-1.22.1.ebuild
16 index ff9bd0ca538..46e90071e9a 100644
17 --- a/dev-python/pytest-html/pytest-html-1.22.1.ebuild
18 +++ b/dev-python/pytest-html/pytest-html-1.22.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8} pypy3 )
26
27 +PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
28 inherit distutils-r1
29
30 DESCRIPTION="Plugin for generating HTML reports for py.test results"
31 @@ -13,9 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 LICENSE="MPL-2.0"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 +
37 # Lots of test failures...
38 RESTRICT="test"
39 +
40 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
41 dev-python/pytest-metadata[${PYTHON_USEDEP}]"
42 DEPEND="${RDEPEND}