python3-arpeggio_1.10.1.bb 549 B

1234567891011121314151617
  1. SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser)"
  2. HOMEPAGE = "https://pypi.org/project/Arpeggio/"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=33b8d1ba459a2fa4d801acfd1d1b7ceb"
  5. SRC_URI[sha256sum] = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e"
  6. PYPI_PACKAGE = "Arpeggio"
  7. inherit pypi setuptools3
  8. # setup.py of Arpeggio needs this.
  9. DEPENDS += "\
  10. ${PYTHON_PN}-pytest-runner-native \
  11. ${PYTHON_PN}-wheel-native \
  12. "
  13. BBCLASSEXTEND = "native nativesdk"