9 buildPythonPackage rec {
10 pname = "SciencePlots";
15 inherit pname version;
16 hash = "sha256-2NGX40EPh+va0LnCZeqrWWCU+wgtlxI+g19rwygAq1Q=";
19 build-system = [ setuptools ];
21 dependencies = [ matplotlib ];
23 pythonImportsCheck = [ "scienceplots" ];
25 doCheck = false; # no tests
28 description = "Matplotlib styles for scientific plotting";
29 homepage = "https://github.com/garrettj403/SciencePlots";
30 license = licenses.mit;
31 maintainers = with maintainers; [ kilimnik ];