]> git.pld-linux.org Git - packages/python3-pallets-sphinx-themes.git/blob - python3-pallets-sphinx-themes.spec
rebuild with python 3.10
[packages/python3-pallets-sphinx-themes.git] / python3-pallets-sphinx-themes.spec
1 Summary:        Sphinx themes for Pallets Project documentation
2 Summary(pl.UTF-8):      Motywy Sphinksa do dokumentacji z projektu Pallets
3 Name:           python3-pallets-sphinx-themes
4 Version:        2.0.2
5 Release:        2
6 License:        BSD
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/pallets-sphinx-themes/
9 Source0:        https://files.pythonhosted.org/packages/source/p/pallets-sphinx-themes/Pallets-Sphinx-Themes-%{version}.tar.gz
10 # Source0-md5:  898246b2cf5ee6f9826f40a31bc3a9ba
11 URL:            https://palletsprojects.com/
12 BuildRequires:  python3-modules >= 1:3.6
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.714
16 Requires:       python3-modules >= 1:3.6
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package contains Sphinx themes for Pallets related projects.
22
23 %description -l pl.UTF-8
24 Ten pakiet zawiera motywy Sphinksa dla projektów powiązanych z
25 Pallets.
26
27 %prep
28 %setup -q -n Pallets-Sphinx-Themes-%{version}
29
30 %build
31 %py3_build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %py3_install
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc CHANGES.rst LICENSE.rst README.rst
44 %{py3_sitescriptdir}/pallets_sphinx_themes
45 %{py3_sitescriptdir}/Pallets_Sphinx_Themes-%{version}-py*.egg-info
This page took 0.095884 seconds and 3 git commands to generate.