Loading pkgs/development/python-modules/torrent_parser/default.nix→pkgs/development/python-modules/torrent-parser/default.nix +1 −1 Original line number Diff line number Diff line { buildPythonPackage, lib, fetchFromGitHub }: buildPythonPackage rec { pname = "torrent_parser"; pname = "torrent-parser"; version = "0.4.1"; # No tarballs on Pypi Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,7 @@ mapAliases ({ Theano = theano; # added 2023-02-19 TheanoWithCuda = theanoWithCuda; # added 2023-02-19 TheanoWithoutCuda = theanoWithoutCuda; # added 2023-02-19 torrent_parser = torrent-parser; # added 2023-11-04 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 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14113,7 +14113,7 @@ self: super: with self; { torpy = callPackage ../development/python-modules/torpy { }; torrent_parser = callPackage ../development/python-modules/torrent_parser { }; torrent-parser = callPackage ../development/python-modules/torrent-parser { }; torrequest = callPackage ../development/python-modules/torrequest { }; Loading Loading
pkgs/development/python-modules/torrent_parser/default.nix→pkgs/development/python-modules/torrent-parser/default.nix +1 −1 Original line number Diff line number Diff line { buildPythonPackage, lib, fetchFromGitHub }: buildPythonPackage rec { pname = "torrent_parser"; pname = "torrent-parser"; version = "0.4.1"; # No tarballs on Pypi Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,7 @@ mapAliases ({ Theano = theano; # added 2023-02-19 TheanoWithCuda = theanoWithCuda; # added 2023-02-19 TheanoWithoutCuda = theanoWithoutCuda; # added 2023-02-19 torrent_parser = torrent-parser; # added 2023-11-04 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 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14113,7 +14113,7 @@ self: super: with self; { torpy = callPackage ../development/python-modules/torpy { }; torrent_parser = callPackage ../development/python-modules/torrent_parser { }; torrent-parser = callPackage ../development/python-modules/torrent-parser { }; torrequest = callPackage ../development/python-modules/torrequest { }; Loading