14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
25 hash = "sha256-gZKMYGMp7bzDY5+Xx9h1AFP4l0Zd936fDfSXyW5lY1k=";
28 nativeBuildInputs = [ setuptools ];
30 propagatedBuildInputs = [ ordered-set ];
32 pythonImportsCheck = [
34 "pylatex.base_classes"
41 (texlive.combine { inherit (texlive) scheme-small lastpage collection-fontsrecommended; })
45 description = "Python library for creating LaTeX files and snippets";
46 homepage = "https://jeltef.github.io/PyLaTeX/current/";
47 downloadPage = "https://github.com/JelteF/PyLaTeX/releases";
48 changelog = "https://jeltef.github.io/PyLaTeX/current/changelog.html";
49 license = licenses.mit;
50 maintainers = with maintainers; [ MayNiklas ];