Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/
Date: Fri, 03 Sep 2021 14:42:02
Message-Id: 1630680097.c03e07646cdae3e5f97191428c33b3bd07df98ef.arthurzam@gentoo
1 commit: c03e07646cdae3e5f97191428c33b3bd07df98ef
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 11:58:02 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 14:41:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03e0764
7
8 dev-python/fsspec: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/fsspec/fsspec-2021.08.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/fsspec/fsspec-2021.08.1.ebuild b/dev-python/fsspec/fsspec-2021.08.1.ebuild
16 index 9320b0a3cd6..925dbfa0cf2 100644
17 --- a/dev-python/fsspec/fsspec-2021.08.1.ebuild
18 +++ b/dev-python/fsspec/fsspec-2021.08.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 MY_P=filesystem_spec-${PV}