7 buildPythonPackage rec {
9 version = "unstable-2023-07-13";
10 format = "setuptools";
12 src = fetchFromGitHub {
15 # See https://github.com/openvax/typechecks/issues/2. As of 2023-07-13,
16 # they do no have version tags.
17 rev = "5340b4e8a2f419b3a7aa816a5b19e2e0a6ce0679";
18 hash = "sha256-GdmBtkyuzLfpk6oneWgJ5M1bnhGJ5/lSbGliwoAQWZs=";
21 pythonImportsCheck = [ "typechecks" ];
24 description = "Type checking helpers for Python";
25 homepage = "https://github.com/openvax/typechecks";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ samuela ];