13 buildPythonPackage rec {
19 inherit version pname;
20 sha256 = "sha256-HA06ie25ny7AXI7AvZgezvowfZ3ExalY8HDkk7betyo=";
24 substituteInPlace setup.py \
25 --replace-fail 'PROTOC_EXEC = "protoc"' 'PROTOC_EXEC = "${lib.getExe protobuf_27}"'
28 build-system = [ setuptools ];
42 export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION="python"
45 # package doesn't contain unit tests
46 # scripts in ./test require networking
49 pythonImportsCheck = [ "gpapi.googleplay" ];
52 homepage = "https://github.com/NoMore201/googleplay-api";
53 license = lib.licenses.gpl3Only;
54 description = "Google Play Unofficial Python API";