summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jedi_0.18.0.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.0.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.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb
deleted file mode 100644
index 0ea5b46b84..0000000000
--- a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
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] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707"
10
11RDEPENDS:${PN} = "${PYTHON_PN}-parso"
12
13inherit setuptools3 pypi