]> git.pld-linux.org Git - packages/python3-furo.git/blob - python3-furo.spec
rebuild with tests and docs
[packages/python3-furo.git] / python3-furo.spec
1 Summary:        Clean customizable Sphinx documentation theme
2 Summary(pl.UTF-8):      Czysty, konfigurowalny motyw dokumentacji Sphinksa
3 Name:           python3-furo
4 Version:        2021.6.18b36
5 Release:        5
6 License:        MIT
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/furo/
9 Source0:        https://files.pythonhosted.org/packages/source/f/furo/furo-%{version}.tar.gz
10 # Source0-md5:  a7fbec5cc288089f547238dae38a56c1
11 Patch0:         %{name}-setuptools.patch
12 URL:            https://pypi.org/project/furo/
13 BuildRequires:  python3-modules >= 1:3.5
14 BuildRequires:  python3-setuptools
15 BuildRequires:  rpm-pythonprov
16 BuildRequires:  rpmbuild(macros) >= 1.714
17 Requires:       python3-modules >= 1:3.5
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Clean customizable Sphinx documentation theme.
23
24 %description -l pl.UTF-8
25 Czysty, konfigurowalny motyw dokumentacji Sphinksa.
26
27 %prep
28 %setup -q -n furo-%{version}
29 %patch0 -p1
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 LICENSE README.md
45 %{py3_sitescriptdir}/furo
46 %{py3_sitescriptdir}/furo-%{version}-py*.egg-info
This page took 0.08977 seconds and 3 git commands to generate.