Merge pull request #12179 from FRidh/cytoolz
pythonPackages.cytoolz: 0.7.3 -> 0.7.4
This commit is contained in:
commit
326dce47d3
@ -3022,13 +3022,21 @@ in modules // {
|
||||
|
||||
cytoolz = buildPythonPackage rec {
|
||||
name = "cytoolz-${version}";
|
||||
version = "0.7.3";
|
||||
version = "0.7.4";
|
||||
|
||||
src = pkgs.fetchurl{
|
||||
url = "https://pypi.python.org/packages/source/c/cytoolz/cytoolz-${version}.tar.gz";
|
||||
md5 = "e9f0441d9f340a23c60357f68f25d163";
|
||||
sha256 = "9c2e3dda8232b6cd5b84b8c8df6c8155c2adeb8734eb7ec38e189affc0f2eba5";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests cytoolz/tests
|
||||
'';
|
||||
|
||||
doCheck = false; # Cannot import the extension module
|
||||
|
||||
meta = {
|
||||
homepage = "http://github.com/pytoolz/cytoolz/";
|
||||
description = "Cython implementation of Toolz: High performance functional utilities";
|
||||
@ -19122,6 +19130,12 @@ in modules // {
|
||||
sha256 = "43c2c9e5e7a16b6c88ba3088a9bfc82f7db8e13378be7c78d6c14a5f8ed05afd";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests toolz/tests
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://github.com/pytoolz/toolz/";
|
||||
description = "List processing tools and functional utilities";
|
||||
|
Loading…
Reference in New Issue
Block a user