10 buildPythonPackage rec {
11 pname = "typing-inspect";
13 format = "setuptools";
17 pname = "typing_inspect";
18 hash = "sha256-sj/EL/b272lU5IUsH7USzdGNvqAxNPkfhWqVzMlGH3g=";
21 propagatedBuildInputs = [
26 nativeCheckInputs = [ pytestCheckHook ];
29 # https://github.com/ilevkivskyi/typing_inspect/issues/84
30 "test_typed_dict_typing_extension"
33 pythonImportsCheck = [ "typing_inspect" ];
36 description = "Runtime inspection utilities for Python typing module";
37 homepage = "https://github.com/ilevkivskyi/typing_inspect";
38 license = licenses.mit;
39 maintainers = with maintainers; [ albakham ];