# -*- 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-pexpect version 4.2.1 revision 0 categories-append devel platforms darwin license ISC supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Allows easy control of interactive console applications. long_description Pexpect is a pure Python module for spawning child \ applications, controlling them, and responding to \ expected patterns in their output. Pexpect allows \ your script to spawn a child application and control \ it as if a human were typing commands. homepage http://pexpect.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 61174032c34eabd021bd60fbe311ee6984334660 \ sha256 3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-ptyprocess livecheck.type none } else { livecheck.type pypi }