package init
This commit is contained in:
parent
dc333d293a
commit
15cd4dc59d
BIN
matplotlib-inline-0.1.6.tar.gz
Normal file
BIN
matplotlib-inline-0.1.6.tar.gz
Normal file
Binary file not shown.
47
python-matplotlib-inline.spec
Normal file
47
python-matplotlib-inline.spec
Normal file
@ -0,0 +1,47 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
%global pypi_name matplotlib-inline
|
||||
|
||||
%global _description %{expand:
|
||||
Inline Matplotlib backend for Jupyter}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.6
|
||||
Release: 1
|
||||
Summary: Inline Matplotlib backend for Jupyter
|
||||
License: BSD
|
||||
URL: https://github.com/ipython/matplotlib-inline
|
||||
Source0: %{pypi_source matplotlib-inline}
|
||||
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
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
|
||||
%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
|
||||
* Tue Aug 1 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.1.6-1
|
||||
- package init
|
||||
Loading…
x
Reference in New Issue
Block a user