pythonPackages.chainmap: init at 1.0.2

This commit is contained in:
Nikolay Amiantov 2017-01-29 20:07:55 +03:00
parent 82d9c2e3fb
commit 20b8212a14

View file

@ -1149,6 +1149,25 @@ in {
};
};
chainmap = buildPythonPackage rec {
name = "chainmap-1.0.2";
src = pkgs.fetchurl {
url = "mirror://pypi/c/chainmap/${name}.tar.gz";
sha256 = "09h5gq43w516fqswlca0nhmd2q3v8hxq15z4wqrznfwix6ya6pa0";
};
# Requires tox
doCheck = false;
meta = {
description = "Backport/clone of ChainMap";
homepage = "https://bitbucket.org/jeunice/chainmap";
license = licenses.psfl;
maintainers = with maintainers; [ abbradar ];
};
};
arrow = buildPythonPackage rec {
name = "arrow-${version}";
version = "0.7.0";