Merge pull request #20134 from nlewo/master
pythonPackages.datrie: init at 0.7.1
This commit is contained in:
commit
c2cea84fac
@ -5376,6 +5376,23 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
datrie = buildPythonPackage rec {
|
||||||
|
name = "datrie";
|
||||||
|
version = "0.7.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "mirror://pypi/d/datrie/datrie-${version}.tar.gz";
|
||||||
|
sha256 = "08r0if7dry2q7p34gf7ffyrlnf4bdvnprxgydlfxgfnvq8f3f4bs";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Super-fast, efficiently stored Trie for Python";
|
||||||
|
homepage = "https://github.com/kmike/datrie";
|
||||||
|
license = licenses.lgpl2;
|
||||||
|
maintainers = with maintainers; [ lewo ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
distributed = buildPythonPackage rec {
|
distributed = buildPythonPackage rec {
|
||||||
|
|
||||||
name = "distributed-${version}";
|
name = "distributed-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user