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/python-discid/
Date: Thu, 26 Aug 2021 11:27:14
Message-Id: 1629977212.ca4c8daf38efe57106536fc26e216209d2297569.sbraz@gentoo
1 commit: ca4c8daf38efe57106536fc26e216209d2297569
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 11:26:34 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 11:26:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4c8daf
7
8 dev-python/python-discid: enable py3.10 and disable py3.7
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 dev-python/python-discid/python-discid-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-discid/python-discid-1.2.0.ebuild b/dev-python/python-discid/python-discid-1.2.0.ebuild
16 index c28f0f8aff4..80243e9dfb7 100644
17 --- a/dev-python/python-discid/python-discid-1.2.0.ebuild
18 +++ b/dev-python/python-discid/python-discid-1.2.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=no
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1