]> git.pld-linux.org Git - packages/python3-matplotlib_inline.git/blob - python3-matplotlib_inline.spec
475ff33fd6533c1338851405a2cf021e35f14942
[packages/python3-matplotlib_inline.git] / python3-matplotlib_inline.spec
1 %define         pypi_name       matplotlib-inline
2 %define         module  matplotlib_inline
3 Summary:        Inline Matplotlib backend for Jupyter
4 Summary(pl.UTF-8):      Backend Jupytera pozwalający na wstawki używające Matplotliba
5 Name:           python3-%{module}
6 Version:        0.1.2
7 Release:        3
8 License:        BSD
9 Group:          Libraries/Python
10 #Source0Download: https://pypi.org/simple/matplotlib-inline/
11 Source0:        https://files.pythonhosted.org/packages/source/m/matplotlib-inline/%{pypi_name}-%{version}.tar.gz
12 # Source0-md5:  7af8f8ae6ea5217134dd7bd115c78ac3
13 URL:            https://github.com/ipython/matplotlib-inline
14 BuildRequires:  python3-modules >= 1:3.5
15 BuildRequires:  python3-setuptools
16 BuildRequires:  rpm-pythonprov
17 BuildRequires:  rpmbuild(macros) >= 1.714
18 Requires:       python3-modules >= 1:3.5
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Inline Matplotlib backend for Jupyter.
24
25 %description -l pl.UTF-8
26 Backend Jupytera pozwalający na wstawki używające Matplotliba.
27
28 %prep
29 %setup -q -n %{pypi_name}-%{version}
30
31 %build
32 %py3_build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %py3_install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README.md
45 %dir %{py3_sitescriptdir}/%{module}
46 %{py3_sitescriptdir}/%{module}/*.py
47 %{py3_sitescriptdir}/%{module}/__pycache__
48 %{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
This page took 0.079091 seconds and 2 git commands to generate.