13 buildPythonPackage rec {
14 pname = "pushbullet-py";
19 inherit pname version;
20 sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
27 propagatedBuildInputs = [
35 export PUSHBULLET_API_KEY=""
46 ] ++ lib.optionals (pythonAtLeast "3.12") [
47 # AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
53 description = "A simple python client for pushbullet.com";
54 homepage = "https://github.com/randomchars/pushbullet.py";
55 license = licenses.mit;