8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-3Ho04qrmCtmmrR+BUJNbtdCZcK7lXhUGJjm4yfCTUkM=";
20 pythonImportsCheck = [ "pylatexenc" ];
21 nativeCheckInputs = [ pytestCheckHook ];
24 description = "Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion";
25 homepage = "https://pylatexenc.readthedocs.io";
26 downloadPage = "https://www.github.com/phfaist/pylatexenc/releases";
27 changelog = "https://pylatexenc.readthedocs.io/en/latest/changes/";
28 license = licenses.mit;
29 maintainers = with maintainers; [ drewrisinger ];