# -*- 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 PortGroup github 1.0 github.setup scott-griffiths bitstring 4.1.4 bitstring- name py-bitstring revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {@catap korins.ky:kirill} openmaintainer description Module to simplify handling of binary data long_description bitstring is a pure Python module that makes the \ creation, manipulation and analysis of binary data \ as simple and natural as possible. checksums rmd160 1cc74279cafd10aa635df85266f614e32e22c691 \ sha256 645a3742d2c3ed4b3a468bfe96509d7fdcc0490d1a7945e0b68d28396c6ec0e2 \ size 420174 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-bitarray post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} README.md release_notes.txt \ LICENSE ${destroot}${prefix}/share/doc/${subport} } test.run yes }