commit:     13f162c1e82d3a38e3c807b2c11e85d468d7a240
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 16:00:01 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 16:00:01 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f162c1

sci-ml/huggingface_hub: drop 1.0.1

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

 sci-ml/huggingface_hub/Manifest                    |  1 -
 .../huggingface_hub/huggingface_hub-1.0.1.ebuild   | 74 ----------------------
 2 files changed, 75 deletions(-)

diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index 8ec302421c63..c61b5a47e26b 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1,3 +1,2 @@
 DIST huggingface_hub-0.36.2.gh.tar.gz 1052737 BLAKE2B 
627c3d36f2199a74b8149dbefb8c9edcff8b4fee49bc769fac6217c3ce111db6fcff5c0020e4250e3344fb2b364bb5e36d082e51166443fc5b65fc6077768f7d
 SHA512 
e0e08fd625c9fca4d88e7ec7f19f9d1bf102441923aba455b57694e62efaa09a273272e65cfa89d9a8df0c294452637758f017f51bba6c1b1e38b623ef2a5d43
-DIST huggingface_hub-1.0.1.gh.tar.gz 979224 BLAKE2B 
c773e4c97724a0c0a322a871804e788458cde3fc871081ba1adb0a35a0a24428512465f5608d6f28df07d71d269cc90e17bf2ccd066fcd068f9fb09ebfc0ba23
 SHA512 
2a359cada9993f4074de039660e3d2d9bdd4bcfe45c46f6a46ac8473d68653721bd35b0869768b11b0b9ef65d7a1d3359cd2b1130789bcc80b17b7e0909f048d
 DIST huggingface_hub-1.1.6.gh.tar.gz 1000379 BLAKE2B 
ddb04eda050087381d881487ec70c3e7406127cefa2ceab8dfd25c97182d231194e6cb0dd6a573855225603f3f97830686292773e753a937b8a94db685616b8b
 SHA512 
ac588a6b0963ffe46faf8a3e11dc4ebe90f27a80813ebedbdbf3aab212bbb6663a5bde7517baa883011c29fe57cdfb67bfe3b2e4ff16f0b203eeb70af76eea9d

diff --git a/sci-ml/huggingface_hub/huggingface_hub-1.0.1.ebuild 
b/sci-ml/huggingface_hub/huggingface_hub-1.0.1.ebuild
deleted file mode 100644
index e226b20120fc..000000000000
--- a/sci-ml/huggingface_hub/huggingface_hub-1.0.1.ebuild
+++ /dev/null
@@ -1,74 +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} )
-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/httpx[${PYTHON_USEDEP}]
-               dev-python/packaging[${PYTHON_USEDEP}]
-               dev-python/pyyaml[${PYTHON_USEDEP}]
-               dev-python/tqdm[${PYTHON_USEDEP}]
-               dev-python/typer[${PYTHON_USEDEP}]
-               dev-python/typing-extensions[${PYTHON_USEDEP}]
-               sci-ml/hf_xet[${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_commit_scheduler.py
-               tests/test_file_download.py
-               tests/test_hf_api.py
-               tests/test_hf_file_system.py
-               tests/test_hub_mixin.py
-               tests/test_hub_mixin_pytorch.py
-               tests/test_inference_client.py
-               tests/test_oauth.py
-               tests/test_repocard.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_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_hf_api
-       )
-
-       distutils-r1_src_test
-}

Reply via email to