8 buildPythonPackage rec {
11 format = "setuptools";
16 hash = "sha256-KiTM2hclpRplCJPQtjJgE4NZ6qKZu256CZYTUKKm4Fw=";
19 pythonImportsCheck = [ "bencodepy" ];
21 nativeBuildInputs = [ pbr ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 description = "Simple bencode parser (for Python 2, Python 3 and PyPy)";
27 homepage = "https://github.com/fuzeman/bencode.py";
28 license = licenses.bitTorrent11;
29 maintainers = with maintainers; [ vamega ];