[packages/python3-pyproject_parser] Migrate to new macros
arekm
arekm at pld-linux.org
Sat Feb 8 15:02:27 CET 2025
commit 4e867415e2f8c64ae539d47dca513d6e52d38381
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Feb 8 14:18:41 2025 +0100
Migrate to new macros
python3-pyproject_parser.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python3-pyproject_parser.spec b/python3-pyproject_parser.spec
index b091e6c..4620ffc 100644
--- a/python3-pyproject_parser.spec
+++ b/python3-pyproject_parser.spec
@@ -12,7 +12,7 @@ BuildRequires: python3-build
BuildRequires: python3-installer
BuildRequires: python3-modules >= 1:3.2
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
Requires: python3-modules >= 1:3.2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,12 +26,12 @@ Parser for 'pyproject.toml'.
sed -i -e 's#<=67.1.0,##g' pyproject.toml
%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-pyproject_parser.git/commitdiff/4e867415e2f8c64ae539d47dca513d6e52d38381
More information about the pld-cvs-commit
mailing list