forked from pool/python-sphinx-bootstrap-theme
Accepting request 1285142 from devel:languages:python
- Convert to pip-based build OBS-URL: https://build.opensuse.org/request/show/1285142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-bootstrap-theme?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 12 12:19:20 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 23 15:12:38 UTC 2023 - pgajdos@suse.com
|
Thu Mar 23 15:12:38 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinx-bootstrap-theme
|
# spec file for package python-sphinx-bootstrap-theme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-sphinx-bootstrap-theme
|
Name: python-sphinx-bootstrap-theme
|
||||||
Version: 0.8.1
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -25,12 +24,13 @@ License: Apache-2.0 AND MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html
|
URL: http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 1.6.1
|
Requires: python-Sphinx >= 1.6.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,15 +43,16 @@ can use any number of different Bootswatch CSS themes.
|
|||||||
%setup -q -n sphinx-bootstrap-theme-%{version}
|
%setup -q -n sphinx-bootstrap-theme-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc HISTORY.rst README.rst TODO.rst
|
%doc HISTORY.rst README.rst TODO.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/sphinx[-_]bootstrap[-_]theme
|
||||||
|
%{python_sitelib}/sphinx[-_]bootstrap[-_]theme-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user