cytoolz: init at 0.7.3
This commit is contained in:
parent
d5275c70c3
commit
7aacf74cc7
@ -2160,6 +2160,22 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cytoolz = buildPythonPackage rec {
|
||||||
|
name = "cytoolz-${version}";
|
||||||
|
version = "0.7.3";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl{
|
||||||
|
url = "https://pypi.python.org/packages/source/c/cytoolz/cytoolz-${version}.tar.gz";
|
||||||
|
md5 = "e9f0441d9f340a23c60357f68f25d163";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "http://github.com/pytoolz/cytoolz/";
|
||||||
|
description = "Cython implementation of Toolz: High performance functional utilities";
|
||||||
|
license = "licenses.bsd3";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
cryptacular = buildPythonPackage rec {
|
cryptacular = buildPythonPackage rec {
|
||||||
name = "cryptacular-1.4.1";
|
name = "cryptacular-1.4.1";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user