summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-04-13 14:17:53 +0000
committerCoprDistGit <infra@openeuler.org>2024-04-13 14:17:53 +0000
commita207cfb2935a0496d52d733905922c50fa14f2e6 (patch)
treec83c87e3db5c642f5e751e620173e76871f9c7c3
parentd7dc909000616c8f8ce5a6fd20e31cad274edbdf (diff)
automatic import of python-fsspec
-rw-r--r--python-fsspec.spec26
1 files changed, 17 insertions, 9 deletions
diff --git a/python-fsspec.spec b/python-fsspec.spec
index e379c6e..4657e29 100644
--- a/python-fsspec.spec
+++ b/python-fsspec.spec
@@ -1,11 +1,14 @@
%global pypi_name fsspec
%global pypi_version 2023.12.0
+%global pkg_summary A specification that python filesystems should adhere to.
+%global pkg_description %{expand:
+%{pkg_summary}}
%global debug_package %{nil}
Name: python-%{pypi_name}
Version: %{pypi_version}
Release: 1%{?dist}
-Summary: A specification that python filesystems should adhere to.
+Summary: %{pkg_summary}
License: BSD 3-Clause
URL: https://github.com/fsspec/filesystem_spec
@@ -13,33 +16,38 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/filesystem_spec-%{ve
BuildRequires: cmake
BuildRequires: ninja-build
+BuildRequires: g++
-BuildRequires: python3-setuptools
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-setuptools_scm
+BuildRequires: python3-pbr
+BuildRequires: python3-pip
+BuildRequires: python3-wheel
+BuildRequires: python3-hatchling
%description
-A specification that python filesystems should adhere to.
+%{pkg_description}
%package -n python3-%{pypi_name}
-Summary: %{summary}
+Summary: %{pkg_summary}
%description -n python3-%{pypi_name}
-A specification that python filesystems should adhere to.
+%{pkg_description}
%prep
%autosetup -p1 -n filesystem_spec-%{pypi_version}
%build
-%py3_build
+%pyproject_build
%install
-%py3_install
+%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
-%{python3_sitelib}/%{pypi_name}
-%{python3_sitelib}/%{pypi_name}-*.egg-info/
+%{python3_sitelib}/%{pypi_name}*
%changelog
* Sun Mar 31 2024 YunShu