summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_8.17.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-04 13:40:35 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:48 -0800
commit00184628cb69cb2f86de05f0b311563f173278e5 (patch)
tree9eb611002746f16a9b4f1c86098cef98669674d1 /meta-python/recipes-devtools/python/python3-ipython_8.17.2.bb
parent4ea2bb94e7336758be719142a157209424ff8ff3 (diff)
downloadmeta-openembedded-00184628cb69cb2f86de05f0b311563f173278e5.tar.gz
python3-ipython: upgrade 8.16.1 -> 8.17.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_8.17.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_8.17.2.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.17.2.bb b/meta-python/recipes-devtools/python/python3-ipython_8.17.2.bb
new file mode 100644
index 0000000000..134a358bf7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.17.2.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] = "126bb57e1895594bb0d91ea3090bbd39384f6fe87c3d57fd558d0670f50339bb"
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