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

{
    "name": "py27-pytest-html",
    "portdir": "python/py-pytest-html",
    "version": "1.22.1",
    "license": "MPL-2",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/pytest-dev/pytest-html",
    "description": "Plugin for generating HTML reports for pytest results",
    "long_description": "pytest-html is a plugin for pytest that generates a HTML report for the test results.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-setuptools",
                "py27-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-pytest",
                "py27-pytest-metadata"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py27-behave",
                "py27-cucumber-tag-expressions"
            ]
        }
    ]
}