Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5762e6aceb | |||
| dde958b5aa | |||
| 2a19afbd16 | |||
| 73fdb05464 | |||
| 6a6fb0d6c3 | |||
| 548a25b6b9 | |||
| 87e6f801cd | |||
| 8f412a23a6 | |||
| 557fd3fceb | |||
| 6a5a87cfeb |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 04:38:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 14 20:20:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Mon Apr 14 20:20:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -33,12 +33,13 @@ Source: https://files.pythonhosted.org/packages/source/m/mako/mako-%{ver
|
|||||||
BuildRequires: %{python_module MarkupSafe >= 0.9.2}
|
BuildRequires: %{python_module MarkupSafe >= 0.9.2}
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module pbr}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: python-MarkupSafe >= 0.9.2
|
Requires: python-MarkupSafe >= 0.9.2
|
||||||
Requires: python-setuptools
|
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
Requires: alts
|
Requires: alts
|
||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
@@ -65,10 +66,10 @@ scoping semantics.
|
|||||||
%setup -q -n mako-%{version}
|
%setup -q -n mako-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/mako-render
|
%python_clone -a %{buildroot}%{_bindir}/mako-render
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@@ -91,6 +92,6 @@ scoping semantics.
|
|||||||
%doc examples
|
%doc examples
|
||||||
%python_alternative %{_bindir}/mako-render
|
%python_alternative %{_bindir}/mako-render
|
||||||
%{python_sitelib}/mako/
|
%{python_sitelib}/mako/
|
||||||
%{python_sitelib}/Mako-%{version}-py*.egg-info
|
%{python_sitelib}/[Mm]ako-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user