Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/influxdb/
Date: Tue, 24 Aug 2021 17:22:21
Message-Id: 1629825701.20a008d1a127e2deac596cd318f8cdf73aa09451.sbraz@gentoo
1 commit: 20a008d1a127e2deac596cd318f8cdf73aa09451
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 17:21:41 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 17:21:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a008d1
7
8 dev-python/influxdb: enable py3.10 and disable py3.7
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 dev-python/influxdb/influxdb-5.3.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/influxdb/influxdb-5.3.0-r1.ebuild b/dev-python/influxdb/influxdb-5.3.0-r1.ebuild
16 index f4c99bee7dd..8cd5b7a8ae0 100644
17 --- a/dev-python/influxdb/influxdb-5.3.0-r1.ebuild
18 +++ b/dev-python/influxdb/influxdb-5.3.0-r1.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
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit distutils-r1