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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-trio Library for async concurrency and I/O
0.25.0 net on this many watch lists=5 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.23.2_1Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-07-16 14:04:52
Last Update: 2024-03-17 17:36:08
Commit Hash: b8f9d31
People watching this port, also watch:: p5-Encode-Locale, font-misc-meltho, py39-pycparser, libinotify, mkfontscale
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

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 = 1710686840 SHA256 (trio-0.25.0.tar.gz) = 9b41f5993ad2c0e5f62d0acca320ec657fdb6b2a2c22b8c7aed6caf154475c4e SIZE (trio-0.25.0.tar.gz) = 551863

Packages (timestamps in pop-ups are UTC):
py37-trio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.18.0---0.17.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-trio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.24.00.25.0-0.24.00.25.0---
FreeBSD:13:quarterly0.23.2_10.23.2_10.22.0_10.23.2_10.23.2_10.23.2_10.23.2_10.23.2_1
FreeBSD:14:latest0.24.00.25.00.22.0_10.24.00.25.00.22.0_1-0.22.0_1
FreeBSD:14:quarterly0.23.2_10.23.2_1-0.23.2_10.23.2_10.23.2_10.23.2_10.23.2_1
FreeBSD:15:latest0.24.00.25.0n/a0.24.0n/a0.24.00.24.00.24.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-astor>=0 : devel/py-astor@py39
  2. py39-jedi>=0.18.0 : devel/py-jedi@py39
  3. py39-openssl>=0 : security/py-openssl@py39
  4. py39-pytest>=0 : devel/py-pytest@py39
  5. py39-trustme>=0 : security/py-trustme@py39
  6. pylint-py39>=0 : devel/pylint@py39
  7. python3.9 : lang/python39
  8. py39-exceptiongroup>=1.0.0rc9 : devel/py-exceptiongroup@py39
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. python3.9 : lang/python39
  9. py39-exceptiongroup>=1.0.0rc9 : devel/py-exceptiongroup@py39
This port is required by:
for Run
  1. devel/py-pytest-trio
  2. dns/py-dnspython
  3. multimedia/streamlink
  4. net/py-aiohttp-socks
  5. net/py-python-socks
  6. net/py-trio-websocket
  7. www/py-httpx-socks
Expand this list (8 items / 1 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/py-selenium
  3. Collapse this list.

Configuration Options:
No options to configure
Options name:
net_py-trio
USES:
python
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: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.25.0
17 Mar 2024 17:36:08
commit hash: b8f9d3147ecc71d1227d24fc8723c5e082a84342commit hash: b8f9d3147ecc71d1227d24fc8723c5e082a84342commit hash: b8f9d3147ecc71d1227d24fc8723c5e082a84342commit hash: b8f9d3147ecc71d1227d24fc8723c5e082a84342 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.25.0
0.24.0
10 Jan 2024 21:17:39
commit hash: cdb47e5d5c272fb00319ee22e134951f55fff8c4commit hash: cdb47e5d5c272fb00319ee22e134951f55fff8c4commit hash: cdb47e5d5c272fb00319ee22e134951f55fff8c4commit hash: cdb47e5d5c272fb00319ee22e134951f55fff8c4 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.24.0
0.23.2_1
17 Dec 2023 21:19:27
commit hash: b3f1221aa9b8eb4ce326098f2d51069440cb8d61commit hash: b3f1221aa9b8eb4ce326098f2d51069440cb8d61commit hash: b3f1221aa9b8eb4ce326098f2d51069440cb8d61commit hash: b3f1221aa9b8eb4ce326098f2d51069440cb8d61 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Use pep517 macro instead of dummy setup.py

Notified by:	vishwin
0.23.2
15 Dec 2023 08:24:09
commit hash: 5d3642c6b034f08e7ab03f6c1f365f13e4474985commit hash: 5d3642c6b034f08e7ab03f6c1f365f13e4474985commit hash: 5d3642c6b034f08e7ab03f6c1f365f13e4474985commit hash: 5d3642c6b034f08e7ab03f6c1f365f13e4474985 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.23.2
0.23.1
04 Nov 2023 08:07:25
commit hash: 24abafcc4d386776b52eddd0813684c8f6fa279fcommit hash: 24abafcc4d386776b52eddd0813684c8f6fa279fcommit hash: 24abafcc4d386776b52eddd0813684c8f6fa279fcommit hash: 24abafcc4d386776b52eddd0813684c8f6fa279f files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.23.1
0.23.0
03 Nov 2023 07:49:34
commit hash: e33cd849fe2e4c8c2b62dcda675afb71b66c092fcommit hash: e33cd849fe2e4c8c2b62dcda675afb71b66c092fcommit hash: e33cd849fe2e4c8c2b62dcda675afb71b66c092fcommit hash: e33cd849fe2e4c8c2b62dcda675afb71b66c092f files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.23.0

Changes:	https://trio.readthedocs.io/en/latest/history.html#trio-0-23-0-2023-11-03
0.22.2
20 Jul 2023 06:39:29
commit hash: 91f0f64fa20e6cb50c184fcb10a2b475f76bc61bcommit hash: 91f0f64fa20e6cb50c184fcb10a2b475f76bc61bcommit hash: 91f0f64fa20e6cb50c184fcb10a2b475f76bc61bcommit hash: 91f0f64fa20e6cb50c184fcb10a2b475f76bc61b files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.22.2
0.22.1
02 Jul 2023 14:19:42
commit hash: a57e1bbd32c5bb0a941b52351a4298156dbcde43commit hash: a57e1bbd32c5bb0a941b52351a4298156dbcde43commit hash: a57e1bbd32c5bb0a941b52351a4298156dbcde43commit hash: a57e1bbd32c5bb0a941b52351a4298156dbcde43 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.22.1
0.22.0_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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.22.0_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.22.0_1
14 Nov 2022 15:09:57
commit hash: ee1cad90ea2430c6148eed8c11e841a4360b5e03commit hash: ee1cad90ea2430c6148eed8c11e841a4360b5e03commit hash: ee1cad90ea2430c6148eed8c11e841a4360b5e03commit hash: ee1cad90ea2430c6148eed8c11e841a4360b5e03 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
0.22.0
30 Sep 2022 19:57:04
commit hash: 57c93d7674e54ccc669bd8a611e1bb7869adebb6commit hash: 57c93d7674e54ccc669bd8a611e1bb7869adebb6commit hash: 57c93d7674e54ccc669bd8a611e1bb7869adebb6commit hash: 57c93d7674e54ccc669bd8a611e1bb7869adebb6 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.22.0
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.21.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.21.0
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.21.0
26 Jun 2022 17:17:19
commit hash: 9b083431d6f6346e237be9cfd32e9ebc0fd81b62commit hash: 9b083431d6f6346e237be9cfd32e9ebc0fd81b62commit hash: 9b083431d6f6346e237be9cfd32e9ebc0fd81b62commit hash: 9b083431d6f6346e237be9cfd32e9ebc0fd81b62 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.21.0
0.20.0
21 Feb 2022 20:35:45
commit hash: eabbc6a9799fd68cdb1295cb6736e347268d8df8commit hash: eabbc6a9799fd68cdb1295cb6736e347268d8df8commit hash: eabbc6a9799fd68cdb1295cb6736e347268d8df8commit hash: eabbc6a9799fd68cdb1295cb6736e347268d8df8 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.20.0
0.19.0
17 Jun 2021 17:10:30
commit hash: bfe8690aac7def2dc57e32270118495ed8107213commit hash: bfe8690aac7def2dc57e32270118495ed8107213commit hash: bfe8690aac7def2dc57e32270118495ed8107213commit hash: bfe8690aac7def2dc57e32270118495ed8107213 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
net/py-trio: Update to 0.19.0
0.18.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.18.0
11 Jan 2021 10:44:04
Revision:561206Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.18.0
0.17.0
26 Sep 2020 20:56:04
Revision:550223Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.17.0
0.16.0_1
21 Jul 2020 18:52:06
Revision:542779Original commit files touched by this commit
ehaupt search for other commits by this committer
Add LICENSE_FILE and testing support

PR:		248146
Submitted by:	amdmi3
0.16.0
16 Jul 2020 14:04:41
Revision:542358Original commit files touched by this commit
ehaupt search for other commits by this committer
Add py-trio 0.16.0, library for async concurrency and I/O.

Number of commits found: 23