Summary: | [NEW PORT] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Kubilay Kocak <koobs> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Keywords: | feature |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 205078 |
Description
Kubilay Kocak
2016-01-24 11:35:34 UTC
A commit references this bug: Author: koobs Date: Sun Jan 24 12:47:20 UTC 2016 New revision: 407115 URL: https://svnweb.freebsd.org/changeset/ports/407115 Log: [NEW] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius 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. WWW: https://github.com/crossbario/txaio [1] https://github.com/crossbario/txaio/pull/53 PR: 206564 Changes: head/devel/Makefile head/devel/py-txaio/ head/devel/py-txaio/Makefile head/devel/py-txaio/distinfo head/devel/py-txaio/files/ head/devel/py-txaio/files/patch-test_test__packaging.py head/devel/py-txaio/pkg-descr |