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

{
    "name": "py37-virtualenv",
    "portdir": "python/py-virtualenv",
    "version": "20.25.3",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "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": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1153
        },
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 46
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py37-build",
                "py37-hatchling",
                "py37-hatch-vcs",
                "py37-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37",
                "py37-distlib",
                "py37-filelock",
                "py37-importlib-metadata",
                "py37-platformdirs"
            ]
        },
        {
            "type": "run",
            "ports": [
                "virtualenv_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py37-psycopg2"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-pew",
                "py37-pytesting-utils",
                "py37-virtualfish",
                "py37-test-runner",
                "py37-virtualenvwrapper",
                "py37-tox"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-pytest-virtualenv"
            ]
        }
    ]
}