# -*- 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-munch
version             2.5.0
revision            0
categories-append   devel
platforms           darwin
license             MIT
supported_archs     noarch

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         A dot-accessible dictionary (a la JavaScript objects).
long_description    ${description}

homepage            http://github.com/Infinidat/munch

checksums           rmd160  e86634b9eef83d06b73297fdfcb1e2a990dc0e91 \
                    sha256  2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2 \
                    size    17015

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools \
                        port:py${python.version}-pbr
    depends_lib-append  port:py${python.version}-six

    livecheck.type      none
}
