summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_8.16.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:49:32 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-23 08:05:02 -0700
commit857456fd11700bc6096623aa2ab1c6ff19d89613 (patch)
tree7e173886bab883dc0e9ff47fe32eb305e599208f /meta-python/recipes-devtools/python/python3-ipython_8.16.1.bb
parent938112158df1ec50c4f46c8e3e5b3b398fafbcf5 (diff)
downloadmeta-openembedded-857456fd11700bc6096623aa2ab1c6ff19d89613.tar.gz
python3-ipython: upgrade 8.15.0 -> 8.16.1
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_8.16.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_8.16.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.16.1.bb b/meta-python/recipes-devtools/python/python3-ipython_8.16.1.bb
new file mode 100644
index 0000000000..fba797ae46
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.16.1.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
6PYPI_PACKAGE = "ipython"
7
8SRC_URI[sha256sum] = "ad52f58fca8f9f848e256c629eff888efc0528c12fe0f8ec14f33205f23ef938"
9
10RDEPENDS:${PN} = "\
11 ${PYTHON_PN}-setuptools \
12 ${PYTHON_PN}-jedi \
13 ${PYTHON_PN}-decorator \
14 ${PYTHON_PN}-pickleshare \
15 ${PYTHON_PN}-traitlets \
16 ${PYTHON_PN}-prompt-toolkit \
17 ${PYTHON_PN}-pygments \
18 ${PYTHON_PN}-backcall \
19 ${PYTHON_PN}-pydoc \
20 ${PYTHON_PN}-debugger \
21 ${PYTHON_PN}-pexpect \
22 ${PYTHON_PN}-unixadmin \
23 ${PYTHON_PN}-misc \
24 ${PYTHON_PN}-sqlite3 \
25 ${PYTHON_PN}-stack-data \
26"
27
28inherit setuptools3 pypi