6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-rENvM/3X51stkFdJHSq+77VjHvsTyBNAPbCtsRq1L8I=";
16 pythonImportsCheck = [ "bencoder" ];
22 description = "A simple bencode decoder/encoder library in pure Python";
23 homepage = "https://github.com/utdemir/bencoder";
24 license = licenses.gpl2;
25 maintainers = with maintainers; [ somasis ];