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

{
    "name": "py-pysam",
    "portdir": "python/py-pysam",
    "version": "0.22.0",
    "license": "MIT and BSD",
    "platforms": "any",
    "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": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-pysam"
            ]
        }
    ],
    "depends_on": []
}