Install this version:
emerge -a =dev-python/huggingface-hub-1.9.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/huggingface-hub-1.9.2
Or alternatively:
emerge --autounmask-write -a =dev-python/huggingface-hub-1.9.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9.2 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
MY_PN="huggingface_hub"
DESCRIPTION="Client library for the Hugging Face Hub"
HOMEPAGE="https://github.com/huggingface/huggingface_hub"
SRC_URI="https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/filelock-3.10.0[${PYTHON_USEDEP}]
>=dev-python/fsspec-2023.5.0[${PYTHON_USEDEP}]
>=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.9[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.42.1[${PYTHON_USEDEP}]
dev-python/typer[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
>=dev-python/hf-xet-1.4.2[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
>=dev-python/filelock-3.10.0[] >=dev-python/fsspec-2023.5.0[] >=dev-python/httpx-0.23.0[] >=dev-python/packaging-20.9[] >=dev-python/pyyaml-5.1[] >=dev-python/tqdm-4.42.1[] dev-python/typer[] >=dev-python/typing-extensions-4.1.0[] >=dev-python/hf-xet-1.4.2[]
>=dev-python/filelock-3.10.0[] >=dev-python/fsspec-2023.5.0[] >=dev-python/httpx-0.23.0[] >=dev-python/packaging-20.9[] >=dev-python/pyyaml-5.1[] >=dev-python/tqdm-4.42.1[] dev-python/typer[] >=dev-python/typing-extensions-4.1.0[] >=dev-python/hf-xet-1.4.2[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | huggingface-hub-1.9.2.tar.gz | 1199248 bytes | https://github.com/huggingface/huggingface_hub/archive/refs/tags/v1.9.2.tar.gz |