Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikit-learn/, profiles/arch/riscv/
Date: Thu, 02 Sep 2021 22:58:03
Message-Id: 1630623468.c38b9c0e0da02487fc1f246f300915ec37a7d685.marecki@gentoo
1 commit: c38b9c0e0da02487fc1f246f300915ec37a7d685
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 22:08:36 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 22:57:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b9c0e
7
8 sci-libs/scikit-learn: keyword 0.24.2 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 profiles/arch/riscv/package.use.mask | 5 -----
13 sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild | 4 ++--
14 2 files changed, 2 insertions(+), 7 deletions(-)
15
16 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
17 index 21a1c92a2d1..51f7f1a861a 100644
18 --- a/profiles/arch/riscv/package.use.mask
19 +++ b/profiles/arch/riscv/package.use.mask
20 @@ -6,11 +6,6 @@
21 # That said, with pebble-4.6.3 installed manually
22 # (and without testing) all nbconvert-6.0.7 tests passed.
23 dev-python/nbconvert test
24 -# ceph-mgr indirectly depends on dev-python/loky, which fails tests
25 -# on this arch. Note that since modern versions of Ceph require ceph-mgr
26 -# for normal operations, masking this flag means one cannot presently
27 -# have a riscv-only Gentoo-based Ceph cluster.
28 -sys-cluster/ceph mgr
29
30 # Yixun Lan <dlan@g.o> (2021-08-29)
31 # sys-apps/fwupd not tested, USE=spi,uefi,dell
32
33 diff --git a/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild b/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild
34 index c8cd5f26802..f362753c369 100644
35 --- a/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild
36 +++ b/sci-libs/scikit-learn/scikit-learn-0.24.2.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{7..9} )
42 +PYTHON_COMPAT=( python3_{8..9} )
43 DISTUTILS_IN_SOURCE_BUILD=1
44 inherit distutils-r1
45
46 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/scikit-learn/scikit-learn/archive/${PV}.tar.gz -> ${
47
48 LICENSE="BSD"
49 SLOT="0"
50 -KEYWORDS="amd64 ~arm64 ~ppc64 x86"
51 +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
52 IUSE="examples"
53
54 DEPEND="