diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-02 10:13:43 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 19:29:09 -0700 |
| commit | 72d71376910e26d8dba29f27bc9397f0aaaa6ebc (patch) | |
| tree | a37eba62f39692e485a6491ba7565cb1bd4a85bc /meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb | |
| parent | d06649721b32f78fc5cd644f9a662231d5090bdf (diff) | |
| download | meta-openembedded-72d71376910e26d8dba29f27bc9397f0aaaa6ebc.tar.gz | |
python3-ipython: upgrade 9.11.0 -> 9.12.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.12.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb new file mode 100644 index 0000000000..1dcac8b51c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "IPython: Productive Interactive Computing" | ||
| 2 | HOMEPAGE = "https://ipython.org" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "01daa83f504b693ba523b5a407246cabde4eb4513285a3c6acaff11a66735ee4" | ||
| 7 | |||
| 8 | RDEPENDS:${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 | |||
| 26 | inherit python_setuptools_build_meta pypi | ||
| 27 | |||
| 28 | CVE_PRODUCT = "ipython" | ||
