2024-01-06 11:12:37 +01:00
|
|
|
Name: python-greenlet
|
2024-01-06 11:12:38 +01:00
|
|
|
Version: 2.0.2
|
2024-01-06 11:12:38 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:12:37 +01:00
|
|
|
Summary: Lightweight in-process concurrent programming
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/python-greenlet/greenlet
|
2024-01-06 11:12:37 +01:00
|
|
|
Source: https://pypi.debian.net/greenlet/greenlet-%{version}.tar.gz
|
2024-01-06 11:12:37 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:12:37 +01:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 11:12:37 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n greenlet-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-06 11:12:37 +01:00
|
|
|
--install-headers=%{python_inc}/greenlet \
|
2024-01-06 11:12:37 +01:00
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 11:12:37 +01:00
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:12:37 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:12:37 +01:00
|
|
|
%dir %{python_sitearch}/greenlet-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/greenlet-%{version}-py*.egg-info/*
|
2024-01-06 11:12:37 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:12:38 +01:00
|
|
|
* Mon Apr 10 2023 Sdk Build System <sdk@mambasoft.it> 2.0.2-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 11:12:38 +01:00
|
|
|
* Sun Jan 29 2023 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 2.0.0.post0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 1.1.3.post0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Fri Aug 26 2022 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Thu Sep 30 2021 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sat Sep 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
|
|
|
|
- install headers in %python_inc
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sat Aug 07 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Mon May 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 0.4.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sun Jun 14 2020 Automatic Build System <autodist@mambasoft.it> 0.4.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.15-1mamba
|
|
|
|
- update to 0.4.15
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Fri Dec 16 2016 Automatic Build System <autodist@mambasoft.it> 0.4.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sun Jun 12 2016 Automatic Build System <autodist@mambasoft.it> 0.4.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Mon Aug 31 2015 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sun May 17 2015 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sun May 03 2015 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Sun Oct 19 2014 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Mon Sep 08 2014 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Fri Aug 08 2014 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:12:37 +01:00
|
|
|
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|