diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:14 -0800 |
| commit | 23376f3a957dc242cae1cb24d4ffcfa44a199e10 (patch) | |
| tree | ca554d22431a8d43965f35fe57433f60a4b6312f /meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb | |
| parent | 8eadb116674fad578217a45295bc1167fc0042e1 (diff) | |
| download | meta-openembedded-23376f3a957dc242cae1cb24d4ffcfa44a199e10.tar.gz | |
python3-jedi: upgrade 0.19.1 -> 0.19.2
Changelog:
Python 3.13 support
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-jedi_0.19.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb b/meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb new file mode 100644 index 0000000000..1a150c38db --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "An autocompletion tool for Python that can be used for text editors." | ||
| 2 | HOMEPAGE = "https://github.com/davidhalter/jedi" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "jedi" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = " \ | ||
| 11 | python3-parso \ | ||
| 12 | python3-core \ | ||
| 13 | python3-compression \ | ||
| 14 | python3-pydoc \ | ||
| 15 | python3-compile \ | ||
| 16 | python3-json \ | ||
| 17 | " | ||
| 18 | |||
| 19 | inherit setuptools3 pypi | ||
