mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-17 05:01:23 +00:00
Changelog: ========== -Python 3.11 support -Massive improvements in performance for Interpreter (e.g. IPython) users. This especially affects pandas users with large datasets. -Add jedi.settings.allow_unsafe_interpreter_executions to make it easier for IPython users to avoid unsafe executions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
573 B
BlitzBasic
21 lines
573 B
BlitzBasic
SUMMARY = "An autocompletion tool for Python that can be used for text editors."
|
|
HOMEPAGE = "https://github.com/davidhalter/jedi"
|
|
AUTHOR = "David Halter <davidhalter88@gmail.com>"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"
|
|
|
|
PYPI_PACKAGE = "jedi"
|
|
|
|
SRC_URI[sha256sum] = "bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
${PYTHON_PN}-parso \
|
|
${PYTHON_PN}-core \
|
|
${PYTHON_PN}-compression \
|
|
${PYTHON_PN}-pydoc \
|
|
${PYTHON_PN}-compile \
|
|
${PYTHON_PN}-json \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|