diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-14 03:58:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-14 03:58:01 +0000 |
commit | 77e6209a119de9dc6b4aa4b3d6a3c3cfd5ae45f2 (patch) | |
tree | 0d44a38dd91bcb620840ec6f0509b17a421dd747 | |
parent | 9e3e1db92dfb2ae9143054cbca786e849fa1f98a (diff) |
automatic import of python-huggingface-hub
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-huggingface-hub.spec | 53 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 55 insertions, 0 deletions
@@ -0,0 +1 @@ +/huggingface_hub-0.22.2.tar.gz diff --git a/python-huggingface-hub.spec b/python-huggingface-hub.spec new file mode 100644 index 0000000..3244e7a --- /dev/null +++ b/python-huggingface-hub.spec @@ -0,0 +1,53 @@ +%global pypi_name huggingface-hub +%global pypi_version 0.22.2 +%global pkg_summary The official Python client for the Huggingface Hub. +%global pkg_description %{expand: +%{pkg_summary}} + +Name: python-%{pypi_name} +Version: %{pypi_version} +Release: 1 +Summary: %{pkg_summary} + +License: Apache-2.0 +URL: https://github.com/huggingface/huggingface_hub +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/huggingface_hub-%{version}.tar.gz + +BuildRequires: cmake +BuildRequires: ninja-build +BuildRequires: g++ + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling + +%description +%{pkg_description} + +%package -n python3-%{pypi_name} +Summary: %{pkg_summary} + +%description -n python3-%{pypi_name} +%{pkg_description} + +%prep +%autosetup -p1 -n huggingface_hub-%{pypi_version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README*.md +%{python3_sitelib}/%{pypi_name}* + +%changelog +* Sun Mar 31 2024 YunShu +- add huggingface-hub 0.22.2 @@ -0,0 +1 @@ +f469bf772f9fd6d271fd954ab0b2ae30 huggingface_hub-0.22.2.tar.gz |