# -*- 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-websockets
version             14.1
license             BSD
platforms           darwin
maintainers         {toby @tobypeterson} openmaintainer
description         WebSocket implementation in Python 3
long_description    websockets is a library for building WebSocket servers and \
                    clients in Python with a focus on correctness and simplicity. \
                    Built on top of asyncio, Python's standard asynchronous I/O \
                    framework, it provides an elegant coroutine-based API.

homepage            https://github.com/aaugustin/websockets

checksums           rmd160  85eaee38512bcc81d3ab24447a4b2403944c1f72 \
                    sha256  398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8 \
                    size    162840

python.versions     38 39 310 311 312 313

if {${name} ne ${subport}} {
    if {${python.version} == 38} {
        version     13.1
        revision    0
        checksums   rmd160  8ba95dda8f4432dcd2cbb24b78bfdd1b91b5ab94 \
                    sha256  a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878 \
                    size    158549
    }
    livecheck.type  none
}
