2024-01-06 11:03:29 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 11:03:29 +01:00
|
|
|
Name: python-distlib
|
2024-01-06 11:03:29 +01:00
|
|
|
Version: 0.3.6
|
2024-01-06 11:03:29 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:03:29 +01:00
|
|
|
Summary: Low-level parts of packaging/distutils2 which implement the relevant PEPs
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://bitbucket.org/pypa/distlib/src/master/
|
2024-01-06 11:03:29 +01:00
|
|
|
Source: https://pypi.debian.net/distlib/distlib-%{version}.tar.gz
|
2024-01-06 11:03:29 +01:00
|
|
|
License: Python Software Foundation License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:03:29 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 11:03:29 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n distlib-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 11:03:29 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 11:03:29 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 11:03:29 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 11:03:29 +01:00
|
|
|
|
2024-01-06 11:03:29 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 11:03:29 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:03:29 +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:03:29 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:03:29 +01:00
|
|
|
* Sun Oct 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 11:03:29 +01:00
|
|
|
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-1mamba
|
|
|
|
- update to 0.3.6
|
|
|
|
|
2024-01-06 11:03:29 +01:00
|
|
|
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:03:29 +01:00
|
|
|
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:03:29 +01:00
|
|
|
* Sat May 29 2021 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:03:29 +01:00
|
|
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- package created using the webbuild interface
|