python-ipython/python-ipython.spec

263 lines
9.4 KiB
RPMSpec
Raw Permalink Normal View History

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-ipython
Version: 8.25.0
Release: 1mamba
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
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(decorator)
BuildRequires: python3.11dist(jedi)
BuildRequires: python3.11dist(matplotlib-inline)
BuildRequires: python3.11dist(pexpect)
BuildRequires: python3.11dist(prompt-toolkit)
BuildRequires: python3.11dist(pygments)
BuildRequires: python3.11dist(stack-data)
BuildRequires: python3.11dist(traitlets)
BuildRequires: python3.11dist(typing-extensions)
## 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
%if "0%{?with_pyver}" == "03"
%define py_requires_append \
Provides: ipython \
Obsoletes: ipython < 7.32.0
%endif
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n ipython-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
%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
%files %{?pyappend}
%defattr(-,root,root)
%{_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*
%doc COPYING.rst
%changelog
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 8.25.0-1mamba
- automatic version update by autodist
* Sat Apr 27 2024 Automatic Build System <autodist@openmamba.org> 8.24.0-1mamba
- automatic version update by autodist
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 8.23.0-1mamba
- automatic version update by autodist
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 8.22.2-1mamba
- automatic version update by autodist
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 8.22.1-1mamba
- automatic version update by autodist
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 8.21.0-1mamba
- automatic version update by autodist
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 8.20.0-1mamba
- automatic version update by autodist
* Fri Dec 22 2023 Automatic Build System <autodist@mambasoft.it> 8.19.0-1mamba
- automatic version update by autodist
* Tue Nov 28 2023 Automatic Build System <autodist@mambasoft.it> 8.18.1-1mamba
- automatic version update by autodist
* Sat Nov 25 2023 Automatic Build System <autodist@mambasoft.it> 8.18.0-1mamba
- automatic version update by autodist
* Tue Oct 31 2023 Automatic Build System <autodist@mambasoft.it> 8.17.2-1mamba
- automatic version update by autodist
* Mon Oct 30 2023 Automatic Build System <autodist@mambasoft.it> 8.17.1-1mamba
- automatic version update by autodist
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 8.16.1-1mamba
- automatic version update by autodist
* Sat Oct 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.16.0-3mamba
- only obsolete ipython in py3 target
* 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
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 8.15.0-1mamba
- automatic version update by autodist
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 8.14.0-1mamba
- automatic version update by autodist
* Fri May 05 2023 Automatic Build System <autodist@mambasoft.it> 8.13.2-1mamba
- automatic version update by autodist
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 8.13.1-1mamba
- automatic version update by autodist
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 8.13.0-1mamba
- automatic version update by autodist
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 8.12.0-1mamba
- automatic version update by autodist
* 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