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

{
    "name": "py27-pytest-timeout",
    "portdir": "python/py-pytest-timeout",
    "version": "1.4.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pytest-dev/pytest-timeout",
    "description": "py.test plugin to abort hanging tests",
    "long_description": "py.test plugin to abort hanging tests",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 120
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-setuptools",
                "clang-12"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pexpect",
                "py27-pytest",
                "py27-pytest-cov",
                "py27-ipdb"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py27-docker"
            ]
        }
    ]
}