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

{
    "name": "py312-crcmod",
    "portdir": "python/py-crcmod",
    "version": "1.7",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://crcmod.sourceforge.net/",
    "description": "Python module for creating functions computing the Cyclic Redundancy Check (CRC).",
    "long_description": "Python module for creating functions computing the Cyclic Redundancy Check (CRC).",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "py312-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-crcmod"
            ]
        }
    ]
}