blob: a25380418ca1555c993993c71ac78ac0cd4f82ab [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
6SRC_URI[md5sum] = "8eaf853c95e10ca4b6bca2fe5ff307c6"
7SRC_URI[sha256sum] = "2b13f2c3e76b49e8cd854f7a1da590bb73ecbc6cbfacc2d479eacf2b88282d5d"
8
9PYPI_PACKAGE = "bitstruct"
10
11inherit pypi setuptools3
12
13CLEANBROKEN = "1"
14