1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup pexpect ptyprocess 0.4 |
---|
9 | name py-ptyprocess |
---|
10 | categories-append devel |
---|
11 | platforms darwin |
---|
12 | license BSD |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | python.versions 27 34 |
---|
16 | |
---|
17 | maintainers nomaintainer |
---|
18 | |
---|
19 | description Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. |
---|
20 | long_description ${description} |
---|
21 | |
---|
22 | checksums rmd160 41a85436e93e45bf9a834fc23a3037a631b738e1 \ |
---|
23 | sha256 4a79f5c32b5b272c1ad96367fb75dedf9461fb6e9d452ab5764a6e14f8e1cef7 |
---|
24 | |
---|
25 | if {${name} ne ${subport}} { |
---|
26 | livecheck.type none |
---|
27 | } |
---|