9 buildPythonPackage rec {
10 pname = "certbot-dns-inwx";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-v03QBHsxhl6R8YcwWIKD+pf4APy9S2vFcQe3ZEc6AjI=";
19 propagatedBuildInputs = [
24 # Doesn't have any tests
27 pytestImportsCheck = [ "certbot_dns_inwx" ];
30 description = "INWX DNS Authenticator plugin for Certbot";
31 homepage = "https://github.com/oGGy990/certbot-dns-inwx";
32 license = with licenses; [
36 maintainers = with maintainers; [ onny ];