13 # Only wheel distribution is available on PyPi.
14 src = fetchFromGitHub {
17 rev = "0ca8ed0e62d15ffe430545e7648c9a9b2547b49c";
18 sha256 = "0z615f9dxaab3bay3v27j7q99qm6l6q8xv872yvsp87sxj7apfki";
21 propagatedBuildInputs = [ colorama ];
22 checkInputs = [ pytest pytestcov ];
28 description = "Python 2.7 & 3.5+ runtime type-checker";
29 homepage = "https://github.com/h2oai/typesentry";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ abbradar ];