# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-construct version 2.5.2 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 26 27 33 34 maintainers dckd.nl:macports 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 http://construct.wikispaces.com/ master_sites https://pypi.python.org/packages/source/c/construct/ distname construct-${version} checksums rmd160 0c75f72cb06a4abd039499cf216a2e66fd921192 \ sha256 665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {construct-(\d+(?:\.\d+)*)\.[tz]} }