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

{
    "name": "py34-virtualenv",
    "portdir": "python/py-virtualenv",
    "version": "20.4.7",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://virtualenv.pypa.io",
    "description": "Virtual Python Environment builder",
    "long_description": "virtualenv is a tool to create isolated Python environments.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1576
        },
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 47
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "py34-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py34-distlib",
                "py34-filelock",
                "py34-importlib-metadata",
                "python34",
                "py34-pathlib2",
                "py34-six",
                "py34-importlib-resources",
                "py34-appdirs"
            ]
        },
        {
            "type": "run",
            "ports": [
                "virtualenv_select"
            ]
        }
    ],
    "depends_on": []
}