9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-GtqJzy1usw624Vbu0utUkzV3gpN5ENdDgJGOU8Lq4L8=";
26 pythonImportsCheck = [
31 description = "Fast runtime type checking for Python";
32 homepage = "https://github.com/beartype/beartype";
33 changelog = "https://github.com/beartype/beartype/releases/tag/v${version}";
34 license = licenses.mit;
35 maintainers = with maintainers; [ bcdarwin ];