14 buildPythonPackage rec {
17 format = "setuptools";
19 # According to their docs, this library is for Python 3+.
25 hash = "sha256-FlQlyNvtMXRSFT3kMwCEAjAH4b+ZCsxliUiPgbRsSgc=";
28 propagatedBuildInputs = [
36 nativeCheckInputs = [ pytestCheckHook ];
41 "test_scaffold_creates_project_dir"
45 homepage = "https://github.com/projectmesa/mesa";
46 description = "Agent-based modeling (or ABM) framework in Python";
47 license = licenses.asl20;
48 maintainers = [ maintainers.dpaetzel ];
49 broken = true; # missing dependencies