diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-14 17:19:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-14 09:00:22 -0700 |
| commit | 275f38ee2087ba5dffd9a4e71729bb55e985f441 (patch) | |
| tree | d40e99789c222a1f1cb88b50338d7f2af06edba2 /meta-python/recipes-devtools/python/python3-ipython_9.6.0.bb | |
| parent | d63a8b7e3b029fe0ee1be15827399e20391c744e (diff) | |
| download | meta-openembedded-275f38ee2087ba5dffd9a4e71729bb55e985f441.tar.gz | |
python3-ipython: upgrade 9.5.0 -> 9.6.0
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_9.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_9.6.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.6.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.6.0.bb new file mode 100644 index 0000000000..b038be8a9e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ipython_9.6.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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] = "5603d6d5d356378be5043e69441a072b50a5b33b4503428c77b04cb8ce7bc731" | ||
| 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 | ||
