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

{
    "name": "py34-toml",
    "portdir": "python/py-toml",
    "version": "0.10.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/uiri/toml",
    "description": "Python Library for Tom's Obvious, Minimal Language",
    "long_description": "A Python library for parsing and creating TOML. The module passes the TOML test suite.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "toby",
            "github": "tobypeterson",
            "ports_count": 223
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py34-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python34"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py34-filelock"
            ]
        }
    ]
}