[packages/python3-sphinx_panels] - new

qboosh qboosh at pld-linux.org
Wed Jan 4 17:19:39 CET 2023


commit 764a262a4297b27af26b28abfdddb91eb3d5ddc0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jan 4 17:20:33 2023 +0100

    - new

 python3-sphinx_panels.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/python3-sphinx_panels.spec b/python3-sphinx_panels.spec
new file mode 100644
index 0000000..c6fb6d3
--- /dev/null
+++ b/python3-sphinx_panels.spec
@@ -0,0 +1,46 @@
+Summary:	Sphinx extension for creating panels in a grid layout
+Summary(pl.UTF-8):	Rozszerzenie Sphinksa do tworzenia paneli w układzie siatkowym
+Name:		python3-sphinx_panels
+Version:	0.6.0
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/sphinx-panels/
+Source0:	https://files.pythonhosted.org/packages/source/s/sphinx-panels/sphinx-panels-%{version}.tar.gz
+# Source0-md5:	f2e926a14ad27d66d59fc329339d496e
+URL:		https://pypi.org/project/sphinx-panels/
+BuildRequires:	python3-modules >= 1:3.2
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sphinx extension for creating document components optimised for
+HTML+CSS.
+
+%description -l pl.UTF-8
+Rozszerzenie Sphinksa do tworzenia komponentów dokumentów
+zoptymalizowanych pod kątem HTML+CSS.
+
+%prep
+%setup -q -n sphinx-panels-%{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 CHANGELOG.md LICENSE README.md
+%{py3_sitescriptdir}/sphinx_panels
+%{py3_sitescriptdir}/sphinx_panels-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinx_panels.git/commitdiff/764a262a4297b27af26b28abfdddb91eb3d5ddc0



More information about the pld-cvs-commit mailing list