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

{
    "name": "py39-honcho",
    "portdir": "python/py-honcho",
    "version": "1.1.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nickstenning/honcho",
    "description": "Python clone of Foreman (managing Procfile-based applications)",
    "long_description": "Python clone of Foreman (managing Procfile-based applications)",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-installer",
                "clang-17",
                "py39-setuptools",
                "py39-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-jinja2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "honcho_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest",
                "py39-pytest-mock"
            ]
        }
    ],
    "depends_on": []
}