13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-+akhbpduXjJG39ESrXrVXKkVYGtguEp1esdpvUBP9wQ=";
25 propagatedBuildInputs = [
39 # Some tests seems out-dated and require additional data
44 "test_immediate_result"
48 pythonImportsCheck = [ "txaio" ];
51 description = "Utilities to support code that runs unmodified on Twisted and asyncio";
52 homepage = "https://github.com/crossbario/txaio";
53 changelog = "https://github.com/crossbario/txaio/blob/v${version}/docs/releases.rst";
54 license = licenses.mit;