11 buildPythonPackage rec {
16 disabled = pythonOlder "3.10";
18 src = fetchFromGitHub {
22 hash = "sha256-P7JxUigD7ZyhtocV+YuAVxuUYVa4F7PpXuA1CCmcMvg=";
25 build-system = [ setuptools ];
27 dependencies = [ typing-extensions ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "duet" ];
34 # test fails because builder is too busy and cannot finish quickly enough
39 description = "Simple future-based async library for python";
40 homepage = "https://github.com/google/duet";
41 maintainers = with maintainers; [ drewrisinger ];