GET /api/v1/ports/py38-trustme/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py38-trustme",
    "portdir": "python/py-trustme",
    "version": "0.7.0",
    "license": "(Apache-2 or MIT)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-trio/trustme/",
    "description": "#1 quality TLS certs while you wait, for the discerning tester",
    "long_description": "trustme is a tiny Python package that does one thing: it gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 64
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-build",
                "clang-16",
                "py38-installer",
                "py38-setuptools",
                "py38-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-idna",
                "py38-cryptography"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-openssl",
                "py38-pytest",
                "py38-service_identity"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py38-trio"
            ]
        }
    ]
}