python313Packages.androidtvremote2: modernize

This commit is contained in:
Fabian Affolter
2025-11-05 20:42:21 +01:00
parent 284e003e2c
commit ce98521e89
@@ -5,7 +5,6 @@
cryptography,
fetchFromGitHub,
protobuf,
pythonOlder,
setuptools,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "tronikos";
repo = "androidtvremote2";
@@ -39,7 +36,7 @@ buildPythonPackage rec {
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}";
changelog = "https://github.com/tronikos/androidtvremote2/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};