12 format = "setuptools";
14 # Only wheel distribution is available on PyPi.
15 src = fetchFromGitHub {
18 rev = "0ca8ed0e62d15ffe430545e7648c9a9b2547b49c";
19 sha256 = "0z615f9dxaab3bay3v27j7q99qm6l6q8xv872yvsp87sxj7apfki";
22 propagatedBuildInputs = [ colorama ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 description = "Python 2.7 & 3.5+ runtime type-checker";
27 homepage = "https://github.com/h2oai/typesentry";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ abbradar ];