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

{
    "name": "py36-automat",
    "portdir": "python/py-automat",
    "version": "20.2.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/glyph/automat",
    "description": "A library for concise, idiomatic Python expression of finite-state automata",
    "long_description": "Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1406
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools_scm",
                "py36-m2r",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-setuptools"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-six",
                "py36-attrs"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-twisted"
            ]
        }
    ]
}