Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/
Date: Sun, 04 Oct 2020 17:56:14
Message-Id: 1601834151.3315c71b6030ba2d3af242b1e21c7634eabeb300.sam@gentoo
1 commit: 3315c71b6030ba2d3af242b1e21c7634eabeb300
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 17:55:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 17:55:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3315c71b
7
8 dev-python/fsspec: Stabilize 0.8.0 ALLARCHES, #741254
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/fsspec/fsspec-0.8.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/fsspec/fsspec-0.8.0.ebuild b/dev-python/fsspec/fsspec-0.8.0.ebuild
16 index 38f37978fe0..7fbcba959c8 100644
17 --- a/dev-python/fsspec/fsspec-0.8.0.ebuild
18 +++ b/dev-python/fsspec/fsspec-0.8.0.ebuild
19 @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 x86"
25
26 BDEPEND="
27 dev-python/versioneer[${PYTHON_USEDEP}]