Commit ce98521e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.androidtvremote2: modernize

parent 284e003e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 ];
  };