summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_8.18.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-14 05:41:39 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-13 22:03:50 -0800
commit660144e48c82cc787927b59e9a7826595d9c967b (patch)
tree9f5f59a7f5754193fa97a389a11ec5364e678df8 /meta-python/recipes-devtools/python/python3-ipython_8.18.1.bb
parente650892546d0789034de85c90b331d96fa155250 (diff)
downloadmeta-openembedded-660144e48c82cc787927b59e9a7826595d9c967b.tar.gz
python3-ipython: update to version 8.18.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_8.18.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_8.18.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.18.1.bb b/meta-python/recipes-devtools/python/python3-ipython_8.18.1.bb
new file mode 100644
index 0000000000..5a7e1fbc51
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.18.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] = "ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27"
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