mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1003 B
Tcl
31 lines
1003 B
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-jupyter_server_terminals
|
|
version 0.5.3
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description A Jupyter Server Extension Providing Terminals.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jupyter-server/jupyter_server_terminals
|
|
|
|
checksums rmd160 6a2f58049d42d28698c27afd1a9315a05adf4041 \
|
|
sha256 5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 \
|
|
size 31430
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-terminado
|
|
}
|