automatic version update by autodist [release 1.1.0-1mamba;Tue May 07 2024]
This commit is contained in:
parent
caac189415
commit
4fc353614e
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-pyproject_hooks
|
||||
Version: 1.0.0
|
||||
Release: 2mamba
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Summary: Wrappers to call pyproject.toml-based build backend hooks
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -28,7 +28,7 @@ BuildRequires: libpython3-devel >= 3.11
|
||||
%build
|
||||
%if "0%{?with_pyver}" == "03"
|
||||
# Bootstrap
|
||||
virtualenv-py310 -p %{__python3} env
|
||||
virtualenv -p %{__python3} env
|
||||
source env/bin/activate
|
||||
pip install build installer flit_core
|
||||
CFLAGS="%{optflags}" python -m build --no-isolation --wheel
|
||||
@ -60,9 +60,12 @@ python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/%{pkgname}
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
%doc LICENSE
|
||||
#%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
||||
- rebuilt with python 3.11 as py3 (bootstrap mode via pip)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user