You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.2 KiB
Tcl
38 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup d11wtq dockerpty 0.4.1 v
|
|
revision 1
|
|
name py-dockerpty
|
|
|
|
categories-append devel
|
|
platforms darwin
|
|
license Apache-2
|
|
maintainers {emcrisostomo @emcrisostomo} \
|
|
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 \
|
|
size 19608
|
|
|
|
python.versions 27 37 38 39
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-docker \
|
|
port:py${python.version}-six
|
|
|
|
livecheck.type none
|
|
}
|