9 buildPythonPackage rec {
10 pname = "typing-extensions";
14 disabled = pythonOlder "3.6";
17 pname = "typing_extensions";
19 hash = "sha256-5tJnejL0f8frJ5XbHdFcHzTv9ha8ryz7Xpl/hU+hxKY=";
26 # Tests are not part of PyPI releases. GitHub source can't be used
27 # as it ends with an infinite recursion
30 pythonImportsCheck = [
35 description = "Backported and Experimental Type Hints for Python 3.5+";
36 homepage = "https://github.com/python/typing";
37 license = licenses.psfl;
38 maintainers = with maintainers; [ pmiddend ];