notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2022Q4
py-trio Library for async concurrency and I/O
0.22.0_1 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.22.0_1Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py39: py39-trio
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-async_generator>0 : devel/py-async_generator@py39
  2. py39-attrs>=19.2.0 : devel/py-attrs@py39
  3. py39-cffi>=1.14 : devel/py-cffi@py39
  4. py39-idna>0 : dns/py-idna@py39
  5. py39-outcome>0 : devel/py-outcome@py39
  6. py39-sniffio>0 : devel/py-sniffio@py39
  7. py39-sortedcontainers>0 : devel/py-sortedcontainers@py39
  8. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  9. python3.9 : lang/python39
  10. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/trio/
  2. https://pypi.org/packages/source/t/trio/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.22.0_1
14 Nov 2022 15:10:31
commit hash: 922f4a85e95bccf9e0524ab37bf8e694ae0919c4commit hash: 922f4a85e95bccf9e0524ab37bf8e694ae0919c4commit hash: 922f4a85e95bccf9e0524ab37bf8e694ae0919c4commit hash: 922f4a85e95bccf9e0524ab37bf8e694ae0919c4 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Add missing dependency

Add missing dependency (exceptiongroup), backported from python 3.11.

PR:		267133
Reported by:	parv.0zero9+freebsd@gmail.com

(cherry picked from commit ee1cad90ea2430c6148eed8c11e841a4360b5e03)

Number of commits found: 1