2024-01-06 10:46:05 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 10:46:04 +01:00
|
|
|
Name: python-astroid
|
2024-07-18 01:13:25 +02:00
|
|
|
Version: 3.2.3
|
2024-01-06 10:46:05 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:46:04 +01:00
|
|
|
Summary: A common base representation of python source code
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/astroid/
|
|
|
|
Source: https://pypi.debian.net/astroid/astroid-%{version}.tar.gz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:46:05 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 10:46:04 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:46:06 +01:00
|
|
|
BuildRequires: python-poetry-py3
|
2024-01-06 10:46:04 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
%if "%{?with_pyver}"
|
2024-01-06 10:46:04 +01:00
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n astroid-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 10:46:05 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 10:46:04 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 10:46:05 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 10:46:04 +01:00
|
|
|
|
2024-01-06 10:46:05 +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:46:04 +01:00
|
|
|
|
2024-01-06 10:46:05 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 10:46:04 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:46:05 +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:46:04 +01:00
|
|
|
%doc LICENSE
|
2024-01-06 10:46:04 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-07-18 01:13:25 +02:00
|
|
|
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 3.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-22 10:04:23 +02:00
|
|
|
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 3.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-17 10:24:37 +02:00
|
|
|
* Thu May 16 2024 Automatic Build System <autodist@openmamba.org> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-15 15:45:15 +02:00
|
|
|
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 3.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-28 10:02:27 +01:00
|
|
|
* Fri Feb 23 2024 Automatic Build System <autodist@openmamba.org> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-05 12:56:00 +01:00
|
|
|
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 3.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:06 +01:00
|
|
|
* Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:05 +01:00
|
|
|
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-06 10:46:05 +01:00
|
|
|
|
|
|
|
* Sun Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 2.15.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:05 +01:00
|
|
|
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 2.15.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 15 2023 Automatic Build System <autodist@mambasoft.it> 2.15.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 25 2023 Automatic Build System <autodist@mambasoft.it> 2.15.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 2.15.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 2.15.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 2.15.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 2.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 07 2023 Automatic Build System <autodist@mambasoft.it> 2.12.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 20 2022 Automatic Build System <autodist@mambasoft.it> 2.12.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 2.12.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 2.12.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 2.12.10-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-06 10:46:05 +01:00
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 2.11.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue May 10 2022 Automatic Build System <autodist@mambasoft.it> 2.11.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 2.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Wed Apr 20 2022 Automatic Build System <autodist@mambasoft.it> 2.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Sun Mar 27 2022 Automatic Build System <autodist@mambasoft.it> 2.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 23 2022 Automatic Build System <autodist@mambasoft.it> 2.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 2.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Mon Jan 10 2022 Automatic Build System <autodist@mambasoft.it> 2.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jan 04 2022 Automatic Build System <autodist@mambasoft.it> 2.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Mon Nov 22 2021 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Fri Nov 12 2021 Automatic Build System <autodist@mambasoft.it> 2.8.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Oct 26 2021 Automatic Build System <autodist@mambasoft.it> 2.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Mon Oct 18 2021 Automatic Build System <autodist@mambasoft.it> 2.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 09 2021 Automatic Build System <autodist@mambasoft.it> 2.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Sep 14 2021 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Aug 17 2021 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 2.6.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Wed Jul 21 2021 Automatic Build System <autodist@mambasoft.it> 2.6.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jul 20 2021 Automatic Build System <autodist@mambasoft.it> 2.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jul 20 2021 Automatic Build System <autodist@mambasoft.it> 2.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Wed Jun 30 2021 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jun 29 2021 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jun 22 2021 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Tue Jun 08 2021 Automatic Build System <autodist@mambasoft.it> 2.5.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Sun May 30 2021 Automatic Build System <autodist@mambasoft.it> 2.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Mon Mar 29 2021 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Mon Mar 01 2021 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- package created using the webbuild interface
|