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

{
    "name": "py310-pysam",
    "portdir": "python/py-pysam",
    "version": "0.22.0",
    "license": "MIT and BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pysam-developers/pysam",
    "description": "Python interface for the SAM/BAM sequence alignment and mapping format",
    "long_description": "Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "git",
            "github": "SoapZA",
            "ports_count": 22
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-build",
                "py310-installer",
                "py310-setuptools",
                "py310-cython",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "htslib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-htseq"
            ]
        }
    ]
}