Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-benchmark/
Date: Tue, 25 May 2021 23:08:05
Message-Id: 1621939054.2d87d737985102f472c5d1b78b2510fcf64907f3.lanodan@gentoo
1 commit: 2d87d737985102f472c5d1b78b2510fcf64907f3
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 25 08:42:44 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Tue May 25 10:37:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d87d737
7
8 dev-python/pytest-benchmark: support python 3.9
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild b/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild
16 index 6d4a4b167..c381feca3 100644
17 --- a/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild
18 +++ b/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI="7"
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( python3_{7,8} )
24 +PYTHON_COMPAT=( python3_{7..9} )
25
26 inherit distutils-r1