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

{
    "name": "py310-graphql-core",
    "portdir": "python/py-graphql-core",
    "version": "3.2.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/graphql-python/graphql-core",
    "description": "GraphQL implementation for Python, a port of GraphQL.js.",
    "long_description": "GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-build",
                "py310-setuptools",
                "py310-wheel",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-graphql-core"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-graphene",
                "py310-graphql-relay"
            ]
        }
    ]
}