11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "36e033ebbbe5aca0fab031ffaf3611d5bc5c50237df68ff81bb95f8be353a1ee";
20 propagatedBuildInputs = [
28 # No tests in pypi source
32 homepage = "https://github.com/aaren/notedown";
33 description = "Convert IPython Notebooks to markdown (and back)";
34 license = lib.licenses.bsd2;
35 maintainers = with lib.maintainers; [ vcanadi ];