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