python3-construct-native_2.10.68.bb 384 B

12345678910111213
  1. SUMMARY = "A powerful declarative symmetric parser/builder for binary data"
  2. HOMEPAGE = "https://github.com/construct/construct"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=202b39559c1c79fe4715ce81e9e0ac02"
  5. PYPI_PACKAGE = "construct"
  6. SRC_URI[sha256sum] = "7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45"
  7. inherit pypi
  8. inherit setuptools3
  9. inherit native