Add python-epc-0.0.3: EPC implementation in Python
This commit is contained in:
parent
85d2971a2e
commit
ea3dc7a6ea
@ -1507,6 +1507,23 @@ pythonPackages = python.modules // rec {
|
||||
};
|
||||
|
||||
|
||||
epc = buildPythonPackage rec {
|
||||
name = "epc-0.0.3";
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/e/epc/${name}.tar.gz";
|
||||
md5 = "04a93c0cd32b496969ead09f414dac74";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ sexpdata ];
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "EPC (RPC stack for Emacs Lisp) implementation in Python";
|
||||
homepage = "https://github.com/tkf/python-epc";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
eventlet = buildPythonPackage rec {
|
||||
name = "eventlet-0.9.16";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user