1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-jupyter_server_terminals |
---|
7 | version 0.4.4 |
---|
8 | revision 0 |
---|
9 | categories-append devel |
---|
10 | license BSD |
---|
11 | supported_archs noarch |
---|
12 | platforms {darwin any} |
---|
13 | |
---|
14 | python.versions 37 38 39 310 311 |
---|
15 | python.pep517 yes |
---|
16 | python.pep517_backend hatch |
---|
17 | |
---|
18 | maintainers {stromnov @stromnov} openmaintainer |
---|
19 | |
---|
20 | description Jupyter Server Terminals is a Jupyter Server Extension providing support for terminals |
---|
21 | long_description {*}${description} |
---|
22 | |
---|
23 | homepage https://ipython.org/ |
---|
24 | |
---|
25 | checksums rmd160 eb21e1a739e8c8b873b5dd8df344631fbc523145 \ |
---|
26 | sha256 57ab779797c25a7ba68e97bcfb5d7740f2b5e8a83b5e8102b10438041a7eac5d \ |
---|
27 | size 29850 |
---|
28 | |
---|
29 | if {${name} ne ${subport}} { |
---|
30 | depends_lib-append port:py${python.version}-terminado |
---|
31 | |
---|
32 | livecheck.type none |
---|
33 | } |
---|