Files
Renee Otten 650dbe597c py-bitstruct: update to 8.19.0
- remove py37, add py312 subport
- switch to PyPI
- no 'noarch'
2024-08-20 18:09:32 -04:00

27 lines
1002 B
Tcl

# -*- 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
}