[Bug 206564] [NEW PORT] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 24 12:48:22 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206564

--- Comment #1 from commit-hook at freebsd.org ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list