8 buildPythonPackage rec {
11 format = "setuptools";
13 propagatedBuildInputs = [ jinja2 six ];
19 inherit pname version;
20 sha256 = "049e0b91797ce5b462853395138161fed9e8dfc1f4723f482ebb0739a0bbd289";
24 description = "Convert Matplotlib plots into Leaflet web maps";
25 homepage = "https://github.com/jwass/mplleaflet";
26 license = with lib.licenses; [ bsd3 ];