10 buildPythonPackage rec {
11 pname = "latexify-py";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-uWSLs7Dem+cj93RWIincCXzPkjZUwQskpDac/L+fgjQ=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
45 description = "Generates LaTeX math description from Python functions";
46 homepage = "https://github.com/google/latexify_py";
47 changelog = "https://github.com/google/latexify_py/releases/tag/v${version}";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ prusnak ];