9 buildPythonPackage rec {
10 pname = "typing-inspect";
15 pname = "typing_inspect";
16 sha256 = "1dzs9a1pr23dhbvmnvms2jv7l7jk26023g5ysf0zvnq8b791s6wg";
19 propagatedBuildInputs = [
25 description = "Runtime inspection utilities for Python typing module";
26 homepage = "https://github.com/ilevkivskyi/typing_inspect";
27 license = licenses.mit;
28 maintainers = with maintainers; [ albakham ];
29 broken = isPy39; # see https://github.com/ilevkivskyi/typing_inspect/issues/65