Loading pkgs/development/python-modules/bot-safe-agents/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, }: buildPythonPackage rec { pname = "bot-safe-agents"; version = "1.0"; pyproject = true; src = fetchFromGitHub { owner = "ivan-sincek"; repo = "bot-safe-agents"; tag = "v${version}"; hash = "sha256-XO7iCZ7Dik7CmeFPwmMZf5K4COT5mRhDZMTsQxfR45c="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "bot_safe_agents" ]; meta = { description = "Library for fetching a list of bot-safe user agents"; homepage = "https://github.com/ivan-sincek/bot-safe-agents"; changelog = "https://github.com/ivan-sincek/bot-safe-agents/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ emaryn ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2009,6 +2009,8 @@ self: super: with self; { bottombar = callPackage ../development/python-modules/bottombar { }; bot-safe-agents = callPackage ../development/python-modules/bot-safe-agents { }; bpemb = callPackage ../development/python-modules/bpemb { }; bpylist2 = callPackage ../development/python-modules/bpylist2 { }; Loading Loading
pkgs/development/python-modules/bot-safe-agents/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, }: buildPythonPackage rec { pname = "bot-safe-agents"; version = "1.0"; pyproject = true; src = fetchFromGitHub { owner = "ivan-sincek"; repo = "bot-safe-agents"; tag = "v${version}"; hash = "sha256-XO7iCZ7Dik7CmeFPwmMZf5K4COT5mRhDZMTsQxfR45c="; }; build-system = [ setuptools ]; pythonImportsCheck = [ "bot_safe_agents" ]; meta = { description = "Library for fetching a list of bot-safe user agents"; homepage = "https://github.com/ivan-sincek/bot-safe-agents"; changelog = "https://github.com/ivan-sincek/bot-safe-agents/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ emaryn ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2009,6 +2009,8 @@ self: super: with self; { bottombar = callPackage ../development/python-modules/bottombar { }; bot-safe-agents = callPackage ../development/python-modules/bot-safe-agents { }; bpemb = callPackage ../development/python-modules/bpemb { }; bpylist2 = callPackage ../development/python-modules/bpylist2 { }; Loading