13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-gZKMYGMp7bzDY5+Xx9h1AFP4l0Zd936fDfSXyW5lY1k=";
31 propagatedBuildInputs = [ ordered-set ];
33 pythonImportsCheck = [
35 "pylatex.base_classes"
42 (texlive.combine { inherit (texlive)
45 collection-fontsrecommended
50 description = "A Python library for creating LaTeX files and snippets";
51 homepage = "https://jeltef.github.io/PyLaTeX/current/";
52 downloadPage = "https://github.com/JelteF/PyLaTeX/releases";
53 changelog = "https://jeltef.github.io/PyLaTeX/current/changelog.html";
54 license = licenses.mit;
55 maintainers = with maintainers; [ MayNiklas ];