2024-01-06 10:44:28 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
|
|
Name: python-anyio
|
2024-12-06 09:02:57 +01:00
|
|
|
Version: 4.7.0
|
2024-01-06 10:44:29 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:44:28 +01:00
|
|
|
Summary: High level compatibility layer for multiple asynchronous event loop implementations
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://anyio.readthedocs.io/en/stable/
|
|
|
|
Source: https://pypi.debian.net/anyio/anyio-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:44:28 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(idna)
|
|
|
|
BuildRequires: python3.11dist(sniffio)
|
2024-12-06 09:02:57 +01:00
|
|
|
BuildRequires: python3.11dist(typing-extensions)
|
2024-01-06 10:44:28 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:44:28 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 10:44:28 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n anyio-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 10:44:28 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 10:44:28 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 10:44:28 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 10:44:28 +01:00
|
|
|
|
2024-01-06 10:44:28 +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 10:44:28 +01:00
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 10:44:28 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:44:28 +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 10:44:28 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-12-06 09:02:57 +01:00
|
|
|
* Thu Dec 05 2024 Automatic Build System <autodist@openmamba.org> 4.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-15 17:08:08 +02:00
|
|
|
* Tue Oct 15 2024 Automatic Build System <autodist@openmamba.org> 4.6.2.post1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-14 22:24:33 +02:00
|
|
|
* Mon Oct 14 2024 Automatic Build System <autodist@openmamba.org> 4.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-22 00:23:40 +02:00
|
|
|
* Sat Sep 21 2024 Automatic Build System <autodist@openmamba.org> 4.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-21 15:56:36 +02:00
|
|
|
* Fri Sep 20 2024 Automatic Build System <autodist@openmamba.org> 4.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-28 09:48:34 +02:00
|
|
|
* Mon May 27 2024 Automatic Build System <autodist@openmamba.org> 4.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-21 09:03:06 +01:00
|
|
|
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 4.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:44:29 +01:00
|
|
|
* Sun Dec 17 2023 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:44:29 +01:00
|
|
|
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 4.0.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:44:28 +01:00
|
|
|
* Sun Oct 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- package created using the webbuild interface
|