summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-18 14:37:27 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-19 08:30:36 -0800
commitb65b1461d96ed57801c6e6b2d88c80aa0566030b (patch)
treeae3b8e5ca6adb811975f4e1fe1b4f727c3ced8d2 /meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
parentcb62434bbe5db3cad6f42773247a8e26d644b588 (diff)
downloadmeta-openembedded-b65b1461d96ed57801c6e6b2d88c80aa0566030b.tar.gz
python3-jedi: Upgrade 0.18.0 -> 0.18.1
Upgrade to release 0.18.1: - Implict namespaces are now a separate types in Name().type - Python 3.10 support - Mostly bugfixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
new file mode 100644
index 0000000000..fb582c54bc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "An autocompletion tool for Python that can be used for text editors."
2HOMEPAGE = "https://github.com/davidhalter/jedi"
3AUTHOR = "David Halter <davidhalter88@gmail.com>"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"
6
7PYPI_PACKAGE = "jedi"
8
9SRC_URI[sha256sum] = "74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"
10
11RDEPENDS:${PN} = " \
12 ${PYTHON_PN}-parso \
13 ${PYTHON_PN}-core \
14 ${PYTHON_PN}-compression \
15 ${PYTHON_PN}-pydoc \
16 ${PYTHON_PN}-compile \
17 ${PYTHON_PN}-json \
18"
19
20inherit setuptools3 pypi