# -*- 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.8.0
revision            0
categories-append   devel
platforms           darwin
license             ISC
supported_archs     noarch

python.versions     27 35 36 37 38 39

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            https://pexpect.readthedocs.org/

checksums           rmd160  c9f6299e57e4c9b29c57b16ceaf0d3303da91683 \
                    sha256  fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c \
                    size    157037

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-ptyprocess

    livecheck.type      none
}
