]> git.pld-linux.org Git - packages/python3-sphinxcontrib-serializinghtml.git/blame - python3-sphinxcontrib-serializinghtml.spec
rebuild with python 3.10
[packages/python3-sphinxcontrib-serializinghtml.git] / python3-sphinxcontrib-serializinghtml.spec
CommitLineData
1268e1c4
JB
1#
2# Conditional build:
3%bcond_with tests # unit tests (failing?)
4
5Summary: Sphinx extension which outputs "serialized" HTML files
6Summary(pl.UTF-8): Rozszerzenie Sphinksa zapisujące "zserializowane" pliki HTML
7Name: python3-sphinxcontrib-serializinghtml
673a92f2 8Version: 1.1.5
fb053dbc 9Release: 2
1268e1c4
JB
10License: BSD
11Group: Libraries/Python
12#Source0Download: https://pypi.org/simple/sphinxcontrib-serializinghtml/
13Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-%{version}.tar.gz
673a92f2 14# Source0-md5: d99d2edc7b26988dc5fa92163857bfbf
1268e1c4
JB
15URL: https://pypi.org/project/sphinxcontrib-serializinghtml/
16BuildRequires: python3-modules >= 1:3.5
17BuildRequires: python3-setuptools
18%if %{with tests}
19BuildRequires: python3-Sphinx
20BuildRequires: python3-pytest
21%endif
22BuildRequires: rpm-pythonprov
23BuildRequires: rpmbuild(macros) >= 1.714
24Requires: python3-modules >= 1:3.5
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29sphinxcontrib-serializinghtml is a sphinx extension which outputs
30"serialized" HTML files (json and pickle).
31
32%description -l pl.UTF-8
33sphinxcontrib-serializinghtml to rozszerzenie Sphinksa, zapisujące
34"zserializowane" pliki HTML (w oparciu o json i pickle).
35
36%prep
37%setup -q -n sphinxcontrib-serializinghtml-%{version}
38
39%build
40%py3_build
41
42%if %{with tests}
673a92f2 43PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
1268e1c4
JB
44%{__python3} -m pytest tests
45%endif
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%py3_install
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc CHANGES LICENSE README.rst
58%{py3_sitescriptdir}/sphinxcontrib/serializinghtml
59%{py3_sitescriptdir}/sphinxcontrib_serializinghtml-%{version}-py*.egg-info
60%{py3_sitescriptdir}/sphinxcontrib_serializinghtml-%{version}-py*-nspkg.pth
This page took 0.159301 seconds and 4 git commands to generate.