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

{
    "name": "py27-oursql",
    "portdir": "python/py-oursql",
    "version": "0.9.3.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://launchpad.net/oursql",
    "description": "Python driver for MySQL",
    "long_description": "oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.",
    "active": true,
    "categories": [
        "devel",
        "databases",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "mysql5",
        "mysql51",
        "mysql55",
        "mysql56",
        "mariadb",
        "percona",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mysql5",
                "python27"
            ]
        }
    ],
    "depends_on": []
}