9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-kX3F/iQnYswZ2WPmVItC1joRgCjN0zYdYjl+O2OLa8U=";
19 propagatedBuildInputs = [ six ];
21 nativeCheckInputs = [ pytest ];
28 homepage = "https://github.com/mcmtroffaes/latexcodec";
29 description = "Lexer and codec to work with LaTeX code in Python";
30 license = licenses.mit;