Loading pkgs/development/python-modules/torrent_parser/default.nix 0 → 100644 +21 −0 Original line number Diff line number Diff line { buildPythonPackage, lib, fetchFromGitHub }: buildPythonPackage rec { pname = "torrent_parser"; version = "0.4.1"; # No tarballs on Pypi src = fetchFromGitHub { owner = "7sDream"; repo = "torrent_parser"; rev = "v${version}"; sha256 = "sha256-zM738r3o9dGZYoWLN7fM4E06m6YPcAODEkgDS6wU/Sc="; }; meta = { description = "A .torrent file parser and creator for both Python 2 and 3"; homepage = "https://github.com/7sDream/torrent_parser"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11351,6 +11351,8 @@ self: super: with self; { torpy = callPackage ../development/python-modules/torpy { }; torrent_parser = callPackage ../development/python-modules/torrent_parser { }; torrequest = callPackage ../development/python-modules/torrequest { }; total-connect-client = callPackage ../development/python-modules/total-connect-client { }; Loading Loading
pkgs/development/python-modules/torrent_parser/default.nix 0 → 100644 +21 −0 Original line number Diff line number Diff line { buildPythonPackage, lib, fetchFromGitHub }: buildPythonPackage rec { pname = "torrent_parser"; version = "0.4.1"; # No tarballs on Pypi src = fetchFromGitHub { owner = "7sDream"; repo = "torrent_parser"; rev = "v${version}"; sha256 = "sha256-zM738r3o9dGZYoWLN7fM4E06m6YPcAODEkgDS6wU/Sc="; }; meta = { description = "A .torrent file parser and creator for both Python 2 and 3"; homepage = "https://github.com/7sDream/torrent_parser"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11351,6 +11351,8 @@ self: super: with self; { torpy = callPackage ../development/python-modules/torpy { }; torrent_parser = callPackage ../development/python-modules/torrent_parser { }; torrequest = callPackage ../development/python-modules/torrequest { }; total-connect-client = callPackage ../development/python-modules/total-connect-client { }; Loading