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-anyio3 High level compatibility layer for multiple asynchronous event loop implementations
3.7.1 devel 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 3.7.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-04 21:33:07
Last Update: 2024-04-08 12:37:28
Commit Hash: 0a4260b
Also Listed In: python
License: MIT
WWW:
https://github.com/agronholm/anyio
Description:
AnyIO is a asynchronous compatibility API that allows applications and libraries written against it to run unmodified on asyncio, curio and trio. It bridges the following functionality: - Task groups - Cancellation - Threads - Signal handling - Asynchronous file I/O - Subprocesses - Inter-task synchronization and communication (locks, conditions, events, semaphores, object streams) - High level networking (TCP, UDP and UNIX sockets) You can even use it together with native libraries from your selected backend in applications. Doing this in libraries is not advisable however since it limits the usefulness of your library.
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}anyio3>0:devel/py-anyio3@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-anyio3/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-anyio3
  • pkg install py39-anyio3
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-anyio3 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-anyio3
Package flavors (<flavor>: <package>)
  • py39: py39-anyio3
distinfo:
TIMESTAMP = 1688902087 SHA256 (anyio-3.7.1.tar.gz) = 44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780 SIZE (anyio-3.7.1.tar.gz) = 142927

Packages (timestamps in pop-ups are UTC):
py39-anyio3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.7.13.7.1-3.7.13.7.1---
FreeBSD:13:quarterly3.7.13.7.1-3.7.13.7.13.7.13.7.13.7.1
FreeBSD:14:latest3.7.13.7.1-3.7.13.7.1---
FreeBSD:14:quarterly3.7.13.7.1-3.7.13.7.13.7.13.7.13.7.1
FreeBSD:15:latest3.7.13.7.1n/a3.7.1n/a3.7.13.7.13.7.1
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>=61 : devel/py-setuptools@py39
  2. py39-setuptools-scm>=6.4 : devel/py-setuptools-scm@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-exceptiongroup>=1.1.1 : devel/py-exceptiongroup@py39
  2. py39-idna>=2.8 : dns/py-idna@py39
  3. py39-sniffio>=1.1 : devel/py-sniffio@py39
  4. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-watchgod

Configuration Options:
===> The following configuration options are available for py39-anyio3-3.7.1: TRIO=off: Use trio as backend ===> Use 'make config' to modify these settings
Options name:
devel_py-anyio3
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/a/anyio/
  2. https://pypi.org/packages/source/a/anyio/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.7.1
08 Apr 2024 12:37:28
commit hash: 0a4260b3a1a599e94eca7a85d38f97214fb4606ecommit hash: 0a4260b3a1a599e94eca7a85d38f97214fb4606ecommit hash: 0a4260b3a1a599e94eca7a85d38f97214fb4606ecommit hash: 0a4260b3a1a599e94eca7a85d38f97214fb4606e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/python.mk: Introduce PY_EXCEPTIONGROUP

The minimal version is set to 1.1.1 because it is required by devel/py-cattrs.
Convert ports to use PY_EXCEPTIONGROUP to simplify Makefile.

With hat:	python
3.7.1
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
3.7.1
04 Sep 2023 21:30:01
commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-anyio3: Add py-anyio3 3.7.1 (copied from py-anyio)

- Add PORTSCOUT

Number of commits found: 3