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

{
    "name": "py27-aplpy",
    "portdir": "python/py-aplpy",
    "version": "1.1.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://aplpy.github.com/",
    "description": "The Astronomical Plotting Library in Python",
    "long_description": "APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses Matplotlib, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG.",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "mperrin",
            "github": "mperrin",
            "ports_count": 11
        }
    ],
    "variants": [
        "rgb",
        "avm",
        "ds9"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-astropy",
                "py27-matplotlib",
                "py27-numpy",
                "py27-pyavm",
                "py27-pyregion",
                "py27-Pillow"
            ]
        }
    ],
    "depends_on": []
}