11 buildPythonPackage rec {
14 disabled = pythonOlder "3.3"; # uses shutil.which(), added in 3.3
17 inherit version pname;
18 sha256 = "0ampvsv97r3hy1cakif4kmyk1ynf3scbvh4fbk02x7xrxn4kl38w";
21 # package doesn't contain unit tests
22 # scripts in ./test require networking
25 pythonImportsCheck = [ "gpapi.googleplay" ];
27 propagatedBuildInputs = [ cryptography protobuf pycryptodome requests ];
30 homepage = "https://github.com/NoMore201/googleplay-api";
31 license = licenses.gpl3Only;
32 description = "Google Play Unofficial Python API";
33 maintainers = with maintainers; [ ];