# -*- 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-jmespath
version             0.9.3
platforms           darwin
license             Permissive
maintainers         nomaintainer

description         JSON Matching Expressions
long_description    ${description}

homepage            https://github.com/boto/${python.rootname}
master_sites        pypi:j/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160 f32368be518c86643a14f1769ccf242cbcaa52d3 \
                    sha256 6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64 \
                    size   22967

python.versions     27 35 36 37

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

    livecheck.type      none
}