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