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

{
    "name": "py36-py2app",
    "portdir": "python/py-py2app",
    "version": "0.26.1",
    "license": "(MIT or PSF)",
    "platforms": "darwin",
    "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": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 309
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-macholib",
                "py36-setuptools"
            ]
        }
    ],
    "depends_on": []
}