Port details |
- py-aiofiles File support for asyncio
- 0.8.0 devel
=0 0.7.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2019-02-16 22:50:36
- Last Update: 2021-12-21 18:47:59
- Commit Hash: 7ea3370
- Also Listed In: python
- License: APACHE20
- Description:
- aiofiles is an Apache2 licensed library, written in Python, for handling local
disk files in asyncio applications.
Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio applications,
which shouldn't block the executing thread. aiofiles helps with this by
introducing asynchronous versions of files that support delegating operations to
a separate thread pool.
Features:
- a file API very similar to Python's standard, blocking API
- support for buffered and unbuffered binary files, and buffered text files
- support for async/await (PEP 492) constructs
WWW: https://github.com/Tinche/aiofiles
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}aiofiles>0:devel/py-aiofiles@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-aiofiles/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-aiofiles
- pkg install py38-aiofiles
NOTE: This is a Python port. Instead of py38-aiofiles listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-aiofiles
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1638556544
SHA256 (aiofiles-0.8.0.tar.gz) = 8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59
SIZE (aiofiles-0.8.0.tar.gz) = 14082
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-mac-vendor-lookup
- devel/py-pop
- Configuration Options:
- No options to configure
- Options name:
- devel_py-aiofiles
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|