lol

python311Packages.pysmartdl: rename from pySmartDL

+4 -3
+1 -1
pkgs/applications/video/anime-downloader/default.nix
··· 25 25 fuzzywuzzy 26 26 jsbeautifier 27 27 pycryptodome 28 - pySmartDL 28 + pysmartdl 29 29 pyqt5 30 30 requests 31 31 requests-cache
+1 -1
pkgs/development/python-modules/pySmartDL/default.nix pkgs/development/python-modules/pysmartdl/default.nix
··· 4 4 }: 5 5 6 6 buildPythonPackage rec { 7 - pname = "pySmartDL"; 7 + pname = "pysmartdl"; 8 8 version = "1.3.4"; 9 9 src = fetchFromGitHub ({ 10 10 owner = "iTaybb";
+1
pkgs/top-level/python-aliases.nix
··· 305 305 pyruckus = throw "pyruckus has been removed, it was deprecrated in favor of aioruckus."; # added 2023-09-07 306 306 pysha3 = throw "pysha3 has been removed, use safe-pysha3 instead"; # added 2023-05-20 307 307 pysmart-smartx = pysmart; # added 2021-10-22 308 + pySmartDL = pysmartdl; # added 2023-10-11 308 309 pysparse = throw "pysparse has been abandoned upstream."; # added 2023-02-28 309 310 pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29 310 311 PyStemmer = pystemmer; # added 2023-02-19
+1 -1
pkgs/top-level/python-packages.nix
··· 10860 10860 10861 10861 pysmartapp = callPackage ../development/python-modules/pysmartapp { }; 10862 10862 10863 - pySmartDL = callPackage ../development/python-modules/pySmartDL { }; 10863 + pysmartdl = callPackage ../development/python-modules/pysmartdl { }; 10864 10864 10865 10865 pysmartthings = callPackage ../development/python-modules/pysmartthings { }; 10866 10866