You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
36 lines
1.2 KiB
Tcl
36 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
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 1
|
|
name py-dockerpty
|
|
|
|
categories-append devel
|
|
license Apache-2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
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 310 311
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-docker \
|
|
port:py${python.version}-six
|
|
}
|