diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-18 14:37:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-19 08:30:36 -0800 |
| commit | b65b1461d96ed57801c6e6b2d88c80aa0566030b (patch) | |
| tree | ae3b8e5ca6adb811975f4e1fe1b4f727c3ced8d2 /meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb | |
| parent | cb62434bbe5db3cad6f42773247a8e26d644b588 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "An autocompletion tool for Python that can be used for text editors." | ||
| 2 | HOMEPAGE = "https://github.com/davidhalter/jedi" | ||
| 3 | AUTHOR = "David Halter <davidhalter88@gmail.com>" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "jedi" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" | ||
| 10 | |||
| 11 | RDEPENDS:${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 | |||
| 20 | inherit setuptools3 pypi | ||
