From 902a6876f24dfca2c07059020c1877c91ca1d37c Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 12 Aug 2022 04:16:59 +0800 Subject: python3-asttokens: upgrade 2.0.5 -> 2.0.7 Add dependence python3-six Changelog: Fix astroid type checking import errors Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-asttokens_2.0.5.bb | 14 -------------- .../recipes-devtools/python/python3-asttokens_2.0.7.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb deleted file mode 100644 index da49040d76..0000000000 --- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)" -HOMEPAGE = "https://github.com/gristlabs/asttokens" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" - -PYPI_PACKAGE = "asttokens" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5" - -DEPENDS += "python3-setuptools-scm-native" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb new file mode 100644 index 0000000000..5e3ca9e30f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb @@ -0,0 +1,18 @@ +SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)" +HOMEPAGE = "https://github.com/gristlabs/asttokens" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +PYPI_PACKAGE = "asttokens" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2" + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-six \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf