Subject: CVS commit: pkgsrc/devel
From: Adam Ciarcinski
Date: 2017-07-07 09:20:54
Message id: 20170707072054.D0D5AFAE8@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-aiofiles/DESCR
1.1addpkgsrc/devel/py-aiofiles/Makefile
1.1addpkgsrc/devel/py-aiofiles/PLIST
1.1addpkgsrc/devel/py-aiofiles/distinfo