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

{
    "name": "py36-behave",
    "portdir": "python/py-behave",
    "version": "1.2.6",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/behave/behave",
    "description": "behave is behavior-driven development, Python style.",
    "long_description": "Behavior-driven development (or BDD) is an agile software development technique that encourages collaboration between developers, QA and non-technical or business participants in a software project. behave uses tests written in a natural language style, backed up by Python code.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py36-setuptools",
                "python36"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-parse",
                "py36-parse-type",
                "py36-six",
                "py36-colorama",
                "py36-cucumber-tag-expressions"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-mock",
                "py36-path",
                "py36-pyhamcrest",
                "py36-pytest",
                "py36-pytest-html"
            ]
        }
    ],
    "depends_on": []
}