7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-LfHSt2nwoBd9JiMauL4W5l41RrF7sKmkkO/TUXwIKHY=";
17 pythonImportsCheck = [ "rlp" ];
20 description = "Simple RLP (Recursive Length Prefix)";
21 homepage = "https://github.com/SamuelHaidu/simple-rlp";
22 license = licenses.mit;
23 maintainers = with maintainers; [ prusnak ];