GET /api/v1/ports/py39-htseq/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-htseq",
    "portdir": "python/py-htseq",
    "version": "2.0.1",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/htseq/htseq",
    "description": "A framework to process and analyze data from high-throughput sequencing (HTS) assays",
    "long_description": "A framework to process and analyze data from high-throughput sequencing (HTS) assays",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "davide.liessi",
            "github": "dliessi",
            "ports_count": 72
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-cython"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-numpy",
                "py39-pysam",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-matplotlib"
            ]
        }
    ],
    "depends_on": []
}