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

{
    "name": "py27-python-daemon",
    "portdir": "python/py-python-daemon",
    "version": "2.2.4",
    "license": "GPL-3+ and Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pagure.io/python-daemon/",
    "description": "Library to implement a well-behaved Unix daemon process.",
    "long_description": "This library implements the well-behaved daemon specification of PEP 3143, \"Standard daemon process library\". A well-behaved Unix daemon process is tricky to get right, but the required steps are much the same for every daemon program. A DaemonContext instance holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-docutils",
                "py27-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-lockfile"
            ]
        }
    ],
    "depends_on": []
}