# -*- 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-jsonschema version 2.5.1 revision 1 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description An implementation of JSON Schema validation for Python. long_description ${description} homepage http://github.com/Julian/jsonschema master_sites pypi:j/jsonschema/ distname jsonschema-${version} checksums rmd160 c3e5b05ad1829ed1425928babb3d96211d0f027a \ sha256 36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 if {${name} ne ${subport}} { depends_build port:py${python.version}-vcversioner # CLI depends on pkg_resources.py from setuptools depends_lib-append port:py${python.version}-setuptools if {${python.version} < 32} { depends_lib-append port:py${python.version}-functools32 } livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/jsonschema/json livecheck.regex {jsonschema-(\d+(?:\.\d+)*)\.[tz]} }