| Port details on branch 2026Q2 |
- py-trio Library for async concurrency and I/O
- 0.33.0 net
=5 0.33.0Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2020-07-16 14:04:52
- Last Update: 2026-02-16 09:38:07
- Commit Hash: 8191861
- People watching this port, also watch:: p5-Encode-Locale, font-misc-meltho, py311-pycparser, libinotify, mkfontscale
- Also Listed In: python
- License: APACHE20 MIT
- WWW:
- https://pypi.org/project/trio/
- https://github.com/python-trio/trio
- Description:
- A permissively licensed, async/await-native I/O library for Python. Its main
purpose is to help you write programs that do multiple things at the same time
with parallelized I/O. A web spider that wants to fetch lots of pages in
parallel, a web server that needs to juggle lots of downloads and websocket
connections at the same time, a process supervisor monitoring multiple
subprocesses. Compared to other libraries, Trio attempts to distinguish itself
with an obsessive focus on usability and correctness. Concurrency is
complicated; trio tries to make it easy to get things right.
Trio was built from the ground up to take advantage of the latest Python
features, and draws inspiration from many sources, in particular Dave Beazley's
Curio. The resulting design is radically simpler than older competitors like
asyncio and Twisted, yet just as capable.
 ¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-trio/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-trio
- pkg install py311-trio
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 py311-trio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-trio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1771233379
SHA256 (trio-0.33.0.tar.gz) = a29b92b73f09d4b48ed249acd91073281a7f1063f09caba5dc70465b5c7aa970
SIZE (trio-0.33.0.tar.gz) = 605109
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-astor>=0 : devel/py-astor@py311
- py311-black>=0 : devel/py-black@py311
- py311-jedi>=0.18.0 : devel/py-jedi@py311
- py311-pyopenssl>=0 : security/py-pyopenssl@py311
- py311-pytest>=0 : devel/py-pytest@py311
- py311-ruff>=0 : devel/py-ruff@py311
- py311-trustme>=0 : security/py-trustme@py311
- pylint-py311>=0 : devel/pylint@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-async_generator>0 : devel/py-async_generator@py311
- py311-attrs>=19.2.0 : devel/py-attrs@py311
- py311-cffi>=1.14 : devel/py-cffi@py311
- py311-idna>0 : dns/py-idna@py311
- py311-outcome>0 : devel/py-outcome@py311
- py311-sniffio>0 : devel/py-sniffio@py311
- py311-sortedcontainers>0 : devel/py-sortedcontainers@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-cyclopts
- devel/py-pytest-trio
- dns/py-dnspython
- multimedia/streamlink
- net/py-aiohttp-socks
- net/py-python-socks
- net/py-trio-websocket
Configuration Options:
- No options to configure
- Options name:
- net_py-trio
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|