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

{
    "name": "py39-ligo-segments",
    "portdir": "python/py-ligo-segments",
    "version": "1.3.0",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.ligo.org/lscsoft/ligo-segments",
    "description": "Representations of semi-open intervals",
    "long_description": "Defines the `segment`, `segmentlist`, and `segmentlistdict` objects for manipulating semi-open intervals.",
    "active": false,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-six",
                "py39-ligo-common"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-gwpy"
            ]
        }
    ]
}