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

{
    "name": "py32-setuptools",
    "portdir": "python/py-setuptools",
    "version": "29.0.1",
    "license": "MIT and (PSF or ZPL) and (Apache-2 or BSD)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.org/project/setuptools/",
    "description": "distutils enhancement for build and distribution",
    "long_description": "setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 296
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python32"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py32-pip"
            ]
        }
    ]
}