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

{
    "name": "py38-pypeg2",
    "portdir": "python/py-pypeg2",
    "version": "2.15.2",
    "license": "GPL-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fdik.org/pyPEG/",
    "description": "An intrinsic PEG Parser-Interpreter for Python",
    "long_description": "An intrinsic PEG Parser-Interpreter for Python",
    "active": true,
    "categories": [
        "lang",
        "python"
    ],
    "maintainers": [
        {
            "name": "mojca",
            "github": "mojca",
            "ports_count": 214
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-installer",
                "clang-16",
                "py38-setuptools",
                "py38-wheel",
                "py38-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-lxml"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-pypeg2"
            ]
        }
    ]
}