Loading pkgs/development/python-modules/tvdb_api/default.nix→pkgs/development/python-modules/tvdb-api/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ }: buildPythonPackage rec { pname = "tvdb_api"; pname = "tvdb-api"; version = "3.2.0-beta"; src = fetchFromGitHub { Loading pkgs/tools/misc/tvnamer/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,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 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14135,7 +14135,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 { }; Loading Loading
pkgs/development/python-modules/tvdb_api/default.nix→pkgs/development/python-modules/tvdb-api/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ }: buildPythonPackage rec { pname = "tvdb_api"; pname = "tvdb-api"; version = "3.2.0-beta"; src = fetchFromGitHub { Loading
pkgs/tools/misc/tvnamer/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,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 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14135,7 +14135,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 { }; Loading