commit 2c433af7e917d511dfe2a9fd05fd0200c74a4d74
Author: Jakub Bogusz <[email protected]>
Date:   Tue Jan 10 20:36:10 2023 +0100

    - new

 python3-sphinx_markdown_tables.spec | 44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/python3-sphinx_markdown_tables.spec 
b/python3-sphinx_markdown_tables.spec
new file mode 100644
index 0000000..29fa395
--- /dev/null
+++ b/python3-sphinx_markdown_tables.spec
@@ -0,0 +1,44 @@
+Summary:       Sphinx extension for rendering tables written in markdown
+Summary(pl.UTF-8):     Rozszerzenie Sphinksa do renderowania tabel napisanych 
w markdownie
+Name:          python3-sphinx_markdown_tables
+Version:       0.0.17
+Release:       1
+License:       GPL v3
+Group:         Libraries/Python
+#Source0Download: https://pypi.org/simple/sphinx-markdown-tables/
+Source0:       
https://files.pythonhosted.org/packages/source/s/sphinx-markdown-tables/sphinx-markdown-tables-%{version}.tar.gz
+# Source0-md5: 7240d3da2a215a462b849f66187b4ee7
+URL:           https://pypi.org/project/sphinx-markdown-tables/
+BuildRequires: python3-modules >= 1:3.5
+BuildRequires: python3-setuptools
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:      python3-modules >= 1:3.5
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sphinx extension for rendering tables written in markdown.
+
+%description -l pl.UTF-8
+Rozszerzenie Sphinksa do renderowania tabel napisanych w markdownie.
+
+%prep
+%setup -q -n sphinx-markdown-tables-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%{py3_sitescriptdir}/sphinx_markdown_tables
+%{py3_sitescriptdir}/sphinx_markdown_tables-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinx_markdown_tables.git/commitdiff/2c433af7e917d511dfe2a9fd05fd0200c74a4d74

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to