* [gentoo-commits] repo/gentoo:master commit in: sci-ml/huggingface_hub/
@ 2025-03-24 18:28 Alfredo Tupone
0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-03-24 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 1392f0c4724a1c7a766f33fe4eee13bc4d1a3443
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 18:27:42 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 18:28:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1392f0c4
sci-ml/huggingface_hub: enable py3.13
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{huggingface_hub-0.26.5.ebuild => huggingface_hub-0.26.5-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.26.5.ebuild b/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
similarity index 98%
rename from sci-ml/huggingface_hub/huggingface_hub-0.26.5.ebuild
rename to sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
index 9a275233607b..74add64c6e5d 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-0.26.5.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="a client library to interact with the Hugging Face Hub"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-ml/huggingface_hub/
@ 2025-03-26 5:39 Alfredo Tupone
0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-03-26 5:39 UTC (permalink / raw
To: gentoo-commits
commit: 976e299a40b5d3def7a163b14fae37e5c33ba776
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 05:39:35 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 05:39:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976e299a
sci-ml/huggingface_hub: drop 0.24.7, 0.25.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/huggingface_hub/Manifest | 2 -
.../huggingface_hub/huggingface_hub-0.24.7.ebuild | 32 -----------
.../huggingface_hub/huggingface_hub-0.25.2.ebuild | 63 ----------------------
3 files changed, 97 deletions(-)
diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index 3756cc3140e6..82bc2d1a1e95 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1,3 +1 @@
-DIST huggingface_hub-0.24.7.gh.tar.gz 4009372 BLAKE2B e1a949dc204af152538bb95e226c3e1fa9faaf0b77a49c6a5adee9d751c0b1344c9c76670baf840fe7eb04e8a2dd8816fcac7e143e26c6fe589bb9e4325120f3 SHA512 e944e5091121197ee78f4b199795fad3f984fd7177103357303010b412ff3e88c613efe1c8fc328f602475f3e4d747d8262e0675ea9ff831310875bb70e5fef9
-DIST huggingface_hub-0.25.2.gh.tar.gz 4033422 BLAKE2B 77c5d40c65e0da4d006d33c6f6663521a5bf52c8ef315a329ff3ed9e9ab234a40183abc1b22ef63d236bc982255eca2038962c98a1f63cc5702c958395918720 SHA512 8933e469cd1e8fc43e9da3991f6acb598531c01bcd833218a1838419774d613102c095ce3beebab8dae1ff2708946d8f417b9861c69a460d38eae24f9bb9d718
DIST huggingface_hub-0.26.5.gh.tar.gz 4056959 BLAKE2B 719c7abd00a822929ec4a14924ea200b91c8b8be2fb45b71e8f98a8e4e178613bc444bd67f9b013f94bd808b8229171872014249013e32f37e74a3ea709c0ae9 SHA512 e151e216b681b72ecb28e82d05bb5c6edf25bbbd34d6ce10d2896b54d9fdaf5ec062b2f777a2e5c61fbc92c901351adfb1f9fcfac2efb360e2a3076d5dd08c34
diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.24.7.ebuild b/sci-ml/huggingface_hub/huggingface_hub-0.24.7.ebuild
deleted file mode 100644
index f5eae5edcb65..000000000000
--- a/sci-ml/huggingface_hub/huggingface_hub-0.24.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="a client library to interact with the Hugging Face Hub"
-HOMEPAGE="
- https://pypi.org/project/huggingface_hub/
-"
-SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test" #Several modules not yet packaged
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- dev-python/fsspec[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.25.2.ebuild b/sci-ml/huggingface_hub/huggingface_hub-0.25.2.ebuild
deleted file mode 100644
index 9a275233607b..000000000000
--- a/sci-ml/huggingface_hub/huggingface_hub-0.25.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="a client library to interact with the Hugging Face Hub"
-HOMEPAGE="
- https://pypi.org/project/huggingface_hub/
-"
-SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- dev-python/fsspec[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
- local EPYTEST_IGNORE=(
- contrib/sentence_transformers/test_sentence_transformers.py
- contrib/spacy/test_spacy.py
- contrib/timm/test_timm.py
- tests/test_command_delete_cache.py
- tests/test_inference_api.py
- tests/test_inference_async_client.py
- tests/test_inference_client.py
- tests/test_inference_text_generation.py
- tests/test_init_lazy_loading.py
- tests/test_cache_no_symlinks.py
- tests/test_file_download.py
- tests/test_hf_api.py
- tests/test_repocard.py
- tests/test_repository.py
- tests/test_snapshot_download.py
- tests/test_utils_cache.py
- tests/test_utils_telemetry.py
- tests/test_webhooks_server.py
- )
-
- local EPYTEST_DESELECT=(
- tests/test_cache_layout.py::ReferenceUpdates::test_update_reference
- tests/test_commit_scheduler.py::TestCommitScheduler::test_sync_local_folder
- tests/test_hub_mixin.py::HubMixinTest::test_push_to_hub
- tests/test_hub_mixin_pytorch.py::PytorchHubMixinTest::test_push_to_hub
- )
-
- distutils-r1_src_test
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-ml/huggingface_hub/
@ 2025-03-27 13:19 Alfredo Tupone
0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-03-27 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 11af7530a6bcd3cc475e760595028041b4331344
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 27 13:18:31 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 13:18:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11af7530
sci-ml/huggingface_hub: add 0.27.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/huggingface_hub/Manifest | 1 +
.../huggingface_hub/huggingface_hub-0.27.1.ebuild | 72 ++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index 82bc2d1a1e95..fc4e73154684 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1 +1,2 @@
DIST huggingface_hub-0.26.5.gh.tar.gz 4056959 BLAKE2B 719c7abd00a822929ec4a14924ea200b91c8b8be2fb45b71e8f98a8e4e178613bc444bd67f9b013f94bd808b8229171872014249013e32f37e74a3ea709c0ae9 SHA512 e151e216b681b72ecb28e82d05bb5c6edf25bbbd34d6ce10d2896b54d9fdaf5ec062b2f777a2e5c61fbc92c901351adfb1f9fcfac2efb360e2a3076d5dd08c34
+DIST huggingface_hub-0.27.1.gh.tar.gz 4079456 BLAKE2B 846291aa9242e6951c26fd8f695a2f324899b473e01a582dc0fa9aad11e0bb30233761c5dd573876167913e4fe89c2616ab857892c08fa067eac11d7b2fb5228 SHA512 64d435a08765c67e3046370a4bc701da136570f3b23cdf1b5d35c679331694c8cb35ece72417f34f4288d035695d39e4ab6e1e1dce2fb33db42b3664258186cd
diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.27.1.ebuild b/sci-ml/huggingface_hub/huggingface_hub-0.27.1.ebuild
new file mode 100644
index 000000000000..0825d6c3e9bd
--- /dev/null
+++ b/sci-ml/huggingface_hub/huggingface_hub-0.27.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="a client library to interact with the Hugging Face Hub"
+HOMEPAGE="
+ https://pypi.org/project/huggingface_hub/
+"
+SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/filelock[${PYTHON_USEDEP}]
+ dev-python/fsspec[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ ')
+"
+
+BDEPEND="test? (
+ sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+src_test() {
+ local EPYTEST_IGNORE=(
+ contrib/sentence_transformers/test_sentence_transformers.py
+ contrib/spacy/test_spacy.py
+ contrib/timm/test_timm.py
+ tests/test_cache_no_symlinks.py
+ tests/test_command_delete_cache.py
+ tests/test_file_download.py
+ tests/test_hf_api.py
+ tests/test_inference_api.py
+ tests/test_inference_async_client.py
+ tests/test_inference_client.py
+ tests/test_inference_text_generation.py
+ tests/test_repocard.py
+ tests/test_repository.py
+ tests/test_snapshot_download.py
+ tests/test_utils_cache.py
+ tests/test_utils_telemetry.py
+ tests/test_webhooks_server.py
+ )
+
+ local EPYTEST_DESELECT=(
+ tests/test_cache_layout.py::ReferenceUpdates::test_update_reference
+ tests/test_commit_scheduler.py::TestCommitScheduler::test_sync_local_folder
+ tests/test_dduf.py::TestExportFolder::test_export_folder
+ tests/test_file_download.py::StagingDownloadTests::test_download_from_a_gated_repo_with_hf_hub_download
+ tests/test_hf_api.py::TestLargeUpload::test_upload_large_folder
+ tests/test_hub_mixin.py::HubMixinTest::test_push_to_hub
+ tests/test_hub_mixin_pytorch.py::PytorchHubMixinTest::test_push_to_hub
+ )
+
+ distutils-r1_src_test
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-ml/huggingface_hub/
@ 2025-03-28 17:54 Alfredo Tupone
0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-03-28 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 7021eed5a01073afcc30f78cf75789ff3e423977
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 17:53:55 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 17:54:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7021eed5
sci-ml/huggingface_hub: drop 0.26.5-r1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/huggingface_hub/Manifest | 1 -
.../huggingface_hub-0.26.5-r1.ebuild | 63 ----------------------
2 files changed, 64 deletions(-)
diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index fc4e73154684..a21774844227 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1,2 +1 @@
-DIST huggingface_hub-0.26.5.gh.tar.gz 4056959 BLAKE2B 719c7abd00a822929ec4a14924ea200b91c8b8be2fb45b71e8f98a8e4e178613bc444bd67f9b013f94bd808b8229171872014249013e32f37e74a3ea709c0ae9 SHA512 e151e216b681b72ecb28e82d05bb5c6edf25bbbd34d6ce10d2896b54d9fdaf5ec062b2f777a2e5c61fbc92c901351adfb1f9fcfac2efb360e2a3076d5dd08c34
DIST huggingface_hub-0.27.1.gh.tar.gz 4079456 BLAKE2B 846291aa9242e6951c26fd8f695a2f324899b473e01a582dc0fa9aad11e0bb30233761c5dd573876167913e4fe89c2616ab857892c08fa067eac11d7b2fb5228 SHA512 64d435a08765c67e3046370a4bc701da136570f3b23cdf1b5d35c679331694c8cb35ece72417f34f4288d035695d39e4ab6e1e1dce2fb33db42b3664258186cd
diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild b/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
deleted file mode 100644
index 74add64c6e5d..000000000000
--- a/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1
-
-DESCRIPTION="a client library to interact with the Hugging Face Hub"
-HOMEPAGE="
- https://pypi.org/project/huggingface_hub/
-"
-SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- dev-python/fsspec[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
- local EPYTEST_IGNORE=(
- contrib/sentence_transformers/test_sentence_transformers.py
- contrib/spacy/test_spacy.py
- contrib/timm/test_timm.py
- tests/test_command_delete_cache.py
- tests/test_inference_api.py
- tests/test_inference_async_client.py
- tests/test_inference_client.py
- tests/test_inference_text_generation.py
- tests/test_init_lazy_loading.py
- tests/test_cache_no_symlinks.py
- tests/test_file_download.py
- tests/test_hf_api.py
- tests/test_repocard.py
- tests/test_repository.py
- tests/test_snapshot_download.py
- tests/test_utils_cache.py
- tests/test_utils_telemetry.py
- tests/test_webhooks_server.py
- )
-
- local EPYTEST_DESELECT=(
- tests/test_cache_layout.py::ReferenceUpdates::test_update_reference
- tests/test_commit_scheduler.py::TestCommitScheduler::test_sync_local_folder
- tests/test_hub_mixin.py::HubMixinTest::test_push_to_hub
- tests/test_hub_mixin_pytorch.py::PytorchHubMixinTest::test_push_to_hub
- )
-
- distutils-r1_src_test
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-28 17:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 18:28 [gentoo-commits] repo/gentoo:master commit in: sci-ml/huggingface_hub/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2025-03-26 5:39 Alfredo Tupone
2025-03-27 13:19 Alfredo Tupone
2025-03-28 17:54 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox