# -*- 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-gevent-websocket
version             0.10.1
revision            0
categories-append   devel net
platforms           any
license             MIT
maintainers         nomaintainer
description         WebSocket library for gevent networking library
long_description    {*}${description}
homepage            https://gitlab.com/noppo/gevent-websocket
checksums           rmd160  99ea547011169d06b03e3bcc9ccac6726567c8bb \
                    sha256  7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0 \
                    size    18366
supported_archs     noarch

python.versions     310 311 312 313 314

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