2024-01-06 10:47:07 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 10:47:06 +01:00
|
|
|
Name: python-attrs
|
2024-01-06 10:47:07 +01:00
|
|
|
Version: 23.1.0
|
|
|
|
Release: 1mamba
|
2024-01-06 10:47:06 +01:00
|
|
|
Summary: Classes Without Boilerplate
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 10:47:06 +01:00
|
|
|
URL: https://www.attrs.org/en/stable/
|
|
|
|
Source: https://pypi.debian.net/attrs/attrs-%{version}.tar.gz
|
2024-01-06 10:47:06 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:47:06 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 10:47:06 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:47:06 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 10:47:06 +01:00
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n attrs-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 10:47:07 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 10:47:06 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 10:47:07 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 10:47:06 +01:00
|
|
|
|
2024-01-06 10:47:07 +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:47:06 +01:00
|
|
|
|
2024-01-06 10:47:07 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 10:47:06 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:47:07 +01:00
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}
|
|
|
|
%{python_sitelib}/%{pkgname}/*
|
|
|
|
%dir %{python_sitelib}/attr
|
|
|
|
%{python_sitelib}/attr/*
|
2024-01-06 10:47:06 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:47:07 +01:00
|
|
|
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 23.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 22.2.0-3mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 22.2.0-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Thu Dec 22 2022 Automatic Build System <autodist@mambasoft.it> 22.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 29 2022 Automatic Build System <autodist@mambasoft.it> 22.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 21.4.0-1mamba
|
|
|
|
- update to 21.4.0
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 21.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 21.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.3.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Fri Nov 06 2020 Automatic Build System <autodist@mambasoft.it> 20.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 20.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Wed Oct 16 2019 Automatic Build System <autodist@mambasoft.it> 19.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 19.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Fri Mar 15 2019 Automatic Build System <autodist@mambasoft.it> 19.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:47:06 +01:00
|
|
|
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 18.2.0-1mamba
|
|
|
|
- package created using the webbuild interface
|