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 Friendly Python library for async concurrency and I/O
0.16.0 devel Deleted 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.16.0Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-07-21 17:15:13
Last Update: 2020-07-21 18:19:10
SVN Revision: 542773
Also Listed In: python
License: MIT APACHE20
WWW:
https://pypi.org/project/trio/
Description:
The Trio project’s goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, 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… that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right. WWW: https://pypi.org/project/trio/
Homepage    cgit ¦ GitHub ¦ 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:devel/py-trio@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-trio
Package flavors (<flavor>: <package>)
  • py37: py37-trio
distinfo:
TIMESTAMP = 1594817001 SHA256 (trio-0.16.0.tar.gz) = df067dd0560c321af39d412cd81fc3a7d13f55af9150527daab980683e9fcf3c SIZE (trio-0.16.0.tar.gz) = 414931

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-async_generator>=0 : devel/py-async_generator@py37
  2. py37-sniffio>=0 : devel/py-sniffio@py37
  3. py37-sortedcontainers>=0 : devel/py-sortedcontainers@py37
  4. py37-attrs>=0 : devel/py-attrs@py37
  5. py37-idna>=0 : dns/py-idna@py37
  6. py37-outcome>=0 : devel/py-outcome@py37
  7. py37-setuptools>0 : devel/py-setuptools@py37
  8. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.0
21 Jul 2020 18:19:10
Revision:542773Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove devel/py-trio for being a duplicate of net/py-trio added a few days ago

Reported by:	linimon
0.16.0
21 Jul 2020 17:15:07
Revision:542760Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add devel/py-trio: Friendly Python library for async concurrency and I/O

The Trio project's goal is to produce a production-quality,
permissively licensed, async/await-native I/O library for Python.
Like all async libraries, 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... that sort of thing. Compared to other
libraries, Trio attempts to distinguish itself with an obsessive
focus on usability and correctness. Concurrency is complicated; we
try to make it easy to get things right.

WWW: https://pypi.org/project/trio/

Number of commits found: 2