| Port details |
- py-aiofile Asynchronous file operations
- 3.9.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-02-24 07:09:12
- Last Update: 2026-02-24 07:05:50
- Commit Hash: 0351720
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/mosquito/aiofile
- Description:
- Real asynchronous file operations with asyncio support.
Features:
* Since version 2.0.0 using caio, which contains linux libaio and two
thread-based implementations (c-based and pure-python).
* AIOFile has no internal pointer. You should pass offset and chunk_size for
each operation or use helpers (Reader or Writer). The simplest way is to
use async_open for creating object with file-like interface.
* For Linux using implementation based on libaio.
* For POSIX (MacOS X and optional Linux) using implementation based on
threadpool.
* Otherwise using pure-python thread-based implementation.
* Implementation chooses automatically depending on system compatibility.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}aiofile>0:devel/py-aiofile@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-aiofile/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-aiofile
- pkg install py311-aiofile
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 py311-aiofile listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-aiofile
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1771915070
SHA256 (aiofile-3.9.0.tar.gz) = e5ad718bb148b265b6df1b3752c4d1d83024b93da9bd599df74b9d9ffcf7919b
SIZE (aiofile-3.9.0.tar.gz) = 17943
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:
-
- py311-poetry-core>0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-caio>0 : devel/py-caio@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- misc/py-fastmcp
Configuration Options:
- No options to configure
- Options name:
- devel_py-aiofile
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.9.0 24 Feb 2026 07:05:50
    |
Yuri Victorovich (yuri)  |
devel/py-aiofile: New port: Asynchronous file operations |
Number of commits found: 1
|