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

{
    "name": "py39-virtualenvwrapper",
    "portdir": "python/py-virtualenvwrapper",
    "version": "6.0.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://virtualenvwrapper.readthedocs.io/",
    "description": "Enhancements to virtualenv",
    "long_description": "virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-virtualenv",
                "py39-virtualenv-clone",
                "python39",
                "py39-pbr",
                "py39-setuptools",
                "py39-setuptools_scm",
                "py39-stevedore"
            ]
        },
        {
            "type": "run",
            "ports": [
                "virtualenvwrapper_select"
            ]
        }
    ],
    "depends_on": []
}