mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
python-EasyProcess: init at 0.1.9
This commit is contained in:
parent
2dedf83d37
commit
72890773c4
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user