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

{
    "name": "py312-asdf",
    "portdir": "python/py-asdf",
    "version": "4.1.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/asdf-format/asdf",
    "description": "The Advanced Scientific Data Format (ASDF) is a next-generation interchange format for scientific data.",
    "long_description": "The Advanced Scientific Data Format (ASDF) is a next-generation interchange format for scientific data. This package contains the Python implementation of the ASDF Standard.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1011
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "py312-wheel",
                "py312-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-jmespath",
                "python312",
                "py312-asdf-unit-schemas",
                "py312-asdf-transform-schemas",
                "py312-packaging",
                "py312-attrs",
                "py312-semantic_version",
                "py312-numpy",
                "py312-yaml"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py312-asdf-astropy",
                "py312-asdf-coordinates-schemas"
            ]
        }
    ]
}