Loading pkgs/development/python-modules/androidtvremote2/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib , aiofiles , buildPythonPackage , cryptography , fetchFromGitHub , protobuf , pythonOlder , setuptools }: buildPythonPackage rec { pname = "androidtvremote2"; version = "0.0.9"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "tronikos"; repo = "androidtvremote2"; rev = "refs/tags/v${version}"; hash = "sha256-gQ2PVEhX1jwd0yvMf/Z0yKvruDzpY5080x4IU2i/PJ4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiofiles cryptography protobuf ]; pythonImportsCheck = [ "androidtvremote2" ]; # Module only has a dummy test doCheck = false; meta = with lib; { description = "Library to interact with the Android TV Remote protocol v2"; homepage = "https://github.com/tronikos/androidtvremote2"; changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,8 @@ ++ androidtv.optional-dependencies.async ++ pure-python-adb.optional-dependencies.async; "androidtv_remote" = ps: with ps; [ ]; # missing inputs: androidtvremote2 androidtvremote2 ]; "anel_pwrctrl" = ps: with ps; [ ]; # missing inputs: anel_pwrctrl-homeassistant "anova" = ps: with ps; [ Loading Loading @@ -4732,6 +4733,7 @@ "analytics" "android_ip_webcam" "androidtv" "androidtv_remote" "apache_kafka" "apcupsd" "api" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -468,6 +468,8 @@ self: super: with self; { androidtv = callPackage ../development/python-modules/androidtv { }; androidtvremote2 = callPackage ../development/python-modules/androidtvremote2 { }; androguard = callPackage ../development/python-modules/androguard { }; angr = callPackage ../development/python-modules/angr { }; Loading Loading
pkgs/development/python-modules/androidtvremote2/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib , aiofiles , buildPythonPackage , cryptography , fetchFromGitHub , protobuf , pythonOlder , setuptools }: buildPythonPackage rec { pname = "androidtvremote2"; version = "0.0.9"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "tronikos"; repo = "androidtvremote2"; rev = "refs/tags/v${version}"; hash = "sha256-gQ2PVEhX1jwd0yvMf/Z0yKvruDzpY5080x4IU2i/PJ4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiofiles cryptography protobuf ]; pythonImportsCheck = [ "androidtvremote2" ]; # Module only has a dummy test doCheck = false; meta = with lib; { description = "Library to interact with the Android TV Remote protocol v2"; homepage = "https://github.com/tronikos/androidtvremote2"; changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,8 @@ ++ androidtv.optional-dependencies.async ++ pure-python-adb.optional-dependencies.async; "androidtv_remote" = ps: with ps; [ ]; # missing inputs: androidtvremote2 androidtvremote2 ]; "anel_pwrctrl" = ps: with ps; [ ]; # missing inputs: anel_pwrctrl-homeassistant "anova" = ps: with ps; [ Loading Loading @@ -4732,6 +4733,7 @@ "analytics" "android_ip_webcam" "androidtv" "androidtv_remote" "apache_kafka" "apcupsd" "api" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -468,6 +468,8 @@ self: super: with self; { androidtv = callPackage ../development/python-modules/androidtv { }; androidtvremote2 = callPackage ../development/python-modules/androidtvremote2 { }; androguard = callPackage ../development/python-modules/androguard { }; angr = callPackage ../development/python-modules/angr { }; Loading