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

{
    "name": "py36-psycopg",
    "portdir": "python/py-psycopg",
    "version": "3.0.11",
    "license": "LGPL-3+",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.psycopg.org",
    "description": "Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.",
    "long_description": "Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.",
    "active": false,
    "categories": [
        "databases",
        "python"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 147
        }
    ],
    "variants": [
        "postgresql14",
        "postgresql13",
        "postgresql12",
        "postgresql11",
        "postgresql10"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-13",
                "py36-setuptools",
                "py36-virtualenv",
                "py36-wheel",
                "py36-build",
                "py36-python-install"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-setuptools",
                "postgresql14",
                "openssl"
            ]
        }
    ],
    "depends_on": []
}