# -*- 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: Portfile 136003 2015-05-09 11:54:43Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-ptyprocess version 0.4 revision 0 categories-append devel platforms darwin license ISC python.versions 27 34 maintainers stromnov openmaintainer description Run a subprocess in a pseudo terminal long_description ${description} homepage https://github.com/pexpect/ptyprocess master_sites https://pypi.python.org/packages/source/p/ptyprocess/ distname ptyprocess-${version} checksums rmd160 499026ceab9f1974519dc6702e51b4288484030e \ sha256 ddba719428afc4dd4f5eb37307ae753c81f89ea63f18e7d35bbb494a88fd49dc if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/ptyprocess/json livecheck.regex {ptyprocess-(\d+(?:\.\d+)*)\.[tz]} }