summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:50:08 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-23 08:05:02 -0700
commit330eec95297fb4b6a30e55328983d50b9da64108 (patch)
treecd62f5df51860476a598c552baa15d149cda83a3 /meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb
parent857456fd11700bc6096623aa2ab1c6ff19d89613 (diff)
downloadmeta-openembedded-330eec95297fb4b6a30e55328983d50b9da64108.tar.gz
python3-jedi: upgrade 0.19.0 -> 0.19.1
Changelog: Python 3.12 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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb b/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb
new file mode 100644
index 0000000000..f335625188
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb
@@ -0,0 +1,19 @@
1SUMMARY = "An autocompletion tool for Python that can be used for text editors."
2HOMEPAGE = "https://github.com/davidhalter/jedi"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"
5
6PYPI_PACKAGE = "jedi"
7
8SRC_URI[sha256sum] = "cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd"
9
10RDEPENDS:${PN} = " \
11 ${PYTHON_PN}-parso \
12 ${PYTHON_PN}-core \
13 ${PYTHON_PN}-compression \
14 ${PYTHON_PN}-pydoc \
15 ${PYTHON_PN}-compile \
16 ${PYTHON_PN}-json \
17"
18
19inherit setuptools3 pypi