commit 7d9355343c994ff2240d17f7d7b16da5a79bb9a8 Author: MSVSphere Packaging Team Date: Fri Oct 25 18:53:12 2024 +0300 import python-sphinx-theme-alabaster-0.7.16-4.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b374b2a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/alabaster-0.7.16.tar.gz diff --git a/.python-sphinx-theme-alabaster.metadata b/.python-sphinx-theme-alabaster.metadata new file mode 100644 index 0000000..eb01ea3 --- /dev/null +++ b/.python-sphinx-theme-alabaster.metadata @@ -0,0 +1 @@ +c374dfb1a6d6d87071d4d721d267b455ac1a5a62 SOURCES/alabaster-0.7.16.tar.gz diff --git a/SPECS/python-sphinx-theme-alabaster.spec b/SPECS/python-sphinx-theme-alabaster.spec new file mode 100644 index 0000000..49d4fc5 --- /dev/null +++ b/SPECS/python-sphinx-theme-alabaster.spec @@ -0,0 +1,207 @@ +Name: python-sphinx-theme-alabaster +Version: 0.7.16 +Release: 4%{?dist} +Summary: Configurable sidebar-enabled Sphinx theme + +License: BSD-3-Clause +URL: https://pypi.python.org/pypi/alabaster +Source: %{pypi_source alabaster} + +BuildArch: noarch +BuildRequires: python%{python3_pkgversion}-devel + +# Upstream lists no runtime dependencies, +# but alabaster/support.py imports from pygments. +# This is fine, as the module is only used for pygments. +# This BuildRequires is necessary for a successful import check. +BuildRequires: python%{python3_pkgversion}-pygments + +%global _description %{expand: +Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx +documentation system. + +It began as a third-party theme, and is still maintained separately, +but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is +selected as the default theme.} + +%description %_description + + +%package -n python%{python3_pkgversion}-sphinx-theme-alabaster +Summary: %{summary} +%py_provides python%{python3_pkgversion}-alabaster + +%description -n python%{python3_pkgversion}-sphinx-theme-alabaster %_description + + +%prep +%autosetup -p1 -n alabaster-%{version} + + +%generate_buildrequires +%pyproject_buildrequires + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files alabaster + + +%check +# upstream has no tests +%pyproject_check_import + + +%files -n python%{python3_pkgversion}-sphinx-theme-alabaster -f %{pyproject_files} +%doc README.rst + + +%changelog +* Mon Jun 24 2024 Troy Dawson - 0.7.16-4 +- Bump release for June 2024 mass rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 0.7.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.7.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Julien Enselme - 0.7.16-1 +- Update to 0.7.16 + +* Mon Nov 20 2023 Miro Hrončok - 0.7.13-2 +- Provide python3-alabaster +- Run a basic import check when this package is built + +* Sat Oct 21 2023 Julien Enselme - 0.7.13-1 +- Update to 0.7.13 + +* Mon Sep 11 2023 Karolina Surma - 0.7.12-20 +- Declare the license as an SPDX expression + +* Fri Jul 21 2023 Fedora Release Engineering - 0.7.12-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.7.12-18 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.7.12-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.7.12-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.7.12-15 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.7.12-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.7.12-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 02 2021 Python Maint - 0.7.12-12 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.7.12-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.7.12-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 22 2020 Miro Hrončok - 0.7.12-9 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.7.12-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.7.12-7 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 0.7.12-6 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.7.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Mar 06 2019 Miro Hrončok - 0.7.12-4 +- Subpackage python2-sphinx-theme-alabaster has been removed + See https://fedoraproject.org/wiki/Changes/Sphinx2 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.7.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Oct 06 2018 Julien Enselme - 0.7.12-2 +- Readd Python 2 subpackage + +* Thu Oct 04 2018 Julien Enselme - 0.7.12-1 +- Update to 0.7.12 +- Remove Python 2 subpackage + +* Sat Jul 14 2018 Fedora Release Engineering - 0.7.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jul 02 2018 Miro Hrončok - 0.7.11-4 +- Rebuilt for Python 3.7 + +* Mon Jul 02 2018 Miro Hrončok - 0.7.11-3 +- Rebuilt for Python 3.7 + +* Sat Jun 30 2018 Julien Enselme - 0.7.11-2 +- Correct source URL + +* Sat Jun 30 2018 Julien Enselme - 0.7.11-1 +- Update to 0.7.11 + +* Thu Jun 14 2018 Miro Hrončok - 0.7.9-7 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.7.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 30 2018 Iryna Shcherbina - 0.7.9-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Thu Jul 27 2017 Fedora Release Engineering - 0.7.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.7.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Dec 09 2016 Charalampos Stratakis - 0.7.9-2 +- Rebuild for Python 3.6 + +* Sun Sep 18 2016 Julien Enselme - 0.7.9-1 +- Update to 0.7.9 + +* Fri May 13 2016 Julien Enselme - 0.7.8-1 +- Use %%python3_pkgversion macro for EPEL7 release + +* Fri May 13 2016 Julien Enselme - 0.7.8-1 +- Update to 0.7.8 (#1334952) + +* Thu Feb 04 2016 Fedora Release Engineering - 0.7.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Nov 5 2015 Julien Enselme - 0.7.6-5 +- Rebuilt for python 3.5 + +* Fri Jul 31 2015 Julien Enseme - 0.7.6-4 +- Use %%py2_build, %%py3build, %%py2_install and %%py2_install +- Make a python2 subpackage + +* Thu Jul 30 2015 Julien Enselme - 0.7.6-3 +- Add provides for python2-sphinx-theme-alabaster +- Remove usage of python2 and python3 dirs + +* Fri Jul 24 2015 Julien Enselme - 0.7.6-2 +- Remove %%py3dir macro +- Add CFLAGS in %%build + +* Sat Jul 18 2015 Julien Enselme - 0.7.6-1 +- Initial packaging