9 buildPythonPackage rec {
12 format = "setuptools";
17 hash = "sha256-KiTM2hclpRplCJPQtjJgE4NZ6qKZu256CZYTUKKm4Fw=";
20 pythonImportsCheck = [
33 description = "Simple bencode parser (for Python 2, Python 3 and PyPy)";
34 homepage = "https://github.com/fuzeman/bencode.py";
35 license = licenses.bitTorrent11;
36 maintainers = with maintainers; [vamega];