From d8b05657c12fc300a67d4a7f1310f0a9b2064bc2 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 26 Aug 2022 10:50:34 +0800 Subject: python3-asttokens: upgrade 2.0.7 -> 2.0.8 Changelog: Fix mypy explicit re-export issues Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-asttokens_2.0.7.bb | 18 ------------------ .../recipes-devtools/python/python3-asttokens_2.0.8.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 5e3ca9e30f..0000000000 --- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb +++ /dev/null @@ -1,18 +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] = "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2" - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-six \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb new file mode 100644 index 0000000000..973c57661b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.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] = "c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b" + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-six \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf