14 buildPythonPackage rec {
19 src = fetchFromGitHub {
23 sha256 = "0avb0inx8qh8ss3j460v3z6mmn863hswa3bl19vkh475ndsjwmp0";
27 propagatedBuildInputs = [
42 mkdir -p $HOME/.matplotlib
43 echo "backend: ps" > $HOME/.matplotlib/matplotlibrc
44 pytest test/perfplot_test.py
48 description = "Performance plots for Python code snippets";
49 homepage = "https://github.com/nschloe/perfplot";
50 license = licenses.mit;
51 maintainers = [ maintainers.costrouc ];