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