Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsd/
Date: Wed, 23 Jun 2021 14:10:31
Message-Id: 1624457417.741de07de6f55f54ca7e0f8753537511087f71dc.mgorny@gentoo
1 commit: 741de07de6f55f54ca7e0f8753537511087f71dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 11:21:37 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 14:10:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741de07d
7
8 dev-python/statsd: Enable py3.9 & py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/statsd/statsd-3.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/statsd/statsd-3.3.0.ebuild b/dev-python/statsd/statsd-3.3.0.ebuild
16 index 765b443d8df..034ab97433e 100644
17 --- a/dev-python/statsd/statsd-3.3.0.ebuild
18 +++ b/dev-python/statsd/statsd-3.3.0.ebuild
19 @@ -1,8 +1,8 @@
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 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
27
28 inherit distutils-r1