From d26f61f21db9ef17763e6b579982e33c8434f4e1 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 24 Mar 2022 17:17:57 +0800 Subject: python3-arpeggio: upgrade 1.10.2 -> 2.0.0 changelog: Added eval_attrs call to NoMatch exceptions (ebfd60). Dropped support for deprecated Python versions. The lowest supported version is 3.6. Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-arpeggio_1.10.2.bb | 17 ----------------- .../recipes-devtools/python/python3-arpeggio_2.0.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb deleted file mode 100644 index 468e6d5fde..0000000000 --- a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser)" -HOMEPAGE = "https://pypi.org/project/Arpeggio/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" - -SRC_URI[sha256sum] = "bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1" - -PYPI_PACKAGE = "Arpeggio" -inherit pypi setuptools3 - -# setup.py of Arpeggio needs this. -DEPENDS += "\ - ${PYTHON_PN}-pytest-runner-native \ - ${PYTHON_PN}-wheel-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb new file mode 100644 index 0000000000..96d6de6a69 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser)" +HOMEPAGE = "https://pypi.org/project/Arpeggio/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb" + +SRC_URI[sha256sum] = "d6b03839019bb8a68785f9292ee6a36b1954eb84b925b84a6b8a5e1e26d3ed3d" + +PYPI_PACKAGE = "Arpeggio" +inherit pypi setuptools3 + +# setup.py of Arpeggio needs this. +DEPENDS += "\ + ${PYTHON_PN}-pytest-runner-native \ + ${PYTHON_PN}-wheel-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf