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

{
    "name": "py27-paver",
    "portdir": "python/py-paver",
    "version": "1.3.4",
    "license": "BSD and MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/paver/paver",
    "description": "Easy build, distribution and deployment scripting",
    "long_description": "Paver is a Python-based build/distribution/deployment scripting tool along the lines of Make or Rake. What makes Paver unique is its integration with commonly used Python libraries. Common tasks that were easy before remain easy. More importantly, dealing with your applications specific needs and requirements is also easy.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-setuptools",
                "py27-six"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py27-FlexGet"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py-paver"
            ]
        }
    ]
}