15 buildPythonPackage rec {
16 pname = "aiobiketrax";
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-71gPdA1snPJCR0Pmcaki55Ukf5xtUjuZ+xX8VvspKC4=";
30 # https://github.com/basilfx/aiobiketrax/pull/63
31 substituteInPlace aiobiketrax/api.py \
32 --replace "auth0.v3" "auth0"
44 propagatedBuildInputs = [
55 pythonImportsCheck = [
60 description = "Library for interacting with the PowUnity BikeTrax GPS tracker";
61 homepage = "https://github.com/basilfx/aiobiketrax";
62 changelog = "https://github.com/basilfx/aiobiketrax/blob/v${version}/CHANGELOG.md";
63 license = with licenses; [ mit ];
64 maintainers = with maintainers; [ fab ];