You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 KiB
Tcl
# -*- 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
|
|
}
|