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