11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-xaGGHCU7USaYwuczrk2D9eLW6myIG32+ETNLaU51WgA=";
21 nativeBuildInputs = [ setuptools ];
23 propagatedBuildInputs = [ pyutil ];
34 pythonImportsCheck = [ "zfec" ];
37 homepage = "https://github.com/tahoe-lafs/zfec";
38 description = "Fast erasure codec which can be used with the command-line, C, Python, or Haskell";
40 Fast, portable, programmable erasure coding a.k.a. "forward
41 error correction": the generation of redundant blocks of
42 information such that if some blocks are lost then the
43 original data can be recovered from the remaining blocks. The
44 zfec package includes command-line tools, C API, Python API,
47 license = licenses.gpl2Plus;
48 maintainers = with maintainers; [ prusnak ];