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