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

{
    "name": "py38-minidb",
    "portdir": "python/py-minidb",
    "version": "2.0.7",
    "license": "ISC",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://thp.io/2010/minidb/",
    "description": "A simple SQLite3-based store for Python objects",
    "long_description": "A simple SQLite3-based store for Python objects",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-build",
                "py38-setuptools",
                "py38-wheel",
                "py38-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-nose"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py38-urlwatch"
            ]
        }
    ]
}