pythonPackages.patsy: 0.3.0 -> 0.5.0

This commit is contained in:
Ilya Kolpakov
2018-04-28 21:02:49 +02:00
parent 2eb42290e7
commit 4797fe8da4
2 changed files with 37 additions and 18 deletions

View File

@@ -9673,24 +9673,7 @@ in {
};
};
patsy = buildPythonPackage rec {
name = "patsy-${version}";
version = "0.3.0";
src = pkgs.fetchurl{
url = "mirror://pypi/p/patsy/${name}.zip";
sha256 = "a55dd4ca09af4b9608b81f30322beb450510964c022708ab50e83a065ccf15f0";
};
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [six numpy];
meta = {
description = "A Python package for describing statistical models";
homepage = "https://github.com/pydata/patsy";
license = licenses.bsd2;
};
};
patsy = callPackage ../development/python-modules/patsy { };
paste = buildPythonPackage rec {
name = "paste-${version}";