# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup d11wtq dockerpty 0.4.1 v name py-dockerpty categories-append devel platforms darwin license Apache-2 maintainers sean openmaintainer description Pseudo-tty handler for docker Python client long_description Provides the functionality needed to operate the \ pseudo-tty (PTY) allocated to a docker container, \ using the Python client. checksums rmd160 6d0604c549d301b92b98c2b25825ff04881e48cd \ sha256 9603174148835398767ee75ac763333321bf84f764de93891a5decd07aa58d08 python.versions 27 34 if {${subport} ne ${name}} { depends_build-append \ port:py${python.version}-setuptools depends_lib port:py${python.version}-docker livecheck.type none }