8 buildPythonPackage rec {
9 pname = "future-typing";
11 format = "setuptools";
14 pname = "future_typing";
16 sha256 = "65fdc5034a95db212790fee5e977fb0a2df8deb60dccf3bac17d6d2b1a9bbacd";
19 doCheck = false; # No tests in pypi source. Did not get tests from GitHub source to work.
21 pythonImportsCheck = [ "future_typing" ];
24 description = "Use generic type hints and new union syntax `|` with python 3.6+";
25 mainProgram = "future_typing";
26 homepage = "https://github.com/PrettyWood/future-typing";
27 license = licenses.mit;
28 maintainers = with maintainers; [ kfollesdal ];