summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:59 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:44 -0700
commit47664393cf7d85d385299eaad6613dba3ca28571 (patch)
tree00f52f1194aa10cdd9e8adfde61527ff529158d8 /meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb
parentb9da653a2ba6ba009b5d8396ae134e55bbda842d (diff)
downloadmeta-openembedded-47664393cf7d85d385299eaad6613dba3ca28571.tar.gz
python3-ipython: upgrade 9.12.0 -> 9.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb
new file mode 100644
index 0000000000..c563b110e1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb
@@ -0,0 +1,28 @@
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] = "7e834b6afc99f020e3f05966ced34792f40267d64cb1ea9043886dab0dde5967"
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
27
28CVE_PRODUCT = "ipython"