You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 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.9.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license ISC
|
|
supported_archs noarch
|
|
|
|
python.versions 39 310 311 312 313 314
|
|
|
|
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 932c3e82c058294955642654d063dbfcc1785857 \
|
|
sha256 ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f \
|
|
size 166450
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-ptyprocess
|
|
}
|