commit:     7f0edbd0c2762a3aeec77a6d34ed8092d37b86d7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 11:44:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 11:55:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0edbd0

dev-python/pytest-html: add Python 3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pytest-html/pytest-html-1.22.1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-html/pytest-html-1.22.1.ebuild 
b/dev-python/pytest-html/pytest-html-1.22.1.ebuild
index ff9bd0ca538..46e90071e9a 100644
--- a/dev-python/pytest-html/pytest-html-1.22.1.ebuild
+++ b/dev-python/pytest-html/pytest-html-1.22.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
 
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Plugin for generating HTML reports for py.test results"
@@ -13,9 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
 # Lots of test failures...
 RESTRICT="test"
+
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
        dev-python/pytest-metadata[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}

Reply via email to