Ticket #68224: py-terminado.Portfile.diff
File py-terminado.Portfile.diff, 1.4 KB (added by johankytt, 14 months ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 6 6 name py-terminado 7 version 0.1 3.37 version 0.17.1 8 8 revision 0 9 9 categories-append devel 10 10 supported_archs noarch … … 13 13 14 14 python.versions 37 38 39 310 311 15 15 python.pep517 yes 16 python.pep517_backend hatch 16 17 17 18 maintainers {stromnov @stromnov} openmaintainer 18 19 19 description T erminals served by tornado websockets.20 description This is a Tornado websocket backend for the Xterm.js Javascript terminal emulator library. 20 21 long_description {*}${description} 21 22 22 homepage https://github.com/ takluyver/terminado23 homepage https://github.com/jupyter/terminado 23 24 24 checksums rmd160 3c13317e5d58894b1a251b87f642f60e684f5293\25 sha256 94d1cfab63525993f7d5c9b469a50a18d0cdf39435b59785715539dd41e36c0d\26 size 1706025 checksums rmd160 f41e9d97b394d93e7e17408ac50a003ddf3d45a1 \ 26 sha256 6ccbbcd3a4f8a25a5ec04991f39a0b8db52dfcd487ea0e578d977e6752380333 \ 27 size 30603 27 28 28 29 if {${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 31 31 }