You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1011 B
Tcl
25 lines
1011 B
Tcl
# -*- 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 16.0
|
|
revision 0
|
|
|
|
license BSD
|
|
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 c297a8066530fb762276538aadb91a1e3b95f6e3 \
|
|
sha256 5f6261a5e56e8d5c42a4497b364ea24d94d9563e8fbd44e78ac40879c60179b5 \
|
|
size 179346
|
|
|
|
python.versions 310 311 312 313 314
|