10 buildPythonPackage rec {
12 version = "1.3.0.post0";
14 disabled = pythonOlder "3.4";
17 inherit pname version;
18 hash = "sha256-nc8C5l8pcbgAR7N3Ro5yomjhXArzzxI45v8U9/kRQ7g=";
25 nativeCheckInputs = [ pytest ];
26 propagatedBuildInputs = [ attrs ];
27 # Has a test dependency on trio, which depends on outcome.
31 description = "Capture the outcome of Python function calls.";
32 homepage = "https://github.com/python-trio/outcome";
33 license = with lib.licenses; [ mit asl20 ];
34 maintainers = with lib.maintainers; [ catern ];