# -*- 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-jmespath version 0.6.2 platforms darwin license Permissive maintainers pixilla openmaintainer description JSON Matching Expressions long_description ${description} homepage https://github.com/boto/jmespath master_sites pypi:j/jmespath distname jmespath-0.6.2 checksums rmd160 6202c97e0266ec6e9307dce7c338fab0937da098 \ sha256 b10237fd30ab535367be6453aeb249299e1de0fb61567ff5efc22d1f88f2ae00 python.versions 27 34 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} }