[packages/python3-sphinx_theme_builder] Initial
arekm
arekm at pld-linux.org
Mon Feb 10 17:50:27 CET 2025
commit 29cd1dd01a6b157742239e8887080a41269e81f1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Feb 10 17:21:46 2025 +0100
Initial
python3-sphinx_theme_builder.spec | 48 +++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
---
diff --git a/python3-sphinx_theme_builder.spec b/python3-sphinx_theme_builder.spec
new file mode 100644
index 0000000..f1a8eb0
--- /dev/null
+++ b/python3-sphinx_theme_builder.spec
@@ -0,0 +1,48 @@
+%define module sphinx_theme_builder
+Summary: A tool for authoring Sphinx themes with a simple (opinionated) workflow
+Name: python3-%{module}
+Version: 0.2.0b2
+Release: 1
+License: MIT
+Group: Libraries/Python
+Source0: https://pypi.debian.net/%{module}/sphinx-theme-builder-%{version}.tar.gz
+# Source0-md5: e72c219c88f6f6afdba5ff96e9a7c7f1
+URL: https://pypi.org/project/sphinx-theme-builder/
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.2
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-modules >= 1:3.2
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Streamline the Sphinx theme development workflow, by building upon
+existing standardised tools.
+- simplified packaging experience
+- simplified JavaScript tooling setup
+- development server, with rebuild-on-save and automagical browser
+ reloading
+- consistent repository structure across themes
+
+%prep
+%setup -q -n sphinx-theme-builder-%{version}
+
+%build
+%py3_build_pyproject
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/stb
+%{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinx_theme_builder.git/commitdiff/29cd1dd01a6b157742239e8887080a41269e81f1
More information about the pld-cvs-commit
mailing list