2024-01-06 11:18:04 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 11:17:59 +01:00
|
|
|
Name: python-ipython
|
2024-01-06 11:18:05 +01:00
|
|
|
Version: 8.16.1
|
|
|
|
Release: 1mamba
|
2024-01-06 11:17:59 +01:00
|
|
|
Summary: An interactive computational environment for Python
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://ipython.org/notebook.html
|
|
|
|
Source: https://pypi.debian.net/ipython/ipython-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:18:04 +01:00
|
|
|
BuildRequires: (python3.11dist(prompt-toolkit) < 3.0.37 or python3.11dist(prompt-toolkit) > 3.0.37)
|
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(backcall)
|
|
|
|
BuildRequires: python3.11dist(decorator)
|
|
|
|
BuildRequires: python3.11dist(jedi)
|
|
|
|
BuildRequires: python3.11dist(matplotlib-inline)
|
|
|
|
BuildRequires: python3.11dist(pexpect)
|
|
|
|
BuildRequires: python3.11dist(pickleshare)
|
|
|
|
BuildRequires: python3.11dist(prompt-toolkit)
|
|
|
|
BuildRequires: python3.11dist(pygments)
|
|
|
|
BuildRequires: python3.11dist(stack-data)
|
|
|
|
BuildRequires: python3.11dist(traitlets)
|
2024-01-06 11:17:59 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
The IPython Notebook is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media
|
|
|
|
|
2024-01-06 11:18:05 +01:00
|
|
|
%if "0%{?with_pyver}" == "03"
|
2024-01-06 11:17:59 +01:00
|
|
|
%define py_requires_append \
|
|
|
|
Provides: ipython \
|
|
|
|
Obsoletes: ipython < 7.32.0
|
2024-01-06 11:18:05 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
2024-01-06 11:17:59 +01:00
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n ipython-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 11:18:04 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 11:17:59 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 11:18:04 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 11:17:59 +01:00
|
|
|
|
2024-01-06 11:18:04 +01:00
|
|
|
%if "%{?with_pyver}" != "3"
|
|
|
|
# Rename any conflicting file outside of python site packages tree
|
|
|
|
for f in %{_bindir}/{ipython,ipython3}; do
|
|
|
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
done
|
|
|
|
for f in %{_mandir}/man1/ipython; do
|
|
|
|
mv %{buildroot}${f}{,-%{?pyappend}}.1
|
|
|
|
done
|
|
|
|
%endif
|
2024-01-06 11:17:59 +01:00
|
|
|
|
2024-01-06 11:18:04 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 11:17:59 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:18:04 +01:00
|
|
|
%{_bindir}/ipython*
|
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/IPython
|
|
|
|
%{python_sitelib}/IPython/*
|
|
|
|
%{_mandir}/man1/ipython*.1*
|
2024-01-06 11:17:59 +01:00
|
|
|
%doc COPYING.rst
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:18:05 +01:00
|
|
|
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 8.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:05 +01:00
|
|
|
* Sat Oct 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.16.0-3mamba
|
|
|
|
- only obsolete ipython in py3 target
|
|
|
|
|
2024-01-06 11:18:04 +01:00
|
|
|
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.16.0-2mamba
|
|
|
|
- fix conflicting bindir files
|
|
|
|
|
|
|
|
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 8.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:03 +01:00
|
|
|
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 8.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:02 +01:00
|
|
|
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 8.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:02 +01:00
|
|
|
* Fri May 05 2023 Automatic Build System <autodist@mambasoft.it> 8.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:01 +01:00
|
|
|
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 8.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:00 +01:00
|
|
|
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 8.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:00 +01:00
|
|
|
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 8.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:17:59 +01:00
|
|
|
* Thu Mar 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.32.0-1mamba
|
|
|
|
- update to 7.32.0
|
|
|
|
|
|
|
|
* Sat Feb 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.31.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
|
|
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 7.31.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 7.30.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 27 2021 Automatic Build System <autodist@mambasoft.it> 7.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 30 2021 Automatic Build System <autodist@mambasoft.it> 7.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Sep 25 2021 Automatic Build System <autodist@mambasoft.it> 7.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 7.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 02 2021 Automatic Build System <autodist@mambasoft.it> 7.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 25 2021 Automatic Build System <autodist@mambasoft.it> 7.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Automatic Build System <autodist@mambasoft.it> 7.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 28 2021 Automatic Build System <autodist@mambasoft.it> 7.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 7.23.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 01 2021 Automatic Build System <autodist@mambasoft.it> 7.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 7.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 7.21.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 7.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 7.19.0-1mamba
|
|
|
|
- update to 7.19.0
|
|
|
|
|
|
|
|
* Mon Jun 29 2020 Automatic Build System <autodist@mambasoft.it> 7.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 30 2020 Automatic Build System <autodist@mambasoft.it> 7.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 04 2020 Automatic Build System <autodist@mambasoft.it> 7.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 03 2020 Automatic Build System <autodist@mambasoft.it> 7.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 03 2020 Automatic Build System <autodist@mambasoft.it> 7.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 01 2020 Automatic Build System <autodist@mambasoft.it> 7.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 7.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Automatic Build System <autodist@mambasoft.it> 7.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Dec 02 2019 Automatic Build System <autodist@mambasoft.it> 7.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.9.0-1mamba
|
|
|
|
- update to 7.9.0
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.7.0-1mamba
|
|
|
|
- update to 7.7.0
|
|
|
|
|
|
|
|
* Tue Apr 30 2019 Automatic Build System <autodist@mambasoft.it> 7.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 19 2018 Automatic Build System <autodist@mambasoft.it> 7.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 01 2018 Automatic Build System <autodist@mambasoft.it> 6.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 05 2017 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 10 2016 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 16 2016 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 21 2016 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 06 2016 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-1mamba
|
|
|
|
- update to 4.0.2
|
|
|
|
|
|
|
|
* Tue Oct 06 2015 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 25 2015 Davide Madrisan <davide.madrisan@gmail.com> 3.2.2-1mamba
|
|
|
|
- package created by autospec
|