GET /api/v1/ports/py37-virtualenv/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py37-virtualenv",
"portdir": "python/py-virtualenv",
"version": "20.21.0",
"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": 959
},
{
"name": "larryv",
"github": "larryv",
"ports_count": 45
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-installer",
"py37-build",
"clang-14",
"py37-hatchling",
"py37-hatch-vcs"
]
},
{
"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-pytesting-utils",
"py37-tox",
"py37-test-runner",
"py37-pew",
"py37-virtualenvwrapper",
"py37-virtualfish"
]
},
{
"type": "run",
"ports": [
"py37-pytest-virtualenv"
]
}
]
}