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

{
    "name": "py310-spaCy",
    "portdir": "python/py-spaCy",
    "version": "3.5.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://spacy.io",
    "description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
    "long_description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang15",
        "clang16",
        "clang17",
        "clang18",
        "clang19",
        "clang50",
        "clang60",
        "clang70",
        "clang80",
        "clang90",
        "clangdevel",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gcc14",
        "gccdevel",
        "mpich",
        "openmpi"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-numpy",
                "py310-jsonschema",
                "py310-blis",
                "py310-cymem",
                "py310-murmurhash",
                "py310-plac",
                "py310-preshed",
                "py310-srsly",
                "py310-thinc",
                "py310-tqdm",
                "py310-wasabi",
                "py310-pydantic",
                "py310-typer",
                "py310-catalogue",
                "py310-langcodes",
                "py310-confection",
                "python310",
                "py310-cython",
                "py310-pip",
                "py310-requests",
                "py310-typing_extensions",
                "py310-packaging"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-mock",
                "py310-flake8"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-torchtext",
                "py-spaCy",
                "py310-spaCy-models"
            ]
        }
    ]
}