python-vega-datasets/python-vega-datasets.spec

64 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

2023-08-24 10:59:21 +08:00
%global _empty_manifest_terminate_build 0
%global pypi_name vega-datasets
%global source_name vega_datasets
Name: python-%{pypi_name}
Version: 0.9.0
2023-08-30 15:01:06 +08:00
Release: 3
2023-08-24 10:59:21 +08:00
Summary: A Python package for offline access to vega datasets.
License: MIT
URL: http://github.com/altair-viz/vega_datasets
Source0: %{url}/archive/%{version}/%{source_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
BuildRequires: python3-poetry-core
2023-08-30 15:01:06 +08:00
#check requires
BuildRequires: python3-pytest
BuildRequires: python3-pandas
2023-08-24 10:59:21 +08:00
%description
A Python package for offline access to vega datasets.
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
A Python package for offline access to vega datasets.
%prep
%autosetup -p1 -n %{source_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
2023-08-30 15:01:06 +08:00
%check
%pytest
2023-08-24 10:59:21 +08:00
%files -n python3-%{pypi_name}
%doc README.md
%license LICENSE
%{python3_sitelib}/vega_datasets*.dist-info/
%{python3_sitelib}/vega_datasets
%changelog
2023-08-30 15:01:06 +08:00
* Wed Aug 30 2023 zoujiancang<jczou@isoftstone.com> - 0.9.0-3
- Add check file for the pkg
2023-08-25 15:13:54 +08:00
* Fri Aug 25 2023 zoujiancang<jczou@isoftstone.com> - 0.9.0-2
- Modify name of the spec
2023-08-24 10:59:21 +08:00
* Thu Aug 24 2023 zoujiancang<jczou@isoftstone.com> - 0.9.0-1
- Initial package