# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-pexpect version 4.6.0 revision 0 categories-append devel platforms darwin license ISC supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 fa9ea28909daa2ccabef03bb831794695b0cb965 \ sha256 2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba \ size 148966 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-ptyprocess livecheck.type none }