# -*- 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.2
license             BSD
platforms           darwin
maintainers         nomaintainer
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  25e94c4fd6fa6c6ca1477fb6c4622ce1932ae173 \
                    sha256  5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5 \
                    size    164394

python.versions     39 310 311 312 313