[packages/python3-alabaster] Migrate to new macros
arekm
arekm at pld-linux.org
Sat Feb 8 15:01:53 CET 2025
commit aac9f1e45450329d95287acb066fc9207aa3380f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Feb 8 14:18:03 2025 +0100
Migrate to new macros
python3-alabaster.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python3-alabaster.spec b/python3-alabaster.spec
index 6a2223d..2854f9d 100644
--- a/python3-alabaster.spec
+++ b/python3-alabaster.spec
@@ -15,7 +15,7 @@ BuildRequires: python3-devel >= 1:3.2
BuildRequires: python3-installer
BuildRequires: python3-modules >= 1:3.2
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
Requires: python-modules >= 1:2.6
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,12 +40,12 @@ z nim.
%setup -q -n %{module}-%{version}
%build
-%{__python3} -m build --wheel --no-isolation --outdir build-3
+%py3_build_pyproject
%install
rm -rf $RPM_BUILD_ROOT
-%{__python3} -m installer --destdir=$RPM_BUILD_ROOT build-3/*.whl
+%py3_install_pyproject
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-alabaster.git/commitdiff/aac9f1e45450329d95287acb066fc9207aa3380f
More information about the pld-cvs-commit
mailing list