138 lines
4.6 KiB
RPMSpec
138 lines
4.6 KiB
RPMSpec
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
Name: python-uv
|
|
Version: 0.11.7
|
|
Release: 1mamba
|
|
Summary: An extremely fast Python package and project manager, written in Rust
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan@openmamba.org>
|
|
URL: https://pypi.org/project/uv/
|
|
Source: https://pypi.debian.net/uv/uv-%{version}.tar.gz
|
|
License: Apache License 2.0, MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libpython311-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cargo
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%if 0%{?with_pyver}
|
|
%pyver_package
|
|
%endif
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%prep
|
|
%setup -q -n uv-%{version}
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
|
|
|
#%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
|
|
|
|
%files %{?pyappend}
|
|
%defattr(-,root,root)
|
|
%{_bindir}/uv
|
|
%{_bindir}/uvx
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
%{python_sitearch}/%{pkgname}/*
|
|
%doc LICENSE-*
|
|
|
|
%changelog
|
|
* Thu Apr 16 2026 Automatic Build System <autodist@openmamba.org> 0.11.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 09 2026 Automatic Build System <autodist@openmamba.org> 0.11.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 09 2026 Automatic Build System <autodist@openmamba.org> 0.11.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 08 2026 Automatic Build System <autodist@openmamba.org> 0.11.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 02 2026 Automatic Build System <autodist@openmamba.org> 0.11.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 27 2026 Automatic Build System <autodist@openmamba.org> 0.11.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 25 2026 Automatic Build System <autodist@openmamba.org> 0.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 24 2026 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 20 2026 Automatic Build System <autodist@openmamba.org> 0.10.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 17 2026 Automatic Build System <autodist@openmamba.org> 0.10.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 14 2026 Automatic Build System <autodist@openmamba.org> 0.10.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 07 2026 Automatic Build System <autodist@openmamba.org> 0.10.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 04 2026 Automatic Build System <autodist@openmamba.org> 0.10.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 27 2026 Automatic Build System <autodist@openmamba.org> 0.10.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 25 2026 Automatic Build System <autodist@openmamba.org> 0.10.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 24 2026 Automatic Build System <autodist@openmamba.org> 0.10.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 18 2026 Automatic Build System <autodist@openmamba.org> 0.10.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 17 2026 Automatic Build System <autodist@openmamba.org> 0.10.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 11 2026 Automatic Build System <autodist@openmamba.org> 0.10.2-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 11 2026 Automatic Build System <autodist@openmamba.org> 0.10.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 10 2026 Automatic Build System <autodist@openmamba.org> 0.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 06 2026 Automatic Build System <autodist@openmamba.org> 0.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 05 2026 Automatic Build System <autodist@openmamba.org> 0.9.30-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 04 2026 Automatic Build System <autodist@openmamba.org> 0.9.29-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 30 2026 Automatic Build System <autodist@openmamba.org> 0.9.28-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 27 2026 Automatic Build System <autodist@openmamba.org> 0.9.27-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 18 2026 Silvan Calarco <silvan@openmamba.org> 0.9.26-1mamba
|
|
- package created using the webbuild interface
|