7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-3Ho04qrmCtmmrR+BUJNbtdCZcK7lXhUGJjm4yfCTUkM=";
18 pythonImportsCheck = [ "pylatexenc" ];
19 checkInputs = [ pytestCheckHook ];
22 description = "Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion";
23 homepage = "https://pylatexenc.readthedocs.io";
24 downloadPage = "https://www.github.com/phfaist/pylatexenc/releases";
25 changelog = "https://pylatexenc.readthedocs.io/en/latest/changes/";
26 license = licenses.mit;
27 maintainers = with maintainers; [ drewrisinger ];