summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-11-20 11:29:09 +0200
committerKhem Raj <raj.khem@gmail.com>2020-11-23 13:00:55 -0800
commit05a1e43472db3c8efc615c0968de4f3faafad2b7 (patch)
tree4da9b1b35c37bd8e1849efb5a659fcaf32e66045 /meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb
parent3065fb6b1dca18ac0b5e75a5507b6a614e2a24fd (diff)
downloadmeta-openembedded-05a1e43472db3c8efc615c0968de4f3faafad2b7.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-arpeggio_1.9.2.bb15
1 files changed, 0 insertions, 15 deletions
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 @@
1SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser)"
2HOMEPAGE = "https://pypi.org/project/Arpeggio/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb"
5
6SRC_URI[md5sum] = "39667a626217c670bc634444be6e904a"
7SRC_URI[sha256sum] = "948ce06163a48a72c97f4fe79ad3d1c1330b6fec4f22ece182fb60ef60bd022b"
8
9PYPI_PACKAGE = "Arpeggio"
10inherit pypi setuptools3
11
12# setup.py of Arpeggio needs this.
13DEPENDS += "${PYTHON_PN}-pytest-runner-native"
14
15BBCLASSEXTEND = "native nativesdk"