Port details |
- py-trio-websocket WebSocket library for Trio
- 0.11.1 net
=0 0.10.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-05-27 04:27:50
- Last Update: 2023-09-30 00:44:38
- Commit Hash: 47f1519
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/python-trio/trio-websocket
- Description:
- Trio WebSocket implements both server and client aspects of the the WebSocket
protocol, striving for safety, correctness, and ergonomics. It is based on the
wsproto project, which is a Sans-IO state machine that implements the majority
of the WebSocket protocol, including framing, codecs, and events. This library
handles I/O using the Trio framework. This library passes the Autobahn Test
Suite.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}trio-websocket>0:net/py-trio-websocket@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-trio-websocket/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-trio-websocket
- pkg install py39-trio-websocket
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-trio-websocket listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-trio-websocket
- Package flavors (<flavor>: <package>)
- py39: py39-trio-websocket
- distinfo:
- TIMESTAMP = 1696001392
SHA256 (trio-websocket-0.11.1.tar.gz) = 18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f
SIZE (trio-websocket-0.11.1.tar.gz) = 26511
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-trio>=0.11 : net/py-trio@py39
- py39-wsproto>=0.14 : net/py-wsproto@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- py39-exceptiongroup>=0 : devel/py-exceptiongroup@py39
- This port is required by:
- for Run
-
- multimedia/streamlink
- www/py-selenium
Configuration Options:
- No options to configure
- Options name:
- net_py-trio-websocket
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.1 30 Sep 2023 00:44:38
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-trio-websocket: Update to 0.11.1
Changes: https://github.com/python-trio/trio-websocket/blob/master/CHANGELOG.md |
0.10.4 11 Sep 2023 03:11:31
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-trio-websocket: Update to 0.10.4
- Update WWW
Changes: https://github.com/python-trio/trio-websocket/blob/master/CHANGELOG.md |
0.10.3 30 Jun 2023 07:04:31
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-trio-websocket: Update to 0.10.3
Changes: https://github.com/HyperionGray/trio-websocket/blob/master/CHANGELOG.md |
0.10.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.10.2 27 May 2023 04:06:42
    |
Po-Chuan Hsieh (sunpoet)  |
net/py-trio-websocket: Add py-trio-websocket 0.10.2
Trio WebSocket implements both server and client aspects of the the WebSocket
protocol, striving for safety, correctness, and ergonomics. It is based on the
wsproto project, which is a Sans-IO state machine that implements the majority
of the WebSocket protocol, including framing, codecs, and events. This library
handles I/O using the Trio framework. This library passes the Autobahn Test
Suite. |
Number of commits found: 5
|