11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "df976f2cdcfb034b147a2d51edfc34ff6bfb12d4e2643d3ad0e10de058cb1612";
21 disabled = pythonOlder "3.6";
23 propagatedBuildInputs = [ typing-extensions ];
30 # also fails upstream: https://github.com/aio-libs/janus/pull/258
31 disabledTests = [ "test_format" ];
34 description = "Mixed sync-async queue";
35 homepage = "https://github.com/aio-libs/janus";
36 license = licenses.asl20;
37 maintainers = [ maintainers.simonchatts ];