Bug 206564 - [NEW PORT] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius
Summary: [NEW PORT] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: feature
Depends on:
Blocks: 205078
  Show dependency treegraph
 
Reported: 2016-01-24 11:35 UTC by Kubilay Kocak
Modified: 2016-01-24 12:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kubilay Kocak freebsd_committer freebsd_triage 2016-01-24 11:35:34 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-24 12:48:22 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