rebuilt with python3 = 3.11.5 [release 1.11.1-2mamba;Fri Oct 06 2023]
This commit is contained in:
parent
a23855569b
commit
6ae9665a3f
@ -1,21 +1,22 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-ninja
|
||||
Version: 1.11.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Ninja is a small build system with a focus on speed
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://ninja-build.org/
|
||||
URL: https://ninja-build.org/
|
||||
Source: https://pypi.debian.net/ninja/ninja-%{version}.tar.gz
|
||||
License: BSD, Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11.5
|
||||
BuildRequires: python-scikit_build-py310
|
||||
|
||||
%description
|
||||
@ -51,5 +52,8 @@ done
|
||||
%{python_sitearch}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 1.11.1-2mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Sat May 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user