6 python3Packages.buildPythonApplication rec {
7 pname = "arxiv-latex-cleaner";
10 src = fetchFromGitHub {
11 owner = "google-research";
12 repo = "arxiv-latex-cleaner";
14 hash = "sha256-1IWSDKEoAM4hBKAEEcPq7X89WYDprifDL2GTEJQtdcQ=";
17 propagatedBuildInputs = with python3Packages; [
26 ${python3.interpreter} -m unittest arxiv_latex_cleaner.tests.arxiv_latex_cleaner_test
31 homepage = "https://github.com/google-research/arxiv-latex-cleaner";
32 description = "Easily clean the LaTeX code of your paper to submit to arXiv";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ arkivm ];