commit:     3d1cad4cfc45e1a9f32b44db5b481a6a4a2b6a72
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 15:41:09 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 15:42:41 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1cad4c

sci-ml/huggingface_hub: add 0.36.2, drop 0.36.0-r1

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

 sci-ml/huggingface_hub/Manifest                                |  2 +-
 ...face_hub-0.36.0-r1.ebuild => huggingface_hub-0.36.2.ebuild} | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-ml/huggingface_hub/Manifest b/sci-ml/huggingface_hub/Manifest
index 27d62b2add3f..8ec302421c63 100644
--- a/sci-ml/huggingface_hub/Manifest
+++ b/sci-ml/huggingface_hub/Manifest
@@ -1,3 +1,3 @@
-DIST huggingface_hub-0.36.0.gh.tar.gz 1052598 BLAKE2B 
b5c476775ad36daa09ff7d1816f45a0ded7cfd0d31ee83d325214aa1e5cae65f0dbc881183ff1b2265e15d9874773bae34f26ee82fd15c763f197dad13d996e9
 SHA512 
8fd198ae6d8a778dec756c2a30220f29f60a19b0845210e970ee0689d81b7ab6b349f7136c99db6216c4219224cc8be3f801c070159269ef2a1e28086cf41200
+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-0.36.0-r1.ebuild 
b/sci-ml/huggingface_hub/huggingface_hub-0.36.2.ebuild
similarity index 95%
rename from sci-ml/huggingface_hub/huggingface_hub-0.36.0-r1.ebuild
rename to sci-ml/huggingface_hub/huggingface_hub-0.36.2.ebuild
index b1660c7a8fd4..9d8735e08b45 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-0.36.0-r1.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-0.36.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2025 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,10 +32,14 @@ RDEPEND="
        ')
 "
 
-BDEPEND="test? (
+BDEPEND="
+       test? (
                sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
                dev-vcs/git-lfs
-       )"
+       )
+"
+
+EPYTEST_PLUGINS=( pytest-asyncio )
 
 distutils_enable_tests pytest
 

Reply via email to