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

{
    "name": "py311-iniconfig",
    "portdir": "python/py-iniconfig",
    "version": "2.1.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/RonnyPfannschmidt/iniconfig",
    "description": "iniconfig is a small and simple INI-file parser module.",
    "long_description": "iniconfig is a small and simple INI-file parser module.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2689
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py311-build",
                "py311-installer",
                "py311-hatchling",
                "py311-setuptools_scm",
                "py311-hatch-vcs"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-pytest"
            ]
        }
    ]
}