Unverified Commit 1e48f720 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #262250 from natsukium/tvdb-api

python311Packages.tvdb-api: rename from tvdb_api
parents 4bf13664 deef8ff2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

buildPythonPackage rec {
  pname = "tvdb_api";
  pname = "tvdb-api";
  version = "3.2.0-beta";

  src = fetchFromGitHub {
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ pypkgs.buildPythonApplication rec {
    sha256 = "dc2ea8188df6ac56439343630466b874c57756dd0b2538dd8e7905048f425f04";
  };

  propagatedBuildInputs = with pypkgs; [ tvdb_api ];
  propagatedBuildInputs = with pypkgs; [ tvdb-api ];

  # no tests from pypi
  doCheck = false;
+1 −0
Original line number Diff line number Diff line
@@ -407,6 +407,7 @@ mapAliases ({
  TheanoWithoutCuda = theanoWithoutCuda; # added 2023-02-19
  transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
  tumpa = throw "tumpa was promoted to a top-level attribute"; # added 2022-11-19
  tvdb_api = tvdb-api; # added 2023-10-20
  tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05
  types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30
  types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30
+1 −1
Original line number Diff line number Diff line
@@ -14178,7 +14178,7 @@ self: super: with self; {
  tuyaha = callPackage ../development/python-modules/tuyaha { };
  tvdb_api = callPackage ../development/python-modules/tvdb_api { };
  tvdb-api = callPackage ../development/python-modules/tvdb-api { };
  tweedledum = callPackage ../development/python-modules/tweedledum { };