Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fastavro/
Date: Mon, 27 Sep 2021 16:47:38
Message-Id: 1632761250.0b461a83e4dceba00ea46dfb0de45b5e55c652c3.Alessandro-Barbieri@gentoo
1 commit: 0b461a83e4dceba00ea46dfb0de45b5e55c652c3
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 27 16:02:05 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 27 16:47:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b461a83
7
8 dev-python/fastavro: disable py3.10, py3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/fastavro/fastavro-1.4.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/fastavro/fastavro-1.4.5.ebuild b/dev-python/fastavro/fastavro-1.4.5.ebuild
16 index 77676d82e..358c1e73c 100644
17 --- a/dev-python/fastavro/fastavro-1.4.5.ebuild
18 +++ b/dev-python/fastavro/fastavro-1.4.5.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 EPYTEST_DESELECT=( tests/test_fastavro.py::test_cython_python )
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_8 )
25
26 inherit distutils-r1