17 buildPythonPackage rec {
18 pname = "mathlibtools";
20 format = "setuptools";
22 disabled = pythonOlder "3.6";
25 inherit pname version;
26 hash = "sha256-mkn0y3NV/acnkqVzi8xd+Sex4QLvxxmt++FtsZmgrGs=";
29 propagatedBuildInputs = [
41 # Requires internet access
44 pythonImportsCheck = [ "mathlibtools" ];
47 description = "Supporting tool for Lean's mathlib";
48 mainProgram = "leanproject";
49 homepage = "https://github.com/leanprover-community/mathlib-tools";
50 changelog = "https://github.com/leanprover-community/mathlib-tools/raw/v${version}/CHANGELOG.md";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ gebner ];