summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-07 17:06:43 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-08 23:40:30 -0700
commitc3299e8fcf1883c32c4d4eae082d2a07866a2659 (patch)
tree9bfd9328196cbaf6185e0db69953ca2f73c9c909 /meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb
parent2d39f9eb59d7623bd696765c96ee04d124db0dbf (diff)
downloadmeta-openembedded-c3299e8fcf1883c32c4d4eae082d2a07866a2659.tar.gz
python3-ipython: upgrade 9.3.0 -> 9.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb
new file mode 100644
index 0000000000..a174b969a4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ipython_9.4.0.bb
@@ -0,0 +1,26 @@
1SUMMARY = "IPython: Productive Interactive Computing"
2HOMEPAGE = "https://ipython.org"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
5
6SRC_URI[sha256sum] = "c033c6d4e7914c3d9768aabe76bbe87ba1dc66a92a05db6bfa1125d81f2ee270"
7
8RDEPENDS:${PN} = "\
9 python3-setuptools \
10 python3-jedi \
11 python3-decorator \
12 python3-pickleshare \
13 python3-traitlets \
14 python3-prompt-toolkit \
15 python3-pygments \
16 python3-backcall \
17 python3-pydoc \
18 python3-debugger \
19 python3-pexpect \
20 python3-unixadmin \
21 python3-misc \
22 python3-sqlite3 \
23 python3-stack-data \
24"
25
26inherit python_setuptools_build_meta pypi