2024-01-06 10:46:04 +01:00
|
|
|
Name: python-astroid
|
2024-01-06 10:46:04 +01:00
|
|
|
Version: 2.7.2
|
2024-01-06 10:46:04 +01:00
|
|
|
Release: 1mamba
|
|
|
|
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:04 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3.7dist(lazy-object-proxy)
|
2024-01-06 10:46:04 +01:00
|
|
|
BuildRequires: python3.7dist(setuptools)
|
2024-01-06 10:46:04 +01:00
|
|
|
BuildRequires: python3.7dist(typed-ast)
|
2024-01-06 10:46:04 +01:00
|
|
|
BuildRequires: python3.7dist(typing-extensions)
|
2024-01-06 10:46:04 +01:00
|
|
|
BuildRequires: python3.7dist(wrapt)
|
2024-01-06 10:46:04 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%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
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 10:46:04 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:46:04 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:46:04 +01:00
|
|
|
%dir %{python_sitearch}/astroid-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/astroid-%{version}-py*.egg-info/*
|
|
|
|
%doc LICENSE
|
2024-01-06 10:46:04 +01:00
|
|
|
|
|
|
|
%changelog
|
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
|