GET /api/v1/ports/certbot-dns-ovh/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "certbot-dns-ovh",
    "portdir": "security/certbot",
    "version": "2.10.0",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://certbot.eff.org/",
    "description": "The certbot ovh plugin for dns-01 challenges",
    "long_description": "The dns_ovh plugin automates the process of completing a dns-01 challenge (DNS01) by creating, and subsequently removing, TXT records using the OVH API. https://certbot-dns-ovh.readthedocs.io/",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 847
        }
    ],
    "variants": [
        "python38",
        "python39",
        "python310",
        "python311",
        "python312"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "py312-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-configargparse",
                "py312-configobj",
                "py312-pyrfc3339",
                "python312",
                "py312-parsedatetime",
                "py312-dns-lexicon",
                "py312-acme",
                "py312-tz",
                "py312-cryptography",
                "py312-distro",
                "py312-openssl"
            ]
        }
    ],
    "depends_on": []
}