commit: 317bd1fe8d3f9225ee9be863670871bfd76a89d4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 09:58:35 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 10:26:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317bd1fe
sci-libs/huggingface_hub: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...huggingface_hub-0.16.4.ebuild => huggingface_hub-0.16.4-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/huggingface_hub/huggingface_hub-0.16.4.ebuild
b/sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
similarity index 91%
rename from sci-libs/huggingface_hub/huggingface_hub-0.16.4.ebuild
rename to sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
index 7c519b339f79..e431fe5a77cd 100644
--- a/sci-libs/huggingface_hub/huggingface_hub-0.16.4.ebuild
+++ b/sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="a client library to interact with the Hugging Face Hub"