From 05a1e43472db3c8efc615c0968de4f3faafad2b7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 20 Nov 2020 11:29:09 +0200 Subject: python3-arpeggio: Upgrade 1.9.2 -> 1.10.1 Upgrade to release 1.10.1: - Fix packaging, exclude examples from wheel Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-arpeggio_1.10.1.bb | 17 +++++++++++++++++ .../recipes-devtools/python/python3-arpeggio_1.9.2.bb | 15 --------------- 2 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb new file mode 100644 index 0000000000..38e26623f5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.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] = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e" + +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_1.9.2.bb b/meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb deleted file mode 100644 index 802a5b2eaa..0000000000 --- a/meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb +++ /dev/null @@ -1,15 +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[md5sum] = "39667a626217c670bc634444be6e904a" -SRC_URI[sha256sum] = "948ce06163a48a72c97f4fe79ad3d1c1330b6fec4f22ece182fb60ef60bd022b" - -PYPI_PACKAGE = "Arpeggio" -inherit pypi setuptools3 - -# setup.py of Arpeggio needs this. -DEPENDS += "${PYTHON_PN}-pytest-runner-native" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf