* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2023-05-08 6:06 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2023-05-08 6:06 UTC (permalink / raw
To: gentoo-commits
commit: f47f3702d88983b0f1d897b65164cc07bd5d2e93
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 06:06:05 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 8 06:06:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47f3702
sci-libs/datasets: update DESCRIPTION
Closes: https://bugs.gentoo.org/905902
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/datasets-2.11.0.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0.ebuild
index 0ff1a4f0b386..12fc1f4d4393 100644
--- a/sci-libs/datasets/datasets-2.11.0.ebuild
+++ b/sci-libs/datasets/datasets-2.11.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
-DESCRIPTION="access and share datasets for Audio, Computer Vision, and NLP tasks"
+DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks"
HOMEPAGE="
https://pypi.org/project/datasets/
"
@@ -24,13 +24,14 @@ RDEPEND="
${PYTHON_DEPS}
sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
- dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
+ dev-python/absl-py[${PYTHON_USEDEP}]
+ dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/fsspec[${PYTHON_USEDEP}]
dev-python/multiprocess[${PYTHON_USEDEP}]
- dev-python/aiohttp[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
dev-python/xxhash[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
- dev-python/absl-py[${PYTHON_USEDEP}]
sci-libs/scikit-learn[${PYTHON_USEDEP}]
')
"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2023-05-08 7:55 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2023-05-08 7:55 UTC (permalink / raw
To: gentoo-commits
commit: a57155ae65b3571cee970d9fe04287df24bec316
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 07:55:02 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 8 07:55:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57155ae
sci-libs/datasets: add deps
Closes: https://bugs.gentoo.org/905919
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/datasets-2.11.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0.ebuild
index 12fc1f4d4393..08eb02d84541 100644
--- a/sci-libs/datasets/datasets-2.11.0.ebuild
+++ b/sci-libs/datasets/datasets-2.11.0.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
dev-python/xxhash[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
+ sci-libs/huggingface_hub[${PYTHON_USEDEP}]
sci-libs/scikit-learn[${PYTHON_USEDEP}]
')
"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2023-05-08 9:26 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2023-05-08 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 39e7cafe3373049d2aabff99bca082e1ee3c3558
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 09:25:11 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 8 09:25:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e7cafe
sci-libs/datasets: depdns on tqdm
Closes: https://bugs.gentoo.org/905925
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/datasets-2.11.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0.ebuild
index 08eb02d84541..29c37671fcb6 100644
--- a/sci-libs/datasets/datasets-2.11.0.ebuild
+++ b/sci-libs/datasets/datasets-2.11.0.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
dev-python/multiprocess[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
+ dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/xxhash[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
sci-libs/huggingface_hub[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2023-05-08 12:36 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2023-05-08 12:36 UTC (permalink / raw
To: gentoo-commits
commit: e284b310cd0b58e42e8311e933d97e214a9ea8c4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 12:35:19 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 8 12:35:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e284b310
sci-libs/datasets: add deps for test
Closes: https://bugs.gentoo.org/905931
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/datasets-2.11.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0.ebuild
index 29c37671fcb6..b7c020779cce 100644
--- a/sci-libs/datasets/datasets-2.11.0.ebuild
+++ b/sci-libs/datasets/datasets-2.11.0.ebuild
@@ -41,6 +41,7 @@ DEPEND="${RDEPEND}"
BDEPEND="test? (
$(python_gen_cond_dep '
dev-python/pytest-datadir[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
')
)"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2023-05-14 17:08 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2023-05-14 17:08 UTC (permalink / raw
To: gentoo-commits
commit: cab0db34c94bbebc2d311d52e2507db36a44cc0f
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 16:57:53 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun May 14 17:07:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab0db34
sci-libs/datasets: enable jiwer depend tests
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{datasets-2.11.0.ebuild => datasets-2.11.0-r1.ebuild} | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0-r1.ebuild
similarity index 92%
rename from sci-libs/datasets/datasets-2.11.0.ebuild
rename to sci-libs/datasets/datasets-2.11.0-r1.ebuild
index b7c020779cce..977bf0d698b9 100644
--- a/sci-libs/datasets/datasets-2.11.0.ebuild
+++ b/sci-libs/datasets/datasets-2.11.0-r1.ebuild
@@ -42,16 +42,10 @@ BDEPEND="test? (
$(python_gen_cond_dep '
dev-python/pytest-datadir[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
+ sci-libs/jiwer[${PYTHON_USEDEP}]
')
)"
PATCHES=( "${FILESDIR}"/${P}-tests.patch )
distutils_enable_tests pytest
-
-src_prepare() {
- # Require jiwer
- rm metrics/cer/test_cer.py || die
-
- distutils-r1_src_prepare
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2023-08-25 17:45 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2023-08-25 17:45 UTC (permalink / raw
To: gentoo-commits
commit: f8ee105cd6b64e13a3551369506c5fbb91fc87d5
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 17:44:53 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 17:45:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ee105c
sci-libs/datasets: add 2.13.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/Manifest | 1 +
sci-libs/datasets/datasets-2.13.1.ebuild | 59 ++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index 3fa2a12d0e5c..5895ad1a2004 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1,2 +1,3 @@
DIST datasets-2.11.0.gh.tar.gz 2141289 BLAKE2B 0fb471dd6ee5de3831eb6586c4a15e67381262470b72d5ab02ee87dfc7977cb4d40e04da6507049d1e47cb8948cad11988bb7627293b48231e1cd413d2cfb885 SHA512 9ec2274d7978e3dde1b2f8ce78dd65bdf66742bbfee7b8672af46216aeaae3ef5c4604a8a5ea0bdee808f1c362cca9a122c16d2e9a161678148e581e4cd5c863
DIST datasets-2.12.0.gh.tar.gz 2149274 BLAKE2B 8f188901dfe293ac2b673f37e0d135e01a8f131adf9030ef1815ce2faa7ba0b36faf64a002cae1ced2d3ed5b7f50f43ba5cda90ab9254fd5f66bbfaed6085f3f SHA512 7389a1c6ee8ff4cda39a2c3f52218aa6f4b1cd6b45f48f83bfa2191359a8999d54153120d968b3cf7e5e932f88822783578e3d859dcb20f38fb0d915d88220c9
+DIST datasets-2.13.1.gh.tar.gz 2166516 BLAKE2B 2269434b94145837e491ec6784218f6972df94a558b9067020076fb44dd937a103e3c57dd3761bb0a4cb3c3b6248299ec2a6c3f03c5bd016daaa8957591bf7b6 SHA512 3d2d1aad86b6a472cd6d0e6c661d4730cc0ed1a0fff55c739fc6a0ba68a8f53ae8789029553abd713d0b30648dd020f1880b2d8110c72b5c89a320c2b24f7752
diff --git a/sci-libs/datasets/datasets-2.13.1.ebuild b/sci-libs/datasets/datasets-2.13.1.ebuild
new file mode 100644
index 000000000000..60a16a43e361
--- /dev/null
+++ b/sci-libs/datasets/datasets-2.13.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks"
+HOMEPAGE="
+ https://pypi.org/project/datasets/
+"
+SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+IUSE="test"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/absl-py[${PYTHON_USEDEP}]
+ dev-python/aiohttp[${PYTHON_USEDEP}]
+ dev-python/fsspec[${PYTHON_USEDEP}]
+ dev-python/multiprocess[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/xxhash[${PYTHON_USEDEP}]
+ dev-python/zstandard[${PYTHON_USEDEP}]
+ sci-libs/huggingface_hub[${PYTHON_USEDEP}]
+ sci-libs/scikit-learn[${PYTHON_USEDEP}]
+ ')
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+ $(python_gen_cond_dep '
+ dev-python/pytest-datadir[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ =dev-python/sqlalchemy-1*[${PYTHON_USEDEP}]
+ sci-libs/jiwer[${PYTHON_USEDEP}]
+ sci-libs/seqeval[${PYTHON_USEDEP}]
+ ')
+)"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.12.0-tests.patch )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ distutils-r1_src_prepare
+ rm tests/packaged_modules/test_spark.py || die
+ rm tests/test_upstream_hub.py || die
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2024-02-20 21:31 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2024-02-20 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 0517580bb3741c5107045dc9444b0811fefbe257
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 21:31:03 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 21:31:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0517580b
sci-libs/datasets: add 2.15.0, drop 2.14.7
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/Manifest | 2 +-
.../datasets/{datasets-2.14.7.ebuild => datasets-2.15.0.ebuild} | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index aedfb1428ab5..42abdebf934c 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1 +1 @@
-DIST datasets-2.14.7.gh.tar.gz 2145270 BLAKE2B b3196f75bd52432091052e63ccfc538072b30bead213c7ddc549724c8efedacdf6bb8934574220ee62e27a48240a769ad5e79c4e39cad92538dc6947f7f9bd2b SHA512 87ecaec34670af5b4879aaa85e730fc4ba376028e7ca033a556aec9ac55156f11252dd130c12dc160d5c3d5618fa8888072e46c7dcc01eed9c0e2e07657b0b74
+DIST datasets-2.15.0.gh.tar.gz 2147191 BLAKE2B eadf0133f0baa9f0469a51f28e00d3656b2b799ed1ff221ad6df39640c9777ccd46b706e46898ffa0597bc43288ee5991410d5c6d0a2cb3b814658c92d779a68 SHA512 589ca7992d58007c556558ef0889354fe34821f55e79025ea475d08c105428fe84c77c9183ec0028d8e60b25ba0ea8565bd8c6003a85bb6472d1cb4a247142e2
diff --git a/sci-libs/datasets/datasets-2.14.7.ebuild b/sci-libs/datasets/datasets-2.15.0.ebuild
similarity index 93%
rename from sci-libs/datasets/datasets-2.14.7.ebuild
rename to sci-libs/datasets/datasets-2.15.0.ebuild
index 0fab7cd550c4..52af2f93ac88 100644
--- a/sci-libs/datasets/datasets-2.14.7.ebuild
+++ b/sci-libs/datasets/datasets-2.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -52,7 +52,10 @@ BDEPEND="test? (
')
)"
-PATCHES=( "${FILESDIR}"/${PN}-2.14.4-tests.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.14.4-tests.patch
+ "${FILESDIR}"/${P}-tests.patch
+)
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2024-03-06 11:15 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2024-03-06 11:15 UTC (permalink / raw
To: gentoo-commits
commit: b2d1e80c67cfdd58b4526f71442e66ad38c92f2e
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 11:14:44 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 11:15:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d1e80c
sci-libs/datasets: add 2.18.0, drop 2.17.1
Closes: https://bugs.gentoo.org/921090
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/Manifest | 2 +-
sci-libs/datasets/{datasets-2.17.1.ebuild => datasets-2.18.0.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index 1b5292db6bf4..8499b8b1ec10 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1 +1 @@
-DIST datasets-2.17.1.gh.tar.gz 2168860 BLAKE2B ad7e9be7e60125d53b19b6277b6be6ae6050321e4210293a37737a345a4806d4901e9507fbf7a51c5e00a91912656d68a94e76cf70e070433beccc6e1ad54643 SHA512 43617c3d98cc3ad17fb577d6e917d164c8b6ec24740604ca281adaa2f0e5a6538633721792c9fa6621b7f1980161d8acf62dcdcdacca56e1739a8f28e3c71cdf
+DIST datasets-2.18.0.gh.tar.gz 2169179 BLAKE2B 8a0daa0e8995b3fa5480d8aa892a26d1b6ba90f252ef7c7ca62f4afc2efa61a8ed2efbf48a40381f07178b826bde62af0f0cb8cbf80d470d5d4dfb1ba25f6cb8 SHA512 b1fb0e6636417683fa79679286505b921a7ba00b1cabd6a23e60d5804eb098527c5283058799a0776a7f1e93972fdbb948882f153a10557bcc6b6b22ab861292
diff --git a/sci-libs/datasets/datasets-2.17.1.ebuild b/sci-libs/datasets/datasets-2.18.0.ebuild
similarity index 96%
rename from sci-libs/datasets/datasets-2.17.1.ebuild
rename to sci-libs/datasets/datasets-2.18.0.ebuild
index 65e38b9dbef7..a5ffd9689033 100644
--- a/sci-libs/datasets/datasets-2.17.1.ebuild
+++ b/sci-libs/datasets/datasets-2.18.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/dill[${PYTHON_USEDEP}]
dev-python/filelock[${PYTHON_USEDEP}]
- <=dev-python/fsspec-2023.10.0[${PYTHON_USEDEP}]
+ dev-python/fsspec[${PYTHON_USEDEP}]
dev-python/multiprocess[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
@@ -57,7 +57,7 @@ BDEPEND="test? (
)"
PATCHES=(
- "${FILESDIR}"/${P}-tests.patch
+ "${FILESDIR}"/${PN}-2.17.1-tests.patch
)
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2024-04-05 7:16 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2024-04-05 7:16 UTC (permalink / raw
To: gentoo-commits
commit: f993ef8fcc6899c11065018ce3990d51bd464476
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 5 07:15:46 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 07:16:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f993ef8f
sci-libs/datasets: pytorch must be built with numpy support
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/{datasets-2.18.0.ebuild => datasets-2.18.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/datasets/datasets-2.18.0.ebuild b/sci-libs/datasets/datasets-2.18.0-r1.ebuild
similarity index 96%
rename from sci-libs/datasets/datasets-2.18.0.ebuild
rename to sci-libs/datasets/datasets-2.18.0-r1.ebuild
index 71e6cd37d0a0..d16c3e2459de 100644
--- a/sci-libs/datasets/datasets-2.18.0.ebuild
+++ b/sci-libs/datasets/datasets-2.18.0-r1.ebuild
@@ -20,10 +20,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-# For pin on fsspec see https://github.com/huggingface/datasets/issues/6333
RDEPEND="
${PYTHON_DEPS}
sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
+ sci-libs/caffe2[${PYTHON_SINGLE_USEDEP},numpy]
$(python_gen_cond_dep '
dev-python/absl-py[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2024-10-29 21:16 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2024-10-29 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 4a2aa0796382b976f8921c1424fe5f6f996a3664
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 21:15:42 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 21:16:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2aa079
sci-libs/datasets: drop other network test
Closes: https://bugs.gentoo.org/942434
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/datasets-2.19.2.ebuild | 43 ++++++++++++++++++++++++++++++--
1 file changed, 41 insertions(+), 2 deletions(-)
diff --git a/sci-libs/datasets/datasets-2.19.2.ebuild b/sci-libs/datasets/datasets-2.19.2.ebuild
index 73eed0dccf5f..4b10e92c523a 100644
--- a/sci-libs/datasets/datasets-2.19.2.ebuild
+++ b/sci-libs/datasets/datasets-2.19.2.ebuild
@@ -72,6 +72,7 @@ src_test() {
local EPYTEST_IGNORE=(
tests/test_upstream_hub.py
tests/packaged_modules/test_spark.py
+ tests/test_load.py
)
local EPYTEST_DESELECT=(
@@ -105,6 +106,14 @@ src_test() {
"tests/test_distributed.py::test_torch_distributed_run_streaming_with_num_workers"
"tests/test_file_utils.py::TestxPath::test_xpath_glob"
"tests/test_file_utils.py::TestxPath::test_xpath_rglob"
+ "tests/test_file_utils.py::test_xopen_remote"
+ "tests/test_file_utils.py::test_xexists_private"
+ "tests/test_file_utils.py::test_xlistdir_private"
+ "tests/test_file_utils.py::test_xisdir_private"
+ "tests/test_file_utils.py::test_xisfile_private"
+ "tests/test_file_utils.py::test_xgetsize_private"
+ "tests/test_file_utils.py::test_xglob_private"
+ "tests/test_file_utils.py::test_xwalk_private"
"tests/test_fingerprint.py::TokenizersHashTest::test_hash_regex"
"tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer"
"tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer_with_cache"
@@ -128,8 +137,15 @@ src_test() {
"tests/test_formatting.py::test_torch_formatter_sets_default_dtypes"
"tests/test_inspect.py::test_get_dataset_config_names[hf-internal-testing/librispeech_asr_dummy-expected4]"
"tests/test_inspect.py::test_get_dataset_default_config_name[hf-internal-testing/librispeech_asr_dummy-None]"
- "tests/test_load.py::ModuleFactoryTest::test_HubDatasetModuleFactoryWithParquetExport"
- "tests/test_load.py::ModuleFactoryTest::test_HubDatasetModuleFactoryWithParquetExport_errors_on_wrong_sha"
+ "tests/test_inspect.py::test_inspect_dataset"
+ "tests/test_inspect.py::test_inspect_metric"
+ "tests/test_inspect.py::test_get_dataset_config_info"
+ "tests/test_inspect.py::test_get_dataset_config_info_error[paws-None-ValueError]"
+ "tests/test_inspect.py::test_get_dataset_config_names"
+ "tests/test_inspect.py::test_get_dataset_default_config_name"
+ "tests/test_inspect.py::test_get_dataset_info"
+ "tests/test_inspect.py::test_get_dataset_split_names"
+ "tests/test_inspect.py::test_get_dataset_config_info_private"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_bertscore"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_bleurt"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_chrf"
@@ -157,6 +173,8 @@ src_test() {
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_wiki_split"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_xnli"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_xtreme_s"
+ "tests/test_metric_common.py::LocalMetricTest::test_load_metric_bleu"
+ "tests/commands/test_test.py::test_test_command"
"tests/features/test_array_xd.py::ExtensionTypeCompatibilityTest::test_array2d_nonspecific_shape"
"tests/features/test_array_xd.py::ExtensionTypeCompatibilityTest::test_extension_indexing"
"tests/features/test_array_xd.py::ExtensionTypeCompatibilityTest::test_multiple_extensions_same_row"
@@ -189,6 +207,27 @@ src_test() {
"tests/features/test_image.py::test_formatted_dataset_with_image_feature_undecoded"
"tests/packaged_modules/test_cache.py::test_cache_multi_configs"
"tests/packaged_modules/test_cache.py::test_cache_single_config"
+ "tests/packaged_modules/test_cache.py::test_cache_capital_letters"
+ "tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata"
+ "tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata"
+ "tests/test_data_files.py::test_DataFilesList_from_patterns_locally_with_extra_files"
+ "tests/test_data_files.py::test_DataFilesDict_from_patterns_locally_or_remote_hashing"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_natural_questions/default@19ba7767b174ad046a84f46af056517a3910ee57"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki40b/en@7b21a2e64b90323b2d3d1b81aa349bb4bc76d9bf"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.multiset.no_index@b24a417d802a583f8922946c1c75210290e93108"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.compressed@b24a417d802a583f8922946c1c75210290e93108"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.no_index@b24a417d802a583f8922946c1c75210290e93108"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.de@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.en@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.fr@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.frr@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.it@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.simple@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::test_as_dataset_from_hf_gcs"
+ "tests/test_hf_gcp.py::test_as_streaming_dataset_from_hf_gcs"
+ "tests/test_iterable_dataset.py::test_iterable_dataset_from_hub_torch_dataloader_parallel"
+ "tests/test_offline_util.py::test_offline_with_timeout"
+ "tests/io/test_parquet.py::test_parquet_read_geoparquet"
)
distutils-r1_src_test
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2024-11-01 20:59 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2024-11-01 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 577132ee1e7cb0ab90a086b2a044d1f7dfd7beb4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 20:58:40 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 20:58:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577132ee
sci-libs/datasets: add 2.20.0, drop 2.19.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/Manifest | 2 +-
sci-libs/datasets/{datasets-2.19.2.ebuild => datasets-2.20.0.ebuild} | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index 91af45b2a788..3c6942a0364e 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1 +1 @@
-DIST datasets-2.19.2.gh.tar.gz 2176600 BLAKE2B d02d43f7db0ce9a2220b332e5e2ab4de2648fa2b693dec703ae900b42d0089be1cf79270d4b8daeda841cccde6f60c93d6b2eee15bc652e4f60e08a6f3fade82 SHA512 7593463174b7308c45e1fd50190942e94ac63ff7bd0ff54a8a09496d041f69fa43eaa7e4e7372965deaafdb7843d8a86aeb0db1a75efe0c3da37fcf064521c16
+DIST datasets-2.20.0.gh.tar.gz 2188840 BLAKE2B 3f246c3e069ec31b63dd785ca5e96b5b441cc51318baf91a9aed053c9d5d94de6871fc0f0f8c271a4782998d976407c94c3b7b4beccc60b7a12868685707090b SHA512 effa3150877ba8269940b47ae0d96d436b7d625ceb102812bbbad805b47b7661102b5ac1c2f16624630bf3039cc4265353f6b71a83122717e73575c7e8c4921f
diff --git a/sci-libs/datasets/datasets-2.19.2.ebuild b/sci-libs/datasets/datasets-2.20.0.ebuild
similarity index 99%
rename from sci-libs/datasets/datasets-2.19.2.ebuild
rename to sci-libs/datasets/datasets-2.20.0.ebuild
index 4b10e92c523a..e2847e01db5c 100644
--- a/sci-libs/datasets/datasets-2.19.2.ebuild
+++ b/sci-libs/datasets/datasets-2.20.0.ebuild
@@ -56,7 +56,7 @@ BDEPEND="test? (
)"
PATCHES=(
- "${FILESDIR}"/${P}-tests.patch
+ "${FILESDIR}"/${PN}-2.19.2-tests.patch
)
distutils_enable_tests pytest
@@ -228,6 +228,8 @@ src_test() {
"tests/test_iterable_dataset.py::test_iterable_dataset_from_hub_torch_dataloader_parallel"
"tests/test_offline_util.py::test_offline_with_timeout"
"tests/io/test_parquet.py::test_parquet_read_geoparquet"
+ tests/test_exceptions.py::test_error_deprecated
+ tests/test_hub.py::test_convert_to_parquet
)
distutils-r1_src_test
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2025-03-06 7:24 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2025-03-06 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 550800a1d2ef0aa4d4d464ddb7be1b07d862c714
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 07:15:45 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 07:23:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550800a1
sci-libs/datasets: drop 2.20.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/Manifest | 1 -
sci-libs/datasets/datasets-2.20.0.ebuild | 235 -------------------------------
2 files changed, 236 deletions(-)
diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
index dde5fd400ab6..72c3d5ae75fc 100644
--- a/sci-libs/datasets/Manifest
+++ b/sci-libs/datasets/Manifest
@@ -1,2 +1 @@
-DIST datasets-2.20.0.gh.tar.gz 2188840 BLAKE2B 3f246c3e069ec31b63dd785ca5e96b5b441cc51318baf91a9aed053c9d5d94de6871fc0f0f8c271a4782998d976407c94c3b7b4beccc60b7a12868685707090b SHA512 effa3150877ba8269940b47ae0d96d436b7d625ceb102812bbbad805b47b7661102b5ac1c2f16624630bf3039cc4265353f6b71a83122717e73575c7e8c4921f
DIST datasets-2.21.0.gh.tar.gz 2198480 BLAKE2B 41a5e82013d26644db4f52b16728cee31c6ff27995b8a9b2ddef1512fcda5e9386e47f6726303fec64d5ed7e40432583a6ddcc2bdfbb76096dce5f23b0540149 SHA512 f4193e29505300f98ec026b1ed052ffd3d43ae05a9b191bb56105d703ba2e44752e97c0eeb36dd1b2df6499662915591ab850cdec5248af8c7c5b5a003437c5c
diff --git a/sci-libs/datasets/datasets-2.20.0.ebuild b/sci-libs/datasets/datasets-2.20.0.ebuild
deleted file mode 100644
index e2847e01db5c..000000000000
--- a/sci-libs/datasets/datasets-2.20.0.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks"
-HOMEPAGE="https://pypi.org/project/datasets/"
-SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-
-RDEPEND="
- ${PYTHON_DEPS}
- sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
- sci-libs/caffe2[${PYTHON_SINGLE_USEDEP},numpy]
- $(python_gen_cond_dep '
- dev-python/absl-py[${PYTHON_USEDEP}]
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/dill[${PYTHON_USEDEP}]
- dev-python/filelock[${PYTHON_USEDEP}]
- dev-python/fsspec[${PYTHON_USEDEP}]
- dev-python/multiprocess[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/scikit-learn[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- dev-python/xxhash[${PYTHON_USEDEP}]
- dev-python/zstandard[${PYTHON_USEDEP}]
- sci-libs/huggingface_hub[${PYTHON_USEDEP}]
- ')
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? (
- $(python_gen_cond_dep '
- dev-python/absl-py[${PYTHON_USEDEP}]
- dev-python/pytest-datadir[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- sci-libs/jiwer[${PYTHON_USEDEP}]
- sci-libs/seqeval[${PYTHON_USEDEP}]
- ')
-)"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.19.2-tests.patch
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- sed -i -e \
- "/pyarrow_hotfix/d" \
- src/datasets/features/features.py || die
-}
-
-src_test() {
- local EPYTEST_IGNORE=(
- tests/test_upstream_hub.py
- tests/packaged_modules/test_spark.py
- tests/test_load.py
- )
-
- local EPYTEST_DESELECT=(
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_flatten_indices_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_flatten_indices_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_batched_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_batched_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_remove_columns_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_map_remove_columns_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_select_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_select_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_set_format_numpy_multiple_columns_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_set_format_numpy_multiple_columns_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_set_format_torch_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_set_format_torch_on_disk"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_train_test_split_in_memory"
- "tests/test_arrow_dataset.py::BaseDatasetTest::test_train_test_split_on_disk"
- "tests/test_arrow_dataset.py::TaskTemplatesTest::test_task_automatic_speech_recognition"
- "tests/test_arrow_dataset.py::StratifiedTest::test_train_test_split_startify"
- "tests/test_arrow_dataset.py::test_dataset_format_with_unformatted_image"
- "tests/test_arrow_dataset.py::test_map_cases"
- "tests/test_dataset_dict.py::DatasetDictTest::test_set_format_numpy"
- "tests/test_dataset_dict.py::DatasetDictTest::test_set_format_torch"
- "tests/test_distributed.py::test_torch_distributed_run"
- "tests/test_distributed.py::test_torch_distributed_run_streaming_with_num_workers"
- "tests/test_file_utils.py::TestxPath::test_xpath_glob"
- "tests/test_file_utils.py::TestxPath::test_xpath_rglob"
- "tests/test_file_utils.py::test_xopen_remote"
- "tests/test_file_utils.py::test_xexists_private"
- "tests/test_file_utils.py::test_xlistdir_private"
- "tests/test_file_utils.py::test_xisdir_private"
- "tests/test_file_utils.py::test_xisfile_private"
- "tests/test_file_utils.py::test_xgetsize_private"
- "tests/test_file_utils.py::test_xglob_private"
- "tests/test_file_utils.py::test_xwalk_private"
- "tests/test_fingerprint.py::TokenizersHashTest::test_hash_regex"
- "tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer"
- "tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer_with_cache"
- "tests/test_fingerprint.py::RecurseHashTest::test_hash_ignores_line_definition_of_function"
- "tests/test_fingerprint.py::RecurseHashTest::test_hash_ipython_function"
- "tests/test_fingerprint.py::HashingTest::test_hash_torch_compiled_module"
- "tests/test_fingerprint.py::HashingTest::test_hash_torch_generator"
- "tests/test_fingerprint.py::HashingTest::test_hash_torch_tensor"
- "tests/test_fingerprint.py::HashingTest::test_set_doesnt_depend_on_order"
- "tests/test_fingerprint.py::HashingTest::test_set_stable"
- "tests/test_fingerprint.py::test_move_script_doesnt_change_hash"
- "tests/test_formatting.py::ArrowExtractorTest::test_numpy_extractor"
- "tests/test_formatting.py::ArrowExtractorTest::test_numpy_extractor_nested"
- "tests/test_formatting.py::ArrowExtractorTest::test_numpy_extractor_temporal"
- "tests/test_formatting.py::FormatterTest::test_numpy_formatter"
- "tests/test_formatting.py::FormatterTest::test_numpy_formatter_image"
- "tests/test_formatting.py::FormatterTest::test_numpy_formatter_np_array_kwargs"
- "tests/test_formatting.py::FormatterTest::test_torch_formatter"
- "tests/test_formatting.py::FormatterTest::test_torch_formatter_image"
- "tests/test_formatting.py::FormatterTest::test_torch_formatter_torch_tensor_kwargs"
- "tests/test_formatting.py::test_torch_formatter_sets_default_dtypes"
- "tests/test_inspect.py::test_get_dataset_config_names[hf-internal-testing/librispeech_asr_dummy-expected4]"
- "tests/test_inspect.py::test_get_dataset_default_config_name[hf-internal-testing/librispeech_asr_dummy-None]"
- "tests/test_inspect.py::test_inspect_dataset"
- "tests/test_inspect.py::test_inspect_metric"
- "tests/test_inspect.py::test_get_dataset_config_info"
- "tests/test_inspect.py::test_get_dataset_config_info_error[paws-None-ValueError]"
- "tests/test_inspect.py::test_get_dataset_config_names"
- "tests/test_inspect.py::test_get_dataset_default_config_name"
- "tests/test_inspect.py::test_get_dataset_info"
- "tests/test_inspect.py::test_get_dataset_split_names"
- "tests/test_inspect.py::test_get_dataset_config_info_private"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_bertscore"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_bleurt"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_chrf"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_code_eval"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_competition_math"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_coval"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_cuad"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_frugalscore"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_glue"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_google_bleu"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_indic_glue"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_mae"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_mauve"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_mean_iou"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_meteor"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_mse"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_precision"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_roc_auc"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_rouge"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_sacrebleu"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_sari"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_spearmanr"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_super_glue"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_ter"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_wiki_split"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_xnli"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_xtreme_s"
- "tests/test_metric_common.py::LocalMetricTest::test_load_metric_bleu"
- "tests/commands/test_test.py::test_test_command"
- "tests/features/test_array_xd.py::ExtensionTypeCompatibilityTest::test_array2d_nonspecific_shape"
- "tests/features/test_array_xd.py::ExtensionTypeCompatibilityTest::test_extension_indexing"
- "tests/features/test_array_xd.py::ExtensionTypeCompatibilityTest::test_multiple_extensions_same_row"
- "tests/features/test_array_xd.py::ArrayXDTest::test_from_dict_2d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_from_dict_3d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_from_dict_4d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_from_dict_5d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_2d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_3d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_4d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_5d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_batch_2d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_batch_3d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_batch_4d"
- "tests/features/test_array_xd.py::ArrayXDTest::test_write_batch_5d"
- "tests/features/test_array_xd.py::test_array_xd_numpy_arrow_extractor"
- "tests/features/test_array_xd.py::test_array_xd_with_none"
- "tests/features/test_array_xd.py::test_dataset_map"
- "tests/features/test_audio.py::test_audio_feature_encode_example"
- "tests/features/test_audio.py::test_audio_feature_encode_example_pcm"
- "tests/features/test_audio.py::test_audio_decode_example_pcm"
- "tests/features/test_audio.py::test_dataset_cast_to_audio_features"
- "tests/features/test_audio.py::test_dataset_concatenate_audio_features"
- "tests/features/test_audio.py::test_dataset_concatenate_nested_audio_features"
- "tests/features/test_audio.py::test_dataset_with_audio_feature_undecoded"
- "tests/features/test_audio.py::test_formatted_dataset_with_audio_feature_undecoded"
- "tests/features/test_audio.py::test_dataset_with_audio_feature_map_undecoded"
- "tests/features/test_image.py::test_formatted_dataset_with_image_feature_map"
- "tests/features/test_image.py::test_formatted_dataset_with_image_feature"
- "tests/features/test_image.py::test_formatted_dataset_with_image_feature_undecoded"
- "tests/packaged_modules/test_cache.py::test_cache_multi_configs"
- "tests/packaged_modules/test_cache.py::test_cache_single_config"
- "tests/packaged_modules/test_cache.py::test_cache_capital_letters"
- "tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata"
- "tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata"
- "tests/test_data_files.py::test_DataFilesList_from_patterns_locally_with_extra_files"
- "tests/test_data_files.py::test_DataFilesDict_from_patterns_locally_or_remote_hashing"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_natural_questions/default@19ba7767b174ad046a84f46af056517a3910ee57"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki40b/en@7b21a2e64b90323b2d3d1b81aa349bb4bc76d9bf"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.multiset.no_index@b24a417d802a583f8922946c1c75210290e93108"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.compressed@b24a417d802a583f8922946c1c75210290e93108"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.no_index@b24a417d802a583f8922946c1c75210290e93108"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.de@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.en@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.fr@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.frr@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.it@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.simple@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::test_as_dataset_from_hf_gcs"
- "tests/test_hf_gcp.py::test_as_streaming_dataset_from_hf_gcs"
- "tests/test_iterable_dataset.py::test_iterable_dataset_from_hub_torch_dataloader_parallel"
- "tests/test_offline_util.py::test_offline_with_timeout"
- "tests/io/test_parquet.py::test_parquet_read_geoparquet"
- tests/test_exceptions.py::test_error_deprecated
- tests/test_hub.py::test_convert_to_parquet
- )
- distutils-r1_src_test
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2025-03-06 7:24 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2025-03-06 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 808cf0e78f1a3ceff18ca99a95d0fad0daf901f3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 07:23:31 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 07:24:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808cf0e7
sci-libs/datasets: drop test requiring network
Closes: https://bugs.gentoo.org/942778
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/datasets/datasets-2.21.0.ebuild | 59 ++++++++++++++++----------------
1 file changed, 30 insertions(+), 29 deletions(-)
diff --git a/sci-libs/datasets/datasets-2.21.0.ebuild b/sci-libs/datasets/datasets-2.21.0.ebuild
index 7dac47f07a8e..79208052288c 100644
--- a/sci-libs/datasets/datasets-2.21.0.ebuild
+++ b/sci-libs/datasets/datasets-2.21.0.ebuild
@@ -76,25 +76,49 @@ src_test() {
)
local EPYTEST_DESELECT=(
+ "tests/features/test_audio.py::test_dataset_with_audio_feature_map_undecoded"
+ "tests/features/test_audio.py::test_dataset_with_audio_feature_undecoded"
+ "tests/features/test_audio.py::test_formatted_dataset_with_audio_feature_undecoded"
+ "tests/io/test_parquet.py::test_parquet_read_geoparquet"
+ "tests/packaged_modules/test_cache.py::test_cache_multi_configs"
+ "tests/packaged_modules/test_cache.py::test_cache_single_config"
"tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk"
"tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk"
"tests/test_arrow_dataset.py::TaskTemplatesTest::test_task_automatic_speech_recognition"
+ "tests/test_data_files.py::test_DataFilesDict_from_patterns_locally_or_remote_hashing"
+ "tests/test_data_files.py::test_DataFilesList_from_patterns_locally_with_extra_files"
"tests/test_distributed.py::test_torch_distributed_run"
"tests/test_exceptions.py::test_error_deprecated"
- "tests/test_file_utils.py::TestxPath::test_xpath_glob"
"tests/test_file_utils.py::TestxPath::test_xpath_rglob"
- "tests/test_fingerprint.py::TokenizersHashTest::test_hash_regex"
- "tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer"
- "tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer_with_cache"
- "tests/test_fingerprint.py::RecurseHashTest::test_hash_ignores_line_definition_of_function"
- "tests/test_fingerprint.py::RecurseHashTest::test_hash_ipython_function"
+ "tests/test_file_utils.py::TestxPath::test_xpath_glob"
"tests/test_fingerprint.py::HashingTest::test_hash_torch_compiled_module"
"tests/test_fingerprint.py::HashingTest::test_hash_torch_generator"
"tests/test_fingerprint.py::HashingTest::test_hash_torch_tensor"
"tests/test_fingerprint.py::HashingTest::test_set_doesnt_depend_on_order"
"tests/test_fingerprint.py::HashingTest::test_set_stable"
+ "tests/test_fingerprint.py::RecurseHashTest::test_hash_ignores_line_definition_of_function"
+ "tests/test_fingerprint.py::RecurseHashTest::test_hash_ipython_function"
"tests/test_fingerprint.py::test_move_script_doesnt_change_hash"
+ "tests/test_fingerprint.py::TokenizersHashTest::test_hash_regex"
+ "tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer"
+ "tests/test_fingerprint.py::TokenizersHashTest::test_hash_tokenizer_with_cache"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_natural_questions/default@19ba7767b174ad046a84f46af056517a3910ee57"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki40b/en@7b21a2e64b90323b2d3d1b81aa349bb4bc76d9bf"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.multiset.no_index@b24a417d802a583f8922946c1c75210290e93108"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.compressed@b24a417d802a583f8922946c1c75210290e93108"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.no_index@b24a417d802a583f8922946c1c75210290e93108"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.de@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.en@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.fr@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.frr@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.it@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.simple@4d013bdd32c475c8536aae00a56efc774f061649"
+ "tests/test_hf_gcp.py::test_as_dataset_from_hf_gcs"
+ "tests/test_hf_gcp.py::test_as_streaming_dataset_from_hf_gcs"
+ "tests/test_hub.py::test_convert_to_parquet"
+ "tests/test_hub.py::test_delete_from_hub"
"tests/test_iterable_dataset.py::test_iterable_dataset_from_file"
+ "tests/test_iterable_dataset.py::test_iterable_dataset_from_hub_torch_dataloader_parallel"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_bertscore"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_bleurt"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_chrf"
@@ -122,30 +146,7 @@ src_test() {
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_wiki_split"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_xnli"
"tests/test_metric_common.py::LocalMetricTest::test_load_metric_xtreme_s"
- "tests/features/test_audio.py::test_dataset_with_audio_feature_undecoded"
- "tests/features/test_audio.py::test_formatted_dataset_with_audio_feature_undecoded"
- "tests/features/test_audio.py::test_dataset_with_audio_feature_map_undecoded"
- "tests/packaged_modules/test_cache.py::test_cache_multi_configs"
- "tests/packaged_modules/test_cache.py::test_cache_single_config"
- "tests/test_data_files.py::test_DataFilesList_from_patterns_locally_with_extra_files"
- "tests/test_data_files.py::test_DataFilesDict_from_patterns_locally_or_remote_hashing"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_natural_questions/default@19ba7767b174ad046a84f46af056517a3910ee57"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki40b/en@7b21a2e64b90323b2d3d1b81aa349bb4bc76d9bf"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.multiset.no_index@b24a417d802a583f8922946c1c75210290e93108"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.compressed@b24a417d802a583f8922946c1c75210290e93108"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wiki_dpr/psgs_w100.nq.no_index@b24a417d802a583f8922946c1c75210290e93108"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.de@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.en@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.fr@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.frr@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.it@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_dataset_info_available_wikipedia/20220301.simple@4d013bdd32c475c8536aae00a56efc774f061649"
- "tests/test_hf_gcp.py::test_as_dataset_from_hf_gcs"
- "tests/test_hf_gcp.py::test_as_streaming_dataset_from_hf_gcs"
- "tests/test_hub.py::test_convert_to_parquet"
- "tests/test_iterable_dataset.py::test_iterable_dataset_from_hub_torch_dataloader_parallel"
"tests/test_offline_util.py::test_offline_with_timeout"
- "tests/io/test_parquet.py::test_parquet_read_geoparquet"
)
distutils-r1_src_test
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2025-03-06 20:19 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2025-03-06 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 102e7e1978a7a157e5f03908e7ab1aa3af4223a4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 20:18:47 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 20:19:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102e7e19
sci-libs/datasets: add torchvision to test set
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../datasets/{datasets-2.21.0.ebuild => datasets-2.21.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/datasets/datasets-2.21.0.ebuild b/sci-libs/datasets/datasets-2.21.0-r1.ebuild
similarity index 99%
rename from sci-libs/datasets/datasets-2.21.0.ebuild
rename to sci-libs/datasets/datasets-2.21.0-r1.ebuild
index 79208052288c..6b16ce70062c 100644
--- a/sci-libs/datasets/datasets-2.21.0.ebuild
+++ b/sci-libs/datasets/datasets-2.21.0-r1.ebuild
@@ -37,6 +37,7 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/scikit-learn[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/xxhash[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
@@ -46,13 +47,12 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="test? (
$(python_gen_cond_dep '
- dev-python/absl-py[${PYTHON_USEDEP}]
dev-python/pytest-datadir[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
sci-libs/jiwer[${PYTHON_USEDEP}]
sci-libs/seqeval[${PYTHON_USEDEP}]
')
+ sci-libs/torchvision[${PYTHON_SINGLE_USEDEP}]
)"
PATCHES=(
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/
@ 2025-03-07 9:54 Alfredo Tupone
0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2025-03-07 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 1e8b3f655c07cb3c1f053bf0206fd78106c842e7
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 09:53:42 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 09:54:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8b3f65
sci-libs/datasets: drop some RDEPS to BDEP (test)
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{datasets-2.21.0-r1.ebuild => datasets-2.21.0-r2.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-libs/datasets/datasets-2.21.0-r1.ebuild b/sci-libs/datasets/datasets-2.21.0-r2.ebuild
similarity index 100%
rename from sci-libs/datasets/datasets-2.21.0-r1.ebuild
rename to sci-libs/datasets/datasets-2.21.0-r2.ebuild
index 6b16ce70062c..780a495e070c 100644
--- a/sci-libs/datasets/datasets-2.21.0-r1.ebuild
+++ b/sci-libs/datasets/datasets-2.21.0-r2.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
sci-libs/caffe2[${PYTHON_SINGLE_USEDEP},numpy]
$(python_gen_cond_dep '
- dev-python/absl-py[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/dill[${PYTHON_USEDEP}]
dev-python/filelock[${PYTHON_USEDEP}]
@@ -36,19 +35,20 @@ RDEPEND="
dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
- dev-python/scikit-learn[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/xxhash[${PYTHON_USEDEP}]
- dev-python/zstandard[${PYTHON_USEDEP}]
sci-libs/huggingface_hub[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}"
BDEPEND="test? (
$(python_gen_cond_dep '
- dev-python/pytest-datadir[${PYTHON_USEDEP}]
+ dev-python/absl-py[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
+ dev-python/pytest-datadir[${PYTHON_USEDEP}]
+ dev-python/scikit-learn[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/zstandard[${PYTHON_USEDEP}]
sci-libs/jiwer[${PYTHON_USEDEP}]
sci-libs/seqeval[${PYTHON_USEDEP}]
')
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2025-03-07 9:54 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 20:19 [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 9:54 Alfredo Tupone
2025-03-06 7:24 Alfredo Tupone
2025-03-06 7:24 Alfredo Tupone
2024-11-01 20:59 Alfredo Tupone
2024-10-29 21:16 Alfredo Tupone
2024-04-05 7:16 Alfredo Tupone
2024-03-06 11:15 Alfredo Tupone
2024-02-20 21:31 Alfredo Tupone
2023-08-25 17:45 Alfredo Tupone
2023-05-14 17:08 Alfredo Tupone
2023-05-08 12:36 Alfredo Tupone
2023-05-08 9:26 Alfredo Tupone
2023-05-08 7:55 Alfredo Tupone
2023-05-08 6:06 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox