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

{
    "name": "py39-pathspec",
    "portdir": "python/py-pathspec",
    "version": "0.12.1",
    "license": "(MPL-2 or LGPL-2.1+)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/cpburnz/python-pathspec",
    "description": "Utility library for gitignore style pattern matching of file paths.",
    "long_description": "pathspec is a utility library for pattern matching of file paths. So far this only includes Git’s wildmatch pattern matching which itself is derived from Rsync’s wildmatch. Git uses wildmatch for its gitignore files.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "danchr",
            "github": "danchr",
            "ports_count": 159
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-flit_core",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py39-iminuit"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-black",
                "py39-scikit-build-core",
                "py39-hatchling"
            ]
        }
    ]
}