You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
44 lines
1.4 KiB
Tcl
44 lines
1.4 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
|
|
|
|
name py-terminado
|
|
version 0.9.4
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Terminals served by tornado websockets.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/takluyver/terminado
|
|
|
|
checksums rmd160 ef23d8277dc6f247e457fa7dacfebbaeb67e68bd \
|
|
sha256 9a7dbcfbc2778830eeb70261bf7aa9d98a3eac8631a3afe3febeb57c12f798be \
|
|
size 13934
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-ptyprocess \
|
|
port:py${python.version}-tornado
|
|
|
|
if {${python.version} <= 35} {
|
|
version 0.8.3
|
|
revision 0
|
|
distname ${python.rootname}-${version}
|
|
checksums rmd160 560debcbd40f868b5cb8aaed91f63abcc507f0ac \
|
|
sha256 4804a774f802306a7d9af7322193c5390f1da0abb429e082a10ef1d46e6fb2c2 \
|
|
size 21165
|
|
} else {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|