mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: =========== - pytest 8 compatibility - typing-extension now needs 4.6 or newer. It was already the case, but not explicated. - Attempt to speed running code under debugger in some cases. - Multiple fixes to documentation for ipyparallel, simple_prompt and emacs - Maintenance and cleanup of debugger Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
29 lines
701 B
BlitzBasic
29 lines
701 B
BlitzBasic
SUMMARY = "IPython: Productive Interactive Computing"
|
|
HOMEPAGE = "https://ipython.org"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
|
|
|
|
PYPI_PACKAGE = "ipython"
|
|
|
|
SRC_URI[sha256sum] = "010db3f8a728a578bb641fdd06c063b9fb8e96a9464c63aec6310fbcb5e80501"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-setuptools \
|
|
python3-jedi \
|
|
python3-decorator \
|
|
python3-pickleshare \
|
|
python3-traitlets \
|
|
python3-prompt-toolkit \
|
|
python3-pygments \
|
|
python3-backcall \
|
|
python3-pydoc \
|
|
python3-debugger \
|
|
python3-pexpect \
|
|
python3-unixadmin \
|
|
python3-misc \
|
|
python3-sqlite3 \
|
|
python3-stack-data \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|