# -*- 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-terminado version 0.6 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description Terminals served by tornado websockets. long_description ${description} homepage https://github.com/takluyver/terminado master_sites pypi:t/terminado/ distname terminado-${version} checksums rmd160 7b3929171df11e12398e8b6b673d8f85ec4233bf \ sha256 2c0ba1f624067dccaaead7d2247cfe029806355cef124dc2ccb53c83229f0126 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-ptyprocess \ port:py${python.version}-tornado livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/terminado/json livecheck.regex {terminado-(\d+(?:\.\d+)*)\.[tz]} }