Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "A powerful declarative symmetric parser/builder for binary data" |
2 | HOMEPAGE = "https://github.com/construct/construct" | ||||
3 | |||||
4 | LICENSE = "MIT" | ||||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=202b39559c1c79fe4715ce81e9e0ac02" | ||||
6 | |||||
7 | PYPI_PACKAGE = "construct" | ||||
8 | |||||
9 | SRC_URI[sha256sum] = "7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45" | ||||
10 | |||||
11 | inherit pypi | ||||
12 | inherit setuptools3 | ||||
13 | inherit native |