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 photos
All times are UTC
Ukraine
Port details
py-aiofile Asynchronous file operations
3.9.0 develnew! 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 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 search for ports maintained by this maintainer
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.
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.
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>)
  • py311: py311-aiofile
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):
py311-aiofile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.9.03.9.0--3.9.0n/an/an/a
FreeBSD:13:quarterly-3.9.0---n/an/an/a
FreeBSD:14:latest3.9.03.9.0--3.9.0---
FreeBSD:14:quarterly3.9.03.9.0--3.9.0---
FreeBSD:15:latest3.9.03.9.0n/a-n/an/a--
FreeBSD:15:quarterly3.9.03.9.0n/a-n/an/a--
FreeBSD:16:latest3.9.03.9.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-caio>0 : devel/py-caio@py311
  2. python3.11 : lang/python311
This port is required by:
for Build
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/aiofile/
  2. https://pypi.org/packages/source/a/aiofile/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.0
24 Feb 2026 07:05:50
commit hash: 0351720c5ce30e1404a63eb7fdc305f79f4da5d2commit hash: 0351720c5ce30e1404a63eb7fdc305f79f4da5d2commit hash: 0351720c5ce30e1404a63eb7fdc305f79f4da5d2commit hash: 0351720c5ce30e1404a63eb7fdc305f79f4da5d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-aiofile: New port: Asynchronous file operations

Number of commits found: 1