Merge pull request #262250 from natsukium/tvdb-api

python311Packages.tvdb-api: rename from tvdb_api
This commit is contained in:
Martin Weinelt 2023-10-23 15:31:50 +02:00 committed by GitHub
commit 1e48f72011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
}:
buildPythonPackage rec {
pname = "tvdb_api";
pname = "tvdb-api";
version = "3.2.0-beta";
src = fetchFromGitHub {

View file

@ -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;

View file

@ -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

View file

@ -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 { };