mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-25 05:50:42 +00:00
python3-parso: Upgrade 0.8.5 -> 0.8.6
Upgrade to release 0.8.6: - Switch the type checker to Zuban. It's faster and now also checks untyped code. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
18
meta-python/recipes-devtools/python/python3-parso_0.8.6.bb
Normal file
18
meta-python/recipes-devtools/python/python3-parso_0.8.6.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "A Python Parser"
|
||||
HOMEPAGE = "https://github.com/davidhalter/parso"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
|
||||
|
||||
PYPI_PACKAGE = "parso"
|
||||
|
||||
SRC_URI[sha256sum] = "2b9a0332696df97d454fa67b81618fd69c35a7b90327cbe6ba5c92d2c68a7bfd"
|
||||
|
||||
CVE_PRODUCT = "parso"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-crypt \
|
||||
python3-difflib \
|
||||
python3-logging \
|
||||
"
|
||||
Reference in New Issue
Block a user