[packages/ipython3] up to 9.1.0
atler
atler at pld-linux.org
Tue Apr 22 22:36:34 CEST 2025
commit 99c60ae60cb7385ae372219f95e5f5b2d8b6f634
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Apr 22 22:34:41 2025 +0200
up to 9.1.0
ipython-use-setuptools.patch | 11 -----------
ipython3.spec | 14 ++++----------
2 files changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/ipython3.spec b/ipython3.spec
index acae410..3aea35a 100644
--- a/ipython3.spec
+++ b/ipython3.spec
@@ -6,13 +6,12 @@
Summary: An enhanced Interactive Python shell
Summary(pl.UTF-8): Interaktywna powłoka języka Python
Name: ipython3
-Version: 7.25.0
-Release: 5
+Version: 9.1.0
+Release: 1
License: BSD
Group: Applications/Shells
-Source0: http://archive.ipython.org/release/%{version}/ipython-%{version}.tar.gz
-# Source0-md5: c83047b581398490b5d83129da73aa89
-Patch0: ipython-use-setuptools.patch
+Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
+# Source0-md5: a66ff09570abcdd0a25b227f24342883
URL: http://ipython.org/
BuildRequires: pydoc3 >= 1:3.7
BuildRequires: python3-devel >= 1:3.7
@@ -162,7 +161,6 @@ Dokumentacja API modułu Pythona IPython.
%prep
%setup -q -n ipython-%{version}
-%patch -P0 -p1
%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' \
examples/Embedding/embed_class_long.py \
@@ -192,10 +190,6 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -pr examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-# test suite
-%{__rm} $RPM_BUILD_ROOT%{_bindir}/iptest*
-%{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/IPython/{core/tests,extensions/tests,lib/tests,terminal/tests,testing/tests,utils/tests}
-
%clean
rm -rf $RPM_BUILD_ROOT
diff --git a/ipython-use-setuptools.patch b/ipython-use-setuptools.patch
deleted file mode 100644
index 97c4d5c..0000000
--- a/ipython-use-setuptools.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipython-5.8.0/setup.py.orig 2018-07-29 02:24:17.000000000 +0200
-+++ ipython-5.8.0/setup.py 2019-09-22 17:07:55.804397695 +0200
-@@ -169,7 +169,7 @@
- 'egg_info', 'easy_install', 'upload', 'install_egg_info',
- }
-
--if len(needs_setuptools.intersection(sys.argv)) > 0:
-+if True:
- import setuptools
-
- # This dict is used for passing extra arguments that are setuptools
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipython3.git/commitdiff/99c60ae60cb7385ae372219f95e5f5b2d8b6f634
More information about the pld-cvs-commit
mailing list