Port details |
- py-anyio3 High level compatibility layer for multiple asynchronous event loop implementations
- 3.7.1 devel =2 3.7.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-09-04 21:33:07
- Last Update: 2024-04-08 12:37:28
- Commit Hash: 0a4260b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=61 : devel/py-setuptools@py39
- py39-setuptools-scm>=6.4 : devel/py-setuptools-scm@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-exceptiongroup>=1.1.1 : devel/py-exceptiongroup@py39
- py39-idna>=2.8 : dns/py-idna@py39
- py39-sniffio>=1.1 : devel/py-sniffio@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.1 08 Apr 2024 12:37:28 |
Po-Chuan Hsieh (sunpoet) |
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 |
Charlie Li (vishwin) |
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 |
Po-Chuan Hsieh (sunpoet) |
devel/py-anyio3: Add py-anyio3 3.7.1 (copied from py-anyio)
- Add PORTSCOUT |