From d7446263ba63b5490c1646b2967d703d75efe3bc Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 15:41:53 +0300 Subject: [PATCH] import python-sphinx-documatt-theme-0.0.6-5.el10 --- .gitignore | 1 + .python-sphinx-documatt-theme.metadata | 1 + SPECS/python-sphinx-documatt-theme.spec | 83 +++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 .gitignore create mode 100644 .python-sphinx-documatt-theme.metadata create mode 100644 SPECS/python-sphinx-documatt-theme.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bd73d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sphinx_documatt_theme-0.0.6.tar.gz diff --git a/.python-sphinx-documatt-theme.metadata b/.python-sphinx-documatt-theme.metadata new file mode 100644 index 0000000..3736b23 --- /dev/null +++ b/.python-sphinx-documatt-theme.metadata @@ -0,0 +1 @@ +2e34b17d4abb3581823ade3a4939c4f1177ab244 SOURCES/sphinx_documatt_theme-0.0.6.tar.gz diff --git a/SPECS/python-sphinx-documatt-theme.spec b/SPECS/python-sphinx-documatt-theme.spec new file mode 100644 index 0000000..7d4429c --- /dev/null +++ b/SPECS/python-sphinx-documatt-theme.spec @@ -0,0 +1,83 @@ +Name: python-sphinx-documatt-theme +Version: 0.0.6 +Release: 5%{?dist} +Summary: Mobile-friendly Sphinx theme with beautiful typography + +# The project as a whole is MIT. +# sphinx_documatt_theme/{global,local}toc.html are BSD-2-Clause +License: MIT AND BSD-2-Clause +URL: https://documatt.com/sphinx-themes/ +VCS: git:https://github.com/documatt/sphinx-themes.git +Source: %{pypi_source sphinx_documatt_theme} + +BuildArch: noarch +BuildRequires: python3-devel + +%global _description %{expand: +A mobile-friendly Sphinx theme designed to provide a great documentation +reading experience with beautiful typography.} + +%description %_description + +%package -n python3-sphinx-documatt-theme +Summary: Mobile-friendly Sphinx theme with beautiful typography + +%description -n python3-sphinx-documatt-theme %_description + +%prep +%autosetup -n sphinx_documatt_theme-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel +rst2html --no-datestamp README.rst README.html + +%install +%pyproject_install +%pyproject_save_files sphinx_documatt_theme + +%check +%pyproject_check_import + +%files -n python3-sphinx-documatt-theme -f %{pyproject_files} +%doc README.html + +%changelog +* Sat Jan 04 2025 Arkady L. Shane - 0.0.6-5 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.0.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.0.6-4 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Nov 1 2023 Jerry James - 0.0.6-1 +- Version 0.0.6 +- Drop upstreamed Sphinx 7 compatibility patch + +* Fri Jul 21 2023 Fedora Release Engineering - 0.0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jul 11 2023 Jerry James - 0.0.5-4 +- Add patch for Sphinx 7 compatibility (rhbz#2221982) + +* Wed Jun 14 2023 Python Maint - 0.0.5-3 +- Rebuilt for Python 3.12 + +* Thu Feb 23 2023 Jerry James - 0.0.5-2 +- Dynamically generate BuildRequires + +* Fri Jan 20 2023 Fedora Release Engineering - 0.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Aug 25 2022 Jerry James - 0.0.5-1 +- Initial RPM