GET /api/v1/ports/py36-editor/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py36-editor",
    "portdir": "python/py-editor",
    "version": "1.0.4",
    "license": "Apache",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/fmoo/python-editor",
    "description": "Programmatically open an editor, capture the result.",
    "long_description": "Programmatically open an editor, capture the result.",
    "active": false,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools",
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-alembic"
            ]
        }
    ]
}