12 buildPythonPackage rec {
13 pname = "citeproc-py";
18 inherit pname version;
19 hash = "sha256-2eOiJPk2/i5QM7XZ/9rKt2nO22HZbE4M8vC0iPHSS04=";
22 build-system = [ setuptools ];
24 buildInputs = [ rnc2rng ];
26 dependencies = [ lxml ];
33 pythonImportsCheck = [ "citeproc" ];
36 homepage = "https://github.com/citeproc-py/citeproc-py";
37 description = "Citation Style Language (CSL) parser for Python";
38 mainProgram = "csl_unsorted";
39 license = lib.licenses.bsd2;
40 maintainers = with lib.maintainers; [ bcdarwin ];