Ticket #68224: py-jupyter_server_terminals.Portfile

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