9 buildPythonPackage rec {
10 pname = "types-awscrt";
14 disabled = pythonOlder "3.8";
17 pname = "types_awscrt";
19 hash = "sha256-BDwK4P5dJyYYKUy+rxw0mmVKn3wAEhvmTSdIaTOsSiY=";
22 build-system = [ setuptools ];
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 ];