2023-08-01 14:47:09 +08:00
|
|
|
%global _empty_manifest_terminate_build 0
|
|
|
|
|
%global pypi_name matplotlib-inline
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Inline Matplotlib backend for Jupyter}
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
2024-04-22 16:28:57 +08:00
|
|
|
Version: 0.1.7
|
2023-08-01 14:47:09 +08:00
|
|
|
Release: 1
|
|
|
|
|
Summary: Inline Matplotlib backend for Jupyter
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/ipython/matplotlib-inline
|
2024-04-22 16:28:57 +08:00
|
|
|
Source0: https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz
|
2023-08-01 14:47:09 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
|
Summary: Inline Matplotlib backend for Jupyter
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pypi_name} %_description
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-04-22 16:28:57 +08:00
|
|
|
%autosetup -n matplotlib_inline-%{version}
|
2023-08-01 14:47:09 +08:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{python3_sitelib}/matplotlib_inline-*.egg-info/
|
|
|
|
|
%{python3_sitelib}/matplotlib_inline/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-04-22 16:28:57 +08:00
|
|
|
* Mon Apr 22 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 0.1.7-1
|
|
|
|
|
- Update package to version 0.1.7
|
|
|
|
|
- Use short matplotlib backend name
|
|
|
|
|
|
2023-08-01 14:47:09 +08:00
|
|
|
* Tue Aug 1 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.1.6-1
|
|
|
|
|
- package init
|