13 buildPythonPackage rec {
18 # Pypi does not have the tests
19 src = fetchFromGitHub {
20 owner = "tomerfiliba";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-nzdD1oGXHSeGDD/3PpQQEZYGAwn9ahD2KNYGqpgADh0=";
36 "tests/test_creedsolo.py" # TODO: package creedsolo
40 description = "Pure-python universal errors-and-erasures Reed-Solomon Codec";
41 homepage = "https://github.com/tomerfiliba/reedsolomon";
42 license = licenses.publicDomain;
43 maintainers = with maintainers; [ yorickvp ];