automatic version update by autodist [release 24.1-1mamba;Sun Jul 21 2024]
This commit is contained in:
parent
ccb23abf44
commit
f8c30bb35f
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-packaging
|
||||
Version: 24.0
|
||||
Version: 24.1
|
||||
Release: 1mamba
|
||||
Summary: Core utilities for Python packages
|
||||
Group: System/Libraries
|
||||
@ -26,9 +26,9 @@ BuildRequires: libpython3-devel >= 3.11.5
|
||||
%setup -q -n packaging-%{version}
|
||||
|
||||
%build
|
||||
%if "0%{?with_pyver}" == "03"
|
||||
%if "%{?bootstrap}"
|
||||
# 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
|
||||
@ -38,7 +38,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%if "0%{?with_pyver}" == "03"
|
||||
%if "%{?bootstrap}"
|
||||
# Bootstrap
|
||||
. ./env/bin/activate
|
||||
python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl
|
||||
@ -61,6 +61,9 @@ python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Jul 21 2024 Automatic Build System <autodist@openmamba.org> 24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 24.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user