8 buildPythonPackage rec {
9 pname = "latexrestricted";
14 inherit pname version;
15 hash = "sha256-PwhVKgoXujiLC+3FPAtUdvBEgeNwD6aBK+I5p8xeLwo=";
18 build-system = [ setuptools ];
20 pythonImportsCheck = [ "latexrestricted" ];
22 # upstream has no tests
26 homepage = "https://github.com/gpoore/latexrestricted";
27 description = "Python library for creating executables compatible with LaTeX restricted shell escape";
28 changelog = "https://github.com/gpoore/latexrestricted/blob/v${version}/CHANGELOG.md";
29 license = lib.licenses.lppl13c;
30 maintainers = with lib.maintainers; [ romildo ];