From 4dcb8042c52e4d1a15bb5e405a42e31716e1637b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 16 Sep 2025 17:41:28 +0800 Subject: python3-arpeggio: upgrade 2.0.2 -> 2.0.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-arpeggio_2.0.2.bb | 19 ------------------- .../recipes-devtools/python/python3-arpeggio_2.0.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb deleted file mode 100644 index 85bb066be5..0000000000 --- a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb +++ /dev/null @@ -1,19 +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] = "c790b2b06e226d2dd468e4fbfb5b7f506cec66416031fde1441cf1de2a0ba700" - -PYPI_PACKAGE = "Arpeggio" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi setuptools3 - -# setup.py of Arpeggio needs this. -DEPENDS += "\ - python3-pytest-runner-native \ - python3-wheel-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb new file mode 100644 index 0000000000..4d4982dd37 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-arpeggio_2.0.3.bb @@ -0,0 +1,19 @@ +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] = "9e85ad35cfc6c938676817c7ae9a1000a7c72a34c71db0c687136c460d12b85e" + +PYPI_PACKAGE = "Arpeggio" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi setuptools3 + +# setup.py of Arpeggio needs this. +DEPENDS += "\ + python3-pytest-runner-native \ + python3-wheel-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf