# -*- 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-construct version 2.10.68 checksums rmd160 1284fc36d92bca1a4b877cd6d54402e364888bc6 \ sha256 7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45 \ size 57856 revision 0 categories-append devel license MIT supported_archs noarch platforms {darwin any} python.versions 27 38 39 310 maintainers {michaelld @michaelld} openmaintainer description python module for parsing and building binary or textual data structures long_description \ Construct is a python library for parsing and building of data structures \ (binary or textual). It is based on the concept of defining data \ structures in a declarative manner, rather than procedural code: more \ complex constructs are composed of a hierarchy of simpler ones. homepage https://construct.readthedocs.org if {${name} ne ${subport}} { if { ${python.version} == 27} { version 2.10.54 checksums rmd160 8ef31fe45319257ca905e25bee6a108a5f659e2a \ sha256 3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712 \ size 55318 revision 0 } depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six }