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

{
    "name": "py311-pkginfo",
    "portdir": "python/py-pkginfo",
    "version": "1.9.6",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/pkginfo",
    "description": "Query metadatdata from sdists and bdists installed packages.",
    "long_description": "Provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg).",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "jjstickel",
            "github": "jjstickel",
            "ports_count": 127
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "poetry",
                "py-pkginfo",
                "twine",
                "py311-upt-pypi"
            ]
        }
    ]
}