Subject: CVS commit: pkgsrc/devel/py-txaio
From: Thomas Klausner
Date: 2017-02-22 14:14:02
Message id: 20170222131402.EA42EFBE4@cvs.NetBSD.org

Log Message:
Import py-txaio-2.6.0 as devel/py-txaio.

txaio is a helper library for writing code that runs unmodified on
both Twisted and asyncio / Trollius.

This is like six, but for wrapping over differences between Twisted
and asyncio so one can write code that runs unmodified on both (aka
source code compatibility). In other words: your users can choose
if they want asyncio or Twisted as a dependency.

Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one's event loop to the other using some event loop adapter.

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