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

{
    "name": "py-tensorflow",
    "portdir": "python/py-tensorflow",
    "version": "2.12.0",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.tensorflow.org/",
    "description": "TensorFlow helps the tensors flow",
    "long_description": "TensorFlow helps the tensors flow",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "emcrisostomo",
            "github": "emcrisostomo",
            "ports_count": 137
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-tensorflow"
            ]
        }
    ],
    "depends_on": []
}