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

{
    "name": "py35-xattr",
    "portdir": "python/py-xattr",
    "version": "0.9.7",
    "license": "(MIT or PSF)",
    "platforms": "darwin linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://undefined.org/python/#xattr",
    "description": "Python wrapper for extended filesystem attributes",
    "long_description": "xattr is a Python wrapper for Darwin, Linux, and FreeBSD extended filesystem attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger) and later.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "danchr",
            "github": "danchr",
            "ports_count": 160
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py35-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python35",
                "py35-cffi"
            ]
        }
    ],
    "depends_on": []
}