# -*- 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-ptyprocess version 0.5.1 revision 0 categories-append devel platforms darwin license ISC python.versions 27 34 35 maintainers stromnov openmaintainer description Run a subprocess in a pseudo terminal long_description ${description} homepage https://github.com/pexpect/ptyprocess master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 7a867d6f5b6d90b2cdeef03d7a6211572ae9f118 \ sha256 0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }