Loading pkgs/applications/networking/cloudflare-dyndns/default.nix +5 −12 Original line number Diff line number Diff line { lib , buildPythonApplication , attrs , click , cloudflare , python3 , fetchFromGitHub , fetchpatch , poetry-core , pydantic , pytestCheckHook , requests }: buildPythonApplication rec { python3.pkgs.buildPythonApplication rec { pname = "cloudflare-dyndns"; version = "4.1"; format = "pyproject"; Loading @@ -23,11 +16,11 @@ buildPythonApplication rec { hash = "sha256-6Q5fpJ+HuQ+hc3xTtB5tR43pn9WZ0nZZR723iLAkpis="; }; nativeBuildInputs = [ nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = [ propagatedBuildInputs = with python3.pkgs; [ attrs click cloudflare Loading @@ -35,7 +28,7 @@ buildPythonApplication rec { requests ]; checkInputs = [ checkInputs = with python3.pkgs; [ pytestCheckHook ]; Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3451,7 +3451,7 @@ with pkgs; cloudflared = callPackage ../applications/networking/cloudflared { }; cloudflare-dyndns = python3Packages.cloudflare-dyndns; cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { }; cloudmonkey = callPackage ../tools/virtualization/cloudmonkey { }; pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -1798,8 +1798,6 @@ self: super: with self; { cloudflare = callPackage ../development/python-modules/cloudflare { }; cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { }; cloudpickle = callPackage ../development/python-modules/cloudpickle { }; cloudscraper = callPackage ../development/python-modules/cloudscraper { }; Loading Loading
pkgs/applications/networking/cloudflare-dyndns/default.nix +5 −12 Original line number Diff line number Diff line { lib , buildPythonApplication , attrs , click , cloudflare , python3 , fetchFromGitHub , fetchpatch , poetry-core , pydantic , pytestCheckHook , requests }: buildPythonApplication rec { python3.pkgs.buildPythonApplication rec { pname = "cloudflare-dyndns"; version = "4.1"; format = "pyproject"; Loading @@ -23,11 +16,11 @@ buildPythonApplication rec { hash = "sha256-6Q5fpJ+HuQ+hc3xTtB5tR43pn9WZ0nZZR723iLAkpis="; }; nativeBuildInputs = [ nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = [ propagatedBuildInputs = with python3.pkgs; [ attrs click cloudflare Loading @@ -35,7 +28,7 @@ buildPythonApplication rec { requests ]; checkInputs = [ checkInputs = with python3.pkgs; [ pytestCheckHook ]; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3451,7 +3451,7 @@ with pkgs; cloudflared = callPackage ../applications/networking/cloudflared { }; cloudflare-dyndns = python3Packages.cloudflare-dyndns; cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { }; cloudmonkey = callPackage ../tools/virtualization/cloudmonkey { };
pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -1798,8 +1798,6 @@ self: super: with self; { cloudflare = callPackage ../development/python-modules/cloudflare { }; cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { }; cloudpickle = callPackage ../development/python-modules/cloudpickle { }; cloudscraper = callPackage ../development/python-modules/cloudscraper { }; Loading