8 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "python-trio";
18 sha256 = "0h86i09v4909a8nk5lp36jlwz6rsln6vyg3d0i13ykxa6lrx1c2l";
21 propagatedBuildInputs = [
30 # mess with $PYTHONPATH
31 "test_build_py_modules"
32 "test_build_py_packages"
33 "test_project_structure_after_build_py_packages"
34 "test_project_structure_after_customized_build_py_packages"
37 pythonImportsCheck = [ "unasync" ];
40 description = "Project that can transform your asynchronous code into synchronous code";
41 homepage = "https://github.com/python-trio/unasync";
42 license = with licenses; [ mit /* or */ asl20 ];
43 maintainers = with maintainers; [ dotlambda ];