# -*- 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-autobahn
version             24.4.2
license             MIT
maintainers         nomaintainer

description         WebSocket client & server library WAMP real time framework
long_description    {*}${description}

homepage            https://crossbar.io/autobahn

checksums           rmd160  6c12cc69c0909cc86f7e1bf912c6c8de73727bc2 \
                    sha256  a2d71ef1b0cf780b6d11f8b205fd2c7749765e65795f2ea7d823796642ee92c9 \
                    size    482700

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-attrs \
                    port:py${python.version}-cffi \
                    port:py${python.version}-argon2-cffi \
                    port:py${python.version}-cbor2 \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-flatbuffers \
                    port:py${python.version}-msgpack \
                    port:py${python.version}-openssl \
                    port:py${python.version}-passlib \
                    port:py${python.version}-pynacl \
                    port:py${python.version}-python-snappy \
                    port:py${python.version}-pytrie \
                    port:py${python.version}-qrcode \
                    port:py${python.version}-service_identity \
                    port:py${python.version}-twisted \
                    port:py${python.version}-txaio \
                    port:py${python.version}-u-msgpack-python \
                    port:py${python.version}-ujson
}
