[Buildroot] [PATCH 1/2] package/python-aiofiles : new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Sep 6 19:00:22 UTC 2020


On Fri,  4 Sep 2020 16:33:00 +0200
Jugurtha BELKALEM <jugurtha.belkalem at smile.fr> wrote:

> 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 y introducing asynchronous versions of files
> that support delegating operations to a separate thread pool.
> 
> More information is available at :
> https://pypi.org/project/aiofiles.
> 
> Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem at smile.fr>
> ---
> Package has been tested with check-package:
> $ ./utils/check-package package/python-aiofiles/*
> 27 lines processed
> 0 warnings generated

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list