From 4ee371416b0a1d2b8f0d1247325252a3bf1db277 Mon Sep 17 00:00:00 2001 From: Dmitry Samoylik Date: Mon, 23 Dec 2024 15:26:54 +0300 Subject: [PATCH] import python-sphinx_lv2_theme-1.4.2-1.el10 --- .gitignore | 1 + .python-sphinx_lv2_theme.metadata | 1 + SPECS/python-sphinx_lv2_theme.spec | 123 +++++++++++++++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 .gitignore create mode 100644 .python-sphinx_lv2_theme.metadata create mode 100644 SPECS/python-sphinx_lv2_theme.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e41d31f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sphinx_lv2_theme-v1.4.2.tar.bz2 diff --git a/.python-sphinx_lv2_theme.metadata b/.python-sphinx_lv2_theme.metadata new file mode 100644 index 0000000..c0aebb0 --- /dev/null +++ b/.python-sphinx_lv2_theme.metadata @@ -0,0 +1 @@ +b1e3421c141295153cb58f56579b39ac82369df3 SOURCES/sphinx_lv2_theme-v1.4.2.tar.bz2 diff --git a/SPECS/python-sphinx_lv2_theme.spec b/SPECS/python-sphinx_lv2_theme.spec new file mode 100644 index 0000000..f531665 --- /dev/null +++ b/SPECS/python-sphinx_lv2_theme.spec @@ -0,0 +1,123 @@ +%global pypi_name sphinx_lv2_theme + +%global common_description %{expand: +This is a minimal pure-CSS theme for Sphinx that uses the documentation +style of the LV2 plugin specification and related projects. + +This theme is geared toward producing beautiful API documentation for C, C++, +and Python that is documented using the standard Sphinx domains. +The output does not use Javascript at all, and some common features are not +implemented, so this theme should not be considered a drop-in replacement +for typical Sphinx themes.} + + +Name: python-%{pypi_name} +Version: 1.4.2 +Release: 1%{?dist} +Summary: A minimal pure-CSS theme for Sphinx +License: ISC +URL: https://gitlab.com/lv2/%{pypi_name} +Source0: %{url}/-/archive/v%{version}/%{pypi_name}-v%{version}.tar.bz2 + +BuildArch: noarch + +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools + +%description %{common_description} + + +%package -n python%{python3_pkgversion}-%{pypi_name} +Summary: %{summary} + +%if 0%{?epel} && 0%{?epel} <= 8 +%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} +%endif + +%if 0%{?fedora} == 32 +%py_provides python3-%{pypi_name} +%endif + +%description -n python%{python3_pkgversion}-%{pypi_name} %{common_description} + + +%prep +%autosetup -p1 -n %{pypi_name}-v%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python%{python3_pkgversion}-%{pypi_name} +%license LICENSE +%doc README.md +# For noarch packages: sitelib +%{python3_sitelib}/%{pypi_name}/ +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ + + +%changelog +* Mon Dec 23 2024 Dmitriy Samoylik - 1.4.2-1 +- Rebuilt for MSVSphere 10 + +* Mon Sep 23 2024 Guido Aulisi - 1.4.2-1 +- Update to 1.4.2 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.4.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.4.0-5 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jul 13 2023 Guido Aulisi - 1.4.0-1 +- Update to 1.4.0 + +* Tue Jun 13 2023 Python Maint - 1.2.2-2 +- Rebuilt for Python 3.12 + +* Mon Jan 30 2023 Guido Aulisi - 1.2.2-1 +- Update to 1.2.2 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Sep 01 2022 Guido Aulisi - 1.2.0-1 +- Update to 1.2.0 + +* Fri Jul 22 2022 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.0.0-7 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.0.0-4 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Jan 16 15:54:29 CET 2021 Guido Aulisi - 1.0.0-2 +- Spec cleanup + +* Fri Jan 15 08:38:05 CET 2021 Guido Aulisi - 1.0.0-1 +- Initial package release