9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-GacesPWPTuIIZel4OARWW13OYflYFNf4Jxh9I8ms7s0=";
23 propagatedBuildInputs = [
27 # Project has no tests
30 pythonImportsCheck = [
35 description = "Python module to interact with Life360";
36 homepage = "https://github.com/pnbruckner/life360";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];