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

{
    "name": "py36-gflags",
    "portdir": "python/py-gflags",
    "version": "2.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://code.google.com/p/python-gflags/",
    "description": "Python equivalent of google-gflag, a getopt() replacement.",
    "long_description": "A library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "conall+macports",
            "github": "conallob",
            "ports_count": 4
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        }
    ],
    "depends_on": []
}