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

{
    "name": "py39-falcon",
    "portdir": "python/py-falcon",
    "version": "3.0.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://falconframework.org/",
    "description": "An unladen web framework for building APIs and app backends.",
    "long_description": "Falcon is a reliable, high-performance Python web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-installer",
                "clang-17",
                "py39-build",
                "py39-cython"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-setuptools"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-yaml",
                "py39-mimeparse",
                "py39-mujson",
                "py39-testtools",
                "py39-cbor2",
                "py39-httpx",
                "py39-pytest",
                "py39-pytest-runner",
                "py39-requests",
                "py39-ujson",
                "py39-websockets"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-falcon"
            ]
        }
    ]
}