[packages/python3-sphinxcontrib-svg2pdfconverter] - new

qboosh qboosh at pld-linux.org
Sun Jan 15 08:11:52 CET 2023


commit 98851ea7c88459122d382ec86dae6bbc3cf6d9d1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 15 08:12:54 2023 +0100

    - new

 python3-sphinxcontrib-svg2pdfconverter.spec | 63 +++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)
---
diff --git a/python3-sphinxcontrib-svg2pdfconverter.spec b/python3-sphinxcontrib-svg2pdfconverter.spec
new file mode 100644
index 0000000..73d0df3
--- /dev/null
+++ b/python3-sphinxcontrib-svg2pdfconverter.spec
@@ -0,0 +1,63 @@
+Summary:	Sphinx SVG to PDF converter extension
+Summary(pl.UTF-8):	Rozszerzenie Sphinksa konwertujące SVG do PDF
+Name:		python3-sphinxcontrib-svg2pdfconverter
+Version:	1.2.2
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/sphinxcontrib-svg2pdfconverter/
+Source0:	https://files.pythonhosted.org/packages/source/s/sphinxcontrib-svg2pdfconverter/sphinxcontrib-svg2pdfconverter-%{version}.tar.gz
+# Source0-md5:	1ba2400814a4a0b6e3c60a5d9f9da8b1
+URL:		https://pypi.org/project/sphinxcontrib-svg2pdfconverter/
+BuildRequires:	python3-modules >= 1:3.4
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.4
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This extension converts SVG images to PDF in case the builder does not
+support SVG images natively (e.g. LaTeX).
+
+%description -l pl.UTF-8
+To rozszerzenie konwertuje obrazy SVG do PDF w przypadkach, kiedy
+builder sam nie obsługuje obrazów SVG (np. LaTeX).
+
+%package apidocs
+Summary:	API documentation for Python sphinxcontrib-svg2pdfconverter module
+Summary(pl.UTF-8):	Dokumentacja API modułu Pythona sphinxcontrib-svg2pdfconverter
+Group:		Documentation
+
+%description apidocs
+API documentation for Python sphinxcontrib-svg2pdfconverter module.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API modułu Pythona sphinxcontrib-svg2pdfconverter.
+
+%prep
+%setup -q -n sphinxcontrib-svg2pdfconverter-%{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 LICENSE.txt README.rst
+%{py3_sitescriptdir}/sphinxcontrib/cairosvgconverter.py
+%{py3_sitescriptdir}/sphinxcontrib/inkscapeconverter.py
+%{py3_sitescriptdir}/sphinxcontrib/rsvgconverter.py
+%{py3_sitescriptdir}/sphinxcontrib/__pycache__/cairosvgconverter.cpython-*.py[co]
+%{py3_sitescriptdir}/sphinxcontrib/__pycache__/inkscapeconverter.cpython-*.py[co]
+%{py3_sitescriptdir}/sphinxcontrib/__pycache__/rsvgconverter.cpython-*.py[co]
+%{py3_sitescriptdir}/sphinxcontrib_svg2pdfconverter-%{version}-py*.egg-info
+%{py3_sitescriptdir}/sphinxcontrib_svg2pdfconverter-%{version}-py*-nspkg.pth
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinxcontrib-svg2pdfconverter.git/commitdiff/98851ea7c88459122d382ec86dae6bbc3cf6d9d1



More information about the pld-cvs-commit mailing list