15 buildPythonPackage rec {
21 inherit pname version;
22 sha256 = "43b3f01ab5fb2bf2ecc27d3fcf92b873c6b288f44becef3e2e87c96cb89d7b01";
25 # bin/duecredit requires setuptools at runtime
26 propagatedBuildInputs = [ citeproc-py requests setuptools six ];
28 checkInputs = [ contextlib2 pytest pytestCheckHook vcrpy ];
29 disabledTests = [ "test_io" ];
32 homepage = "https://github.com/duecredit/duecredit";
33 description = "Simple framework to embed references in code";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ bcdarwin ];