2024-01-06 11:16:56 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2-)
|
|
|
|
Name: python-installer
|
2024-01-06 11:16:57 +01:00
|
|
|
Version: 0.7.0
|
2024-01-06 11:16:57 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:16:56 +01:00
|
|
|
Summary: A library for installing Python wheels
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/pypa/installer
|
|
|
|
Source: https://pypi.debian.net/installer/installer-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:16:57 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 11:16:56 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:16:57 +01:00
|
|
|
BuildRequires: libpython3-devel >= 3.11.5
|
2024-01-06 11:16:56 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n installer-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 11:16:57 +01:00
|
|
|
%if "0%{?with_pyver}" == "03"
|
|
|
|
# Bootstrap
|
|
|
|
virtualenv-py310 -p %{__python3} env
|
|
|
|
source env/bin/activate
|
|
|
|
pip install build installer flit-core
|
|
|
|
CFLAGS="%{optflags}" python -m build --no-isolation --wheel
|
|
|
|
%else
|
2024-01-06 11:16:56 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 11:16:57 +01:00
|
|
|
%endif
|
2024-01-06 11:16:56 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 11:16:57 +01:00
|
|
|
%if "0%{?with_pyver}" == "03"
|
|
|
|
# Bootstrap
|
|
|
|
. ./env/bin/activate
|
|
|
|
python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl
|
|
|
|
%else
|
2024-01-06 11:16:56 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 11:16:57 +01:00
|
|
|
%endif
|
2024-01-06 11:16:56 +01:00
|
|
|
|
2024-01-06 11:16:56 +01:00
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
|
|
## Rename any conflicting file outside of python site packages tree
|
|
|
|
#for f in %{_bindir}/pdm; do
|
|
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
#done
|
|
|
|
#%endif
|
2024-01-06 11:16:56 +01:00
|
|
|
|
2024-01-06 11:16:56 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 11:16:56 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:16:56 +01:00
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}
|
|
|
|
%{python_sitelib}/%{pkgname}/*
|
2024-01-06 11:16:56 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:16:57 +01:00
|
|
|
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-2mamba
|
|
|
|
- rebuilt with python3 = 3.11.5 (bootstrap support)
|
|
|
|
|
2024-01-06 11:16:57 +01:00
|
|
|
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:16:56 +01:00
|
|
|
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:16:56 +01:00
|
|
|
* Wed Sep 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 11:16:56 +01:00
|
|
|
* Fri Mar 11 2022 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 17 2022 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- package created using the webbuild interface
|