rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.13.0-2mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:16:10 +01:00
parent 59dc4b816f
commit 2843f36c5c

View File

@ -1,21 +1,19 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-pep517
Version: 0.13.0
Release: 1mamba
Release: 2mamba
Summary: Wrappers to build Python packages using PEP 517 hooks
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/pypa/pep517
URL: https://github.com/pypa/pyproject-hooks
Source: https://pypi.debian.net/pep517/pep517-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(importlib-metadata)
BuildRequires: python3.7dist(tomli)
BuildRequires: python3.7dist(zipp)
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -43,6 +41,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.13.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
- automatic version update by autodist