lol

mapsplotlib: init at 1.0.6

+18
+18
pkgs/top-level/python-packages.nix
··· 10065 10065 }; 10066 10066 }; 10067 10067 10068 + mapsplotlib = buildPythonPackage rec { 10069 + name = "mapsplotlib-${version}"; 10070 + version = "1.0.6"; 10071 + 10072 + src = pkgs.fetchurl { 10073 + url = "mirror://pypi/m/mapsplotlib/${name}.tar.gz"; 10074 + sha256 = "09gpws3x0jd88n636baxx5izjffrpjy4j6jl8l7vj29yzvrdr2bp"; 10075 + }; 10076 + 10077 + propagatedBuildInputs = with self; [ matplotlib scipy pandas requests pillow ]; 10078 + 10079 + meta = { 10080 + description = "Custom Python plots on a Google Maps background"; 10081 + homepage = https://github.com/tcassou/mapsplotlib; 10082 + maintainers = [ maintainers.rob ]; 10083 + }; 10084 + }; 10085 + 10068 10086 markdown = callPackage ../development/python-modules/markdown { }; 10069 10087 10070 10088 markdownsuperscript = callPackage ../development/python-modules/markdownsuperscript {};