Subject: CVS commit: pkgsrc/devel/py-iowait
From: Emile iMil Heitor
Date: 2014-05-13 14:32:29
Message id: 20140513123229.44EAA96@cvs.netbsd.org

Log Message:
Initial import of py-iowait, version 0.2, into the NetBSD Packages Collection.

Different operating systems provide different ways to wait for I/O completion
events: there's select(), poll(), epoll() and kqueue(). For cross-platform
applications it can be a pain to support all this system functions, especially
because each one provides a different interface.

IOWait solves this problem by providing a unified interface and using always
the best and faster function available in the platform. Its only limitation is
that, on Windows, it only works for sockets.

This library is compatible both with Python 2 and 3.

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