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

{
    "name": "py27-ligotimegps",
    "portdir": "python/py-ligotimegps",
    "version": "1.2.3",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/gwpy/ligotimegps",
    "description": "A pure-python version of lal.LIGOTimeGPS.",
    "long_description": "This module provides a pure-python version of the `LIGOTimeGPS` class, used to represent GPS times (number of seconds elapsed since GPS epoch) with nanoseconds precision.",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-six"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-gwpy"
            ]
        }
    ]
}