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

python313Packages.alexapy: modernize

parent 78e84550
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  fetchFromGitLab,
  poetry-core,
  pyotp,
  pythonOlder,
  requests,
  simplejson,
  yarl,
@@ -22,8 +21,6 @@ buildPythonPackage rec {
  version = "1.29.10";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitLab {
    owner = "keatontaylor";
    repo = "alexapy";
@@ -59,7 +56,7 @@ buildPythonPackage rec {
  meta = {
    description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically";
    homepage = "https://gitlab.com/keatontaylor/alexapy";
    changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/v${version}/CHANGELOG.md";
    changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
  };