GET /api/v1/ports/py37-pytest-virtualenv/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py37-pytest-virtualenv",
"portdir": "python/py-pytest-virtualenv",
"version": "1.7.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/man-group/pytest-plugins",
"description": "Python virtual environment for pytest",
"long_description": "Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what’s installed.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 120
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools-git",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py37-setuptools",
"python37"
]
},
{
"type": "run",
"ports": [
"py37-virtualenv",
"py37-pytest",
"py37-pytest-fixture-config",
"py37-pytest-shutil"
]
},
{
"type": "test",
"ports": [
"py37-mock",
"py37-pytest"
]
}
],
"depends_on": []
}