# -*- 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-socketio
python.rootname     python_socketio
version             5.13.0
revision            0
categories-append   devel www
platforms           any
license             MIT
maintainers         nomaintainer
description         Socket.IO server and client for Python
long_description    {*}${description}
homepage            https://github.com/miguelgrinberg/python-socketio
checksums           rmd160  c31d97482f441de3dd5a78004dc7a9668fb4ff14 \
                    sha256  ac4e19a0302ae812e23b712ec8b6427ca0521f7c582d6abb096e36e24a263029 \
                    size    121125
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-bidict \
                    port:py${python.version}-engineio
}
