Loading pkgs/development/python-modules/pycycling/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, bleak, }: buildPythonPackage rec { pname = "pycycling"; version = "0.4.0"; src = fetchPypi { inherit pname version; hash = "sha256-yi3ZcyhhOtHp46MK0R15/dic+b1oYjy4tFVRH3ssbE8="; }; build-system = [ setuptools ]; propagatedBuildInputs = [ bleak ]; pythonImportsCheck = [ pname ]; meta = with lib; { description = "Package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors"; homepage = "https://github.com/zacharyedwardbull/pycycling"; changelog = "https://github.com/zacharyedwardbull/pycycling/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ viraptor ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9987,6 +9987,8 @@ self: super: with self; { pycrdt-websocket = callPackage ../development/python-modules/pycrdt-websocket { }; pycycling = callPackage ../development/python-modules/pycycling { }; pyfibaro = callPackage ../development/python-modules/pyfibaro { }; pyfireservicerota = callPackage ../development/python-modules/pyfireservicerota { }; Loading Loading
pkgs/development/python-modules/pycycling/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, bleak, }: buildPythonPackage rec { pname = "pycycling"; version = "0.4.0"; src = fetchPypi { inherit pname version; hash = "sha256-yi3ZcyhhOtHp46MK0R15/dic+b1oYjy4tFVRH3ssbE8="; }; build-system = [ setuptools ]; propagatedBuildInputs = [ bleak ]; pythonImportsCheck = [ pname ]; meta = with lib; { description = "Package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors"; homepage = "https://github.com/zacharyedwardbull/pycycling"; changelog = "https://github.com/zacharyedwardbull/pycycling/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ viraptor ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9987,6 +9987,8 @@ self: super: with self; { pycrdt-websocket = callPackage ../development/python-modules/pycrdt-websocket { }; pycycling = callPackage ../development/python-modules/pycycling { }; pyfibaro = callPackage ../development/python-modules/pyfibaro { }; pyfireservicerota = callPackage ../development/python-modules/pyfireservicerota { }; Loading