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

{
    "name": "py-py2app",
    "portdir": "python/py-py2app",
    "version": "0.28.7",
    "license": "(MIT or PSF)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://py2app.readthedocs.io/",
    "description": "converts python scripts into executable Mac OS X apps",
    "long_description": "A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 276
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-py2app"
            ]
        }
    ],
    "depends_on": []
}