]> git.pld-linux.org Git - SPECS.git/blob - python3-sphinx_paramlinks.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / python3-sphinx_paramlinks.spec
1 Summary:        Allows param links in Sphinx function/method descriptions to be linkable
2 Summary(pl.UTF-8):      Klikalne odnośniki w sphinksowych opisach funkcji/method
3 Name:           python3-sphinx_paramlinks
4 Version:        0.6.0
5 Release:        1
6 License:        MIT
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/sphinx-paramlinks/
9 Source0:        https://files.pythonhosted.org/packages/source/s/sphinx-paramlinks/sphinx-paramlinks-%{version}.tar.gz
10 # Source0-md5:  74a1cc657c1ef7015f137bcdf3d30a16
11 URL:            https://pypi.org/project/sphinx-paramlinks/
12 %if %{with python3}
13 BuildRequires:  python3-modules >= 1:3.6
14 BuildRequires:  python3-setuptools
15 %endif
16 BuildRequires:  rpm-pythonprov
17 BuildRequires:  rpmbuild(macros) >= 1.714
18 Requires:       python3-modules >= 1:3.6
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Sphinx extension which allows ":param:" directives within Python
24 documentation to be linkable.
25
26 %description -l pl.UTF-8
27 Rozszerzenie Sphinksa, pozwalające, aby dyrektywy ":param:" w
28 pythonowej dokumentacji były odnośnikami.
29
30 %prep
31 %setup -q -n sphinx-paramlinks-%{version}
32
33 %build
34 %py3_build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %py3_install
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc LICENSE README.rst
47 %{py3_sitescriptdir}/sphinx_paramlinks
48 %{py3_sitescriptdir}/sphinx_paramlinks-%{version}-py*.egg-info
This page took 0.63379 seconds and 3 git commands to generate.