Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > aa60ba7375320db5eb808c4924610f4c > files > 1

python-sphinx-markdown-tables-0.0.17-1.mga9.src.rpm

# Created by pyp2rpm-3.3.5
%global pypi_name sphinx-markdown-tables

Name:           python-%{pypi_name}
Version:        0.0.17
Release:        %mkrel 1
Summary:        A Sphinx extension for rendering tables written in markdown
Group:          Development/Python
License:        None
URL:            https://github.com/ryanfox/sphinx-markdown-tables
Source0:        %{pypi_source}
BuildArch:      noarch

BuildRequires: pyproject-rpm-macros
BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools)

%description
Sphinx supports markdown via Recommonmark, which does not support tables. This
extension provides them.

%package -n     python3-%{pypi_name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}

Requires:       python3dist(markdown) >= 3.0.1

%description -n python3-%{pypi_name}
Sphinx supports markdown via Recommonmark, which does not support tables. This
extension provides them.

%prep
%autosetup -n %{pypi_name}-%{version}


%build
%pyproject_wheel

%install
%pyproject_install
%pyproject_save_files sphinx_markdown_tables

rm -rf %{buildroot}%{_prefix}/LICENSE

%files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE
%doc README.md



%changelog
* Thu Sep 08 2022 neoclust <neoclust> 0.0.17-1.mga9
+ Revision: 1885685
- New version  0.0.17

* Wed Mar 23 2022 umeabot <umeabot> 0.0.15-3.mga9
+ Revision: 1823308
- Mageia 9 Mass Rebuild

* Mon Feb 21 2022 mrambo3501 <mrambo3501> 0.0.15-2.mga9
+ Revision: 1782432
- rebuild for python-3.10

* Mon Mar 15 2021 wally <wally> 0.0.15-1.mga9
+ Revision: 1703386
- imported package python-sphinx-markdown-tables