# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-bitstruct
version             8.19.0
revision            0

categories-append   devel
license             MIT
maintainers         {@ierofant gmail.com:aw.kornilov} openmaintainer

description         This module performs conversions between Python values and C bit field structs represented as Python byte strings.
long_description    This module is intended to have a similar interface as the python struct module, \
                    but working on bits instead of primitive data types (char, int, ...).

python.versions     312

checksums           rmd160  159c9eeda995bec88563a101f8daa8eb09638d44 \
                    sha256  d75ba9dded85c17e885a209a00eb8e248ee40762149f2f2a79360ca857467dac \
                    size    35631

if {${name} ne ${subport}} {
    test.run        yes
}
