meta-openembedded/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb
Wang Mingyu e742129261 python3-ipython: upgrade 8.8.0 -> 8.9.0
Changelog:
=========
- right accepts a single character from suggestion
- ctrl+right accepts a semantic token (macos default shortcuts take precedence
  and need to be disabled to make this work
- backspace deletes a character and resumes hinting autosuggestions
- ctrl-left accepts suggestion and moves cursor left one character.
- backspace deletes a character and resumes hinting autosuggestions
- down moves to suggestion to later in history when no lines are present below
  the cursors.
- up moves to suggestion from earlier in history when no lines are present
  above the cursor.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00

29 lines
811 B
BlitzBasic

SUMMARY = "IPython: Productive Interactive Computing"
HOMEPAGE = "https://ipython.org"
AUTHOR = "The IPython Development Team <ipython-dev@python.org>"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
PYPI_PACKAGE = "ipython"
SRC_URI[sha256sum] = "71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7"
RDEPENDS:${PN} = "\
${PYTHON_PN}-setuptools \
${PYTHON_PN}-jedi \
${PYTHON_PN}-decorator \
${PYTHON_PN}-pickleshare \
${PYTHON_PN}-traitlets \
${PYTHON_PN}-prompt-toolkit \
${PYTHON_PN}-pygments \
${PYTHON_PN}-backcall \
${PYTHON_PN}-pydoc \
${PYTHON_PN}-debugger \
${PYTHON_PN}-pexpect \
${PYTHON_PN}-unixadmin \
${PYTHON_PN}-misc \
${PYTHON_PN}-sqlite3 \
"
inherit setuptools3 pypi