commit:     91903233a863d81050fc41c18dd91c8116784206
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 11 21:20:17 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 21:20:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91903233

sci-ml/huggingface_hub: add 0.34.6

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-ml/huggingface_hub/Manifest                    |  1 +
 .../huggingface_hub/huggingface_hub-0.34.6.ebuild  | 77 ++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index 42be90d6e502..fe6673faa910 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1 +1,2 @@
 DIST huggingface_hub-0.34.4.gh.tar.gz 1044135 BLAKE2B 
159d680d05057d243f479d6fecd80b3661bb58bf0daf816a96dee17c7d76cb84b9bf3d64421f93a3fcc6e0c8dd6b6660999bb4c54cef6be18c90d9717593a10c
 SHA512 
31b11cbb8c3e4339f958ac4aa0f3cf67154a719bae4bed843bffd81eaacf58595ffb11608faacbb24b496372b924eaf35709240e2ba5f9b3b3e1d384fe878ddb
+DIST huggingface_hub-0.34.6.gh.tar.gz 1044707 BLAKE2B 
c2cfed598504c21ce0b2972b6bdaac1860351e5558c7641322778a7d76d543c1102acbf01b5c70cae808bf589b52606fca8bbaaa4cd9ea8cbdd7493806d48d30
 SHA512 
facfb56c8d03fed44f2b4cacecd1d5e86a1787320d504232d20929e4e0ac28ddf66c3edc2164e076bd09935f6915a47cbd70622ee5175e812875bf68b8df69e1

diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.34.6.ebuild 
b/sci-ml/huggingface_hub/huggingface_hub-0.34.6.ebuild
new file mode 100644
index 000000000000..50b741c1bfd6
--- /dev/null
+++ b/sci-ml/huggingface_hub/huggingface_hub-0.34.6.ebuild
@@ -0,0 +1,77 @@
+# 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 ~arm64"
+
+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}]
+               dev-vcs/git-lfs
+       )"
+
+distutils_enable_tests pytest
+
+src_test() {
+       local EPYTEST_IGNORE=(
+               contrib
+               tests/test_cache_layout.py
+               tests/test_cache_no_symlinks.py
+               tests/test_command_delete_cache.py
+               tests/test_commit_scheduler.py
+               tests/test_file_download.py
+               tests/test_hf_api.py
+               tests/test_hf_file_system.py
+               tests/test_inference_api.py
+               tests/test_inference_client.py
+               tests/test_oauth.py
+               tests/test_repocard.py
+               tests/test_repository.py
+               tests/test_snapshot_download.py
+               tests/test_utils_telemetry.py
+               tests/test_xet_download.py
+               tests/test_xet_upload.py
+               tests/test_utils_cache.py
+               tests/test_utils_http.py
+               tests/test_webhooks_server.py
+       )
+
+       local EPYTEST_DESELECT=(
+               
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
+               
tests/test_inference_async_client.py::test_async_generate_timeout_error
+               
tests/test_inference_providers.py::TestHFInferenceProvider::test_prepare_mapping_info_unknown_task
+               tests/test_offline_utils.py::test_offline_with_timeout
+               
tests/test_utils_pagination.py::TestPagination::test_paginate_github_api
+               
tests/test_utils_pagination.py::TestPagination::test_paginate_hf_api
+       )
+
+       distutils-r1_src_test
+}

Reply via email to