]> git.pld-linux.org Git - SPECS.git/blob - python3-sphinx_markdown_tables.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / python3-sphinx_markdown_tables.spec
1 Summary:        Sphinx extension for rendering tables written in markdown
2 Summary(pl.UTF-8):      Rozszerzenie Sphinksa do renderowania tabel napisanych w markdownie
3 Name:           python3-sphinx_markdown_tables
4 Version:        0.0.17
5 Release:        1
6 License:        GPL v3
7 Group:          Libraries/Python
8 #Source0Download: https://pypi.org/simple/sphinx-markdown-tables/
9 Source0:        https://files.pythonhosted.org/packages/source/s/sphinx-markdown-tables/sphinx-markdown-tables-%{version}.tar.gz
10 # Source0-md5:  7240d3da2a215a462b849f66187b4ee7
11 URL:            https://pypi.org/project/sphinx-markdown-tables/
12 BuildRequires:  python3-modules >= 1:3.5
13 BuildRequires:  python3-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.714
16 Requires:       python3-modules >= 1:3.5
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Sphinx extension for rendering tables written in markdown.
22
23 %description -l pl.UTF-8
24 Rozszerzenie Sphinksa do renderowania tabel napisanych w markdownie.
25
26 %prep
27 %setup -q -n sphinx-markdown-tables-%{version}
28
29 %build
30 %py3_build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %py3_install
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README.md
43 %{py3_sitescriptdir}/sphinx_markdown_tables
44 %{py3_sitescriptdir}/sphinx_markdown_tables-%{version}-py*.egg-info
This page took 0.203382 seconds and 3 git commands to generate.