13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
24 hash = "sha256-ngyLe6sbTTQ7n4WdV06OlQnn/vqkD+JUruyMYS1Ym+Q=";
31 propagatedBuildInputs = [
47 # Upstream doesn't set version in the repo
48 substituteInPlace pyproject.toml \
49 --replace 'version = "0"' 'version = "${version}"'
52 pythonImportsCheck = [
57 description = "Python library to handle device information from Traccar";
58 homepage = "https://github.com/ludeeus/pytraccar";
59 license = licenses.mit;
60 maintainers = with maintainers; [ fab ];