7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138";
16 propagatedBuildInputs = [ docutils ];
18 # statistics package does not have any tests
22 description = "A Python 2.* port of 3.4 Statistics Module";
23 homepage = "https://github.com/digitalemagine/py-statistics";
24 license = lib.licenses.asl20;
25 maintainers = with lib.maintainers; [ ];