python-pandas/python-pandas.spec

72 lines
1.9 KiB
RPMSpec
Raw Normal View History

2019-11-19 11:54:32 +08:00
%global pypi_name pandas
%bcond_with test
Name: python-%{pypi_name}
2024-02-19 17:07:42 +08:00
Version: 2.2.0
2019-11-19 11:54:32 +08:00
Release: 1
Summary: Data structures and data analysis tools for Python
License: BSD
URL: https://pandas.pydata.org/
Source0: https://github.com/pandas-dev/pandas/releases/download/v%{version}/%{pypi_name}-%{version}.tar.gz
2021-08-23 17:15:19 +08:00
BuildRequires: gcc gcc-c++ python3-Cython python3-cffi
2019-11-19 11:54:32 +08:00
BuildRequires: python3-devel python3-setuptools python3-numpy
%if %{with test}
BuildRequires: python3-pytest >= 4.0.2
%endif
2024-02-19 17:07:42 +08:00
BuildRequires: python3-pip python3-wheel python3-meson-python python3-versioneer
2019-11-19 11:54:32 +08:00
%global _description \
pandas is an open source, BSD-licensed library \
providing high-performance, easy-to-use data structures \
and data analysis tools for the Python programming language.
%description %{_description}
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
2021-08-23 17:15:19 +08:00
Requires: python3-numpy python3-dateutil python3-pytz python3-hypothesis python3-pytest-xdist
2019-11-19 11:54:32 +08:00
%description -n python3-%{pypi_name} %{_description}
%prep
%autosetup -n %{pypi_name}-%{version}
%build
2024-02-19 17:07:42 +08:00
%pyproject_build
2019-11-19 11:54:32 +08:00
%install
2024-02-19 17:07:42 +08:00
%pyproject_install
2019-11-19 11:54:32 +08:00
%if %{with test}
%check
py.test-%{python3_version}
%endif
%files -n python3-%{pypi_name}
%license LICENSE
2024-02-19 17:07:42 +08:00
%doc README.md
2019-11-19 11:54:32 +08:00
%{python3_sitearch}/%{pypi_name}/
2024-02-19 17:07:42 +08:00
%{python3_sitearch}/%{pypi_name}-*.dist-info/
2019-11-19 11:54:32 +08:00
%changelog
2024-02-19 17:07:42 +08:00
* Mon Feb 19 2024 wangkai <13474090681@163.com> - 2.2.0-1
- Update to 2.2.0 for Cython3
2023-09-11 09:27:35 +08:00
* Fri Sep 08 2023 wulei <wu_lei@hoperun.com> - 1.5.3-1
- Update to 1.5.3
2023-04-20 09:47:31 +08:00
* Fri Apr 21 2023 wubijie <wubijie@kylinos.cn> - 1.4.2-1
- Update package to version 1.4.2
2023-04-17 19:53:44 +08:00
* Tue Apr 18 2023 wubijie <wubijie@kylinos.cn> - 1.4.1-1
- Update package to version 1.4.1
2021-08-23 17:15:19 +08:00
* Wed Aug 25 2021 wulei <wulei80@huawei.com> - 1.3.2-1
- update to 1.3.2
2019-11-19 11:54:32 +08:00
* Wed Nov 6 2019 shanshishi <shanshishi@huawei.com> - 0.25.3-1
- Init package