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

{
    "name": "py310-kitchen",
    "portdir": "python/py-kitchen",
    "version": "1.2.6",
    "license": "LGPL-2.1",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/fedora-infra/kitchen",
    "description": "py-kitchen is a python API for commonly used snippets of code",
    "long_description": "The py-kitchen module provides a python API for all sorts of little useful snippets of code that everybody ends up writing for their projects but never seem big enough to build an independent release. Use kitchen and stop cutting and pasting that code over and over.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "srirangav",
            "github": "srirangav",
            "ports_count": 15
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "py310-installer",
                "clang-17",
                "py310-setuptools",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-chardet",
                "python310"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "tuir",
                "py-kitchen"
            ]
        }
    ]
}