10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "sha256-KSP5XS5RWTCqWplyGdzO+/PZK36vX8HJ/ruVsJk1/bI=";
20 substituteInPlace setup.py \
21 --replace pytest-runner ""
24 passthru.optional-dependencies = {
32 ] ++ passthru.optional-dependencies.png;
35 # necessary on darwin to pass the testsuite
36 export LANG=en_US.UTF-8
40 description = "Sexy and simple python charting";
41 homepage = "http://www.pygal.org";
42 license = licenses.lgpl3Plus;
43 maintainers = with maintainers; [ ];