Unverified Commit af0f9f88 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.philipstv: modernize

parent 4a8f2c2a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  fetchFromGitHub,
  buildPythonPackage,
  pythonOlder,
  poetry-core,
  poetry-dynamic-versioning,
  installShellFiles,
@@ -21,8 +20,6 @@ buildPythonPackage rec {
  version = "3.0.1";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "bcyran";
    repo = "philipstv";
@@ -65,7 +62,7 @@ buildPythonPackage rec {
  meta = {
    description = "CLI and library to control Philips Android-powered TVs";
    homepage = "https://github.com/bcyran/philipstv";
    changelog = "https://github.com/bcyran/philipstv/releases/tag/${version}";
    changelog = "https://github.com/bcyran/philipstv/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    mainProgram = "philipstv";
    maintainers = with lib.maintainers; [ bcyran ];