blob: 49b31971a66453aa0e334bd381870d8f43b70e1f [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001DESCRIPTION = "This module performs conversions between Python values and C bit field structs represented as Python byte strings."
2HOMEPAGE = "https://github.com/eerimoq/bitstruct"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
5
Andrew Geissler4b7c1152020-11-30 19:55:29 -06006SRC_URI[sha256sum] = "4e7b8769c0f09fee403d0a5f637f8b575b191a79a92e140811aa109ce7461f0c"
Andrew Geissler748a4832020-07-24 16:24:21 -05007
8PYPI_PACKAGE = "bitstruct"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13