# -*- 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 github 1.0 PortGroup python 1.0 github.setup eerimoq bitstruct 4.0.0 name py-bitstruct categories-append devel platforms darwin license MIT maintainers {@ierofant gmail.com:aw.kornilov} openmaintainer description Python bit pack/unpack package 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 27 36 37 checksums rmd160 e6594f146cea5cdebfceb685f8095e1fa913fbda \ sha256 3046894ab1c09c572863799efed565d7fad96da03273699fede72a6a857f95ca \ size 17310 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }