Ticket #68224: py-terminado.Portfile.diff

File py-terminado.Portfile.diff, 1.4 KB (added by johankytt, 12 months ago)
  • Portfile

    old new  
    44PortGroup           python 1.0
    55
    66name                py-terminado
    7 version             0.13.3
     7version             0.17.1
    88revision            0
    99categories-append   devel
    1010supported_archs     noarch
     
    1313
    1414python.versions     37 38 39 310 311
    1515python.pep517       yes
     16python.pep517_backend hatch
    1617
    1718maintainers         {stromnov @stromnov} openmaintainer
    1819
    19 description         Terminals served by tornado websockets.
     20description         This is a Tornado websocket backend for the Xterm.js Javascript terminal emulator library.
    2021long_description    {*}${description}
    2122
    22 homepage            https://github.com/takluyver/terminado
     23homepage            https://github.com/jupyter/terminado
    2324
    24 checksums           rmd160  3c13317e5d58894b1a251b87f642f60e684f5293 \
    25                     sha256  94d1cfab63525993f7d5c9b469a50a18d0cdf39435b59785715539dd41e36c0d \
    26                     size    17060
     25checksums           rmd160  f41e9d97b394d93e7e17408ac50a003ddf3d45a1 \
     26                    sha256  6ccbbcd3a4f8a25a5ec04991f39a0b8db52dfcd487ea0e578d977e6752380333 \
     27                    size    30603
    2728
    2829if {${name} ne ${subport}} {
    29     depends_lib-append  port:py${python.version}-ptyprocess \
    30                         port:py${python.version}-tornado
     30    depends_lib-append  port:py${python.version}-tornado
    3131}