9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-USqSkjOHlH0K/RlRYpn/gz6dHW8/uEVpsc4HeUZ3Emg=";
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 changelog = "https://github.com/pnbruckner/life360/releases/tag/v${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];