Loading pkgs/development/python-modules/certbot-dns-wedos/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, acme, certbot, setuptools, requests, pytz, }: buildPythonPackage rec { pname = "certbot-dns-wedos"; version = "2.4"; pyproject = true; src = fetchPypi { inherit version; pname = "certbot_dns_wedos"; hash = "sha256-Sle3hoBLwVPF30caCyYtt3raY5Gs9ekg0DthvHxvB4E="; }; build-system = [ setuptools ]; dependencies = [ certbot acme requests pytz ]; pythonImportsCheck = [ "certbot_dns_wedos" ]; meta = { description = "Wedos DNS Authenticator plugin for Certbot"; homepage = "https://github.com/clazzor/certbot-dns-wedos"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.tsandrini ]; }; } pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -6246,6 +6246,7 @@ with pkgs; certbot-dns-ovh certbot-dns-rfc2136 certbot-dns-route53 certbot-dns-wedos certbot-nginx ] ); Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2585,6 +2585,8 @@ self: super: with self; { certbot-dns-route53 = callPackage ../development/python-modules/certbot-dns-route53 { }; certbot-dns-wedos = callPackage ../development/python-modules/certbot-dns-wedos { }; certbot-nginx = callPackage ../development/python-modules/certbot-nginx { }; certifi = callPackage ../development/python-modules/certifi { }; Loading Loading
pkgs/development/python-modules/certbot-dns-wedos/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, acme, certbot, setuptools, requests, pytz, }: buildPythonPackage rec { pname = "certbot-dns-wedos"; version = "2.4"; pyproject = true; src = fetchPypi { inherit version; pname = "certbot_dns_wedos"; hash = "sha256-Sle3hoBLwVPF30caCyYtt3raY5Gs9ekg0DthvHxvB4E="; }; build-system = [ setuptools ]; dependencies = [ certbot acme requests pytz ]; pythonImportsCheck = [ "certbot_dns_wedos" ]; meta = { description = "Wedos DNS Authenticator plugin for Certbot"; homepage = "https://github.com/clazzor/certbot-dns-wedos"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.tsandrini ]; }; }
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -6246,6 +6246,7 @@ with pkgs; certbot-dns-ovh certbot-dns-rfc2136 certbot-dns-route53 certbot-dns-wedos certbot-nginx ] ); Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2585,6 +2585,8 @@ self: super: with self; { certbot-dns-route53 = callPackage ../development/python-modules/certbot-dns-route53 { }; certbot-dns-wedos = callPackage ../development/python-modules/certbot-dns-wedos { }; certbot-nginx = callPackage ../development/python-modules/certbot-nginx { }; certifi = callPackage ../development/python-modules/certifi { }; Loading