15 buildPythonPackage rec {
17 version = "2023.10.0";
20 disabled = pythonOlder "3.10";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-L1Ovpxn7Y+reK8YcVBPwoRjKxcyByrPGz5i/csGzKfE=";
33 propagatedBuildInputs = [
47 # Ignore the examples as they are prefixed with test_
51 pythonImportsCheck = [
55 __darwinAllowLocalNetworking = true;
58 description = " Python API for Tile Bluetooth trackers";
60 pytile is a simple Python library for retrieving information on Tile
61 Bluetooth trackers (including last location and more).
63 homepage = "https://github.com/bachya/pytile";
64 changelog = "https://github.com/bachya/pytile/releases/tag/${version}";
65 license = with licenses; [ mit ];
66 maintainers = with maintainers; [ fab ];