11 buildPythonPackage rec {
13 format = "setuptools";
14 pname = "matlink-gpapi";
17 inherit version pname;
18 sha256 = "0s45yb2xiq3pc1fh4bygfgly0fsjk5fkc4wckbckn3ddl7v7vz8c";
21 # package doesn't contain unit tests
22 # scripts in ./test require networking
25 pythonImportsCheck = [ "gpapi.googleplay" ];
27 propagatedBuildInputs = [
35 homepage = "https://github.com/NoMore201/googleplay-api";
36 license = licenses.gpl3Only;
37 description = "Google Play Unofficial Python API";
38 maintainers = with maintainers; [ schnusch ];