From c4507bfdfd706b2b1301972490fe88ac3ddbc70e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 16 May 2023 22:07:44 +0100 Subject: gentoo auto-resync : 16:05:2023 - 22:07:44 --- sci-libs/Manifest.gz | Bin 44641 -> 44642 bytes sci-libs/huggingface_hub/Manifest | 2 +- .../huggingface_hub-0.13.4-r1.ebuild | 31 +++++++++++++++++++++ .../huggingface_hub/huggingface_hub-0.13.4.ebuild | 22 --------------- 4 files changed, 32 insertions(+), 23 deletions(-) create mode 100644 sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild delete mode 100644 sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild (limited to 'sci-libs') diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index 4d97b14bfcf9..fa774d0359ff 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/huggingface_hub/Manifest b/sci-libs/huggingface_hub/Manifest index 77fe6a681dcd..defb1d0327b7 100644 --- a/sci-libs/huggingface_hub/Manifest +++ b/sci-libs/huggingface_hub/Manifest @@ -1,3 +1,3 @@ DIST huggingface_hub-0.13.4.gh.tar.gz 325227 BLAKE2B 56ad70072ddd7f9878de4db45fffeb200032d71ba36fa2dc0e81d50a079a5ffa9ad80b3a71773a5fe466ac4522db7061fc7974149092d212278b8159d30e212b SHA512 6c07c1dc1a0c327ca463b7f366c265dfc7e55ed69592df5ad10f6d77956ac1dfe3e1f827a2df200f943da2f34a96ba4de1c395944b542e3d7142d925f60ad274 -EBUILD huggingface_hub-0.13.4.ebuild 549 BLAKE2B 62991c8210e954414422db93e98b2e56678524a68e31a07b6ae8fcba5b75b56cc7c46fd618715579067e57d4c96d6dd4754be601d310d96d55d3ed81d384701e SHA512 336bc0fd7eca11ce504b9cd4d6d35722e7073839bd4765c2734452675304b20274ee4a9b0236251528f448846faa6b345674b027150890cfd6fe5305c10811cf +EBUILD huggingface_hub-0.13.4-r1.ebuild 800 BLAKE2B ea6bec0a03ff98d4c0fb6698c098319df4d22b26f70cc68a571b5a034755a61adc87180a2896002f7ce83f61d884606e773860296270ce0af0feeee3f1014d8d SHA512 a86063f8fb2919cb5af87df72d930f9766bd6637f47dc9d006a4158846e3c7538bc740bbad165f41a0a76d2503d5b46e793ede8d772f75aefbe2030b7fc37ea3 MISC metadata.xml 393 BLAKE2B 1703224359804943e921acb978be119c5ae48c6dae23177d9ba2a4b843a1f8cf10487c7dfc5af83600bb98f1443cb5d3cdad1d48ddc5db7117ebb3092af5fe44 SHA512 74ac25236d7cd4b169ec6281480b140e25f0b2579998ca441eb2ab5c070ed87690c49b7af1bb7b83d8782685c18dc3d2cd5f7ef27e8a51fa8863badc58214461 diff --git a/sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild b/sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild new file mode 100644 index 000000000000..7c519b339f79 --- /dev/null +++ b/sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +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" +RESTRICT="test" #Several modules not yet packaged + +RDEPEND=" + dev-python/filelock[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild b/sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild deleted file mode 100644 index 29254fa42182..000000000000 --- a/sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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" -RESTRICT="test" #Several modules not yet packaged - -distutils_enable_tests pytest -- cgit v1.2.3