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

{
    "name": "py310-pathvalidate",
    "portdir": "python/py-pathvalidate",
    "version": "3.2.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/thombashi/pathvalidate",
    "description": "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.",
    "long_description": "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "py310-setuptools",
                "py310-setuptools_scm",
                "clang-17",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        }
    ],
    "depends_on": []
}