3
0
Fork 0
forked from mirrors/nixpkgs

python-EasyProcess: init at 0.1.9

This commit is contained in:
Guillaume Maudoux 2015-08-12 00:27:53 +02:00
parent 2dedf83d37
commit 72890773c4

View file

@ -3278,6 +3278,21 @@ let
};
};
easy-process = buildPythonPackage rec {
name = "EasyProcess-0.1.9";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/E/EasyProcess/${name}.tar.gz";
md5 = "3da72e2fe16781fe5c7b3b0c6c40ee7b";
};
meta = {
description = "Easy to use python subprocess interface";
homepage = "https://github.com/ponty/EasyProcess";
licenses = licenses.bsdOriginal;
maintainers = with maintainers; [ layus ];
};
};
elasticsearch = buildPythonPackage (rec {
name = "elasticsearch-1.6.0";