Port details |
- py-anyio High level compatibility layer for multiple asynchronous event loop implementations
- 3.6.1 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-01-03 19:57:37
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: xerces-c3, py39-pycparser, ladspa, gstreamer1-plugins-pango, libkvkontakte
- Also Listed In: python
- License: MIT
- 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.
WWW: https://github.com/agronholm/anyio
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}anyio>0:devel/py-anyio@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-anyio/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-anyio
- pkg install py39-anyio
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-anyio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-anyio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1653151080
SHA256 (anyio-3.6.1.tar.gz) = 413adf95f93886e442aea925f3ee43baa5a765a64a0f52c6081894f9992fdd0b
SIZE (anyio-3.6.1.tar.gz) = 140240
- 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_scm>=3.4 : devel/py-setuptools_scm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-idna>=2.8 : dns/py-idna@py39
- py39-sniffio>=1.1 : devel/py-sniffio@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-jupyter-server
- devel/py-watchfiles
- devel/py-watchgod
- net/py-python-socks
- www/py-httpcore
- www/py-starlette
- Configuration Options:
- ===> The following configuration options are available for py39-anyio-3.6.1:
TRIO=off: Use trio as backend
===> Use 'make config' to modify these settings
- Options name:
- devel_py-anyio
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|