Port details on branch 2022Q4 |
- py-trio Library for async concurrency and I/O
- 0.22.0_1 net
=0 0.22.0_1Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2022-11-14 15:12:31
- Last Update: 2022-11-14 15:10:31
- Commit Hash: 922f4a8
- Also Listed In: python
- License: APACHE20 MIT
- WWW:
- https://pypi.org/project/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.
- 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 py39-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 py39-trio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-trio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1664567440
SHA256 (trio-0.22.0.tar.gz) = ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf
SIZE (trio-0.22.0.tar.gz) = 472205
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- Runtime dependencies:
-
- py39-async_generator>0 : devel/py-async_generator@py39
- py39-attrs>=19.2.0 : devel/py-attrs@py39
- py39-cffi>=1.14 : devel/py-cffi@py39
- py39-idna>0 : dns/py-idna@py39
- py39-outcome>0 : devel/py-outcome@py39
- py39-sniffio>0 : devel/py-sniffio@py39
- py39-sortedcontainers>0 : devel/py-sortedcontainers@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- py39-exceptiongroup>=1.0.0rc9 : devel/py-exceptiongroup@py39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_py-trio
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|