9 buildPythonPackage rec {
10 pname = "types-awscrt";
14 disabled = pythonOlder "3.7";
17 pname = "types_awscrt";
19 hash = "sha256-ZImKL0okaPZiM8uMKcX2bekHz4C6HvW7E1mu8vgbtSE=";
22 build-system = [ poetry-core ];
24 pythonImportsCheck = [ "awscrt-stubs" ];
27 description = "Type annotations and code completion for awscrt";
28 homepage = "https://github.com/youtype/types-awscrt";
29 changelog = "https://github.com/youtype/types-awscrt/releases/tag/${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];