blob: 38e26623f5ea9d6379ca2cce287994abc5c5aa62 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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
Andrew Geissler4b7c1152020-11-30 19:55:29 -06006SRC_URI[sha256sum] = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
8PYPI_PACKAGE = "Arpeggio"
9inherit pypi setuptools3
10
11# setup.py of Arpeggio needs this.
Andrew Geissler4b7c1152020-11-30 19:55:29 -060012DEPENDS += "\
13 ${PYTHON_PN}-pytest-runner-native \
14 ${PYTHON_PN}-wheel-native \
15"
Andrew Geissler82c905d2020-04-13 13:39:40 -050016
17BBCLASSEXTEND = "native nativesdk"