Ticket #47014: Portfile.2

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