GET /api/v1/ports/py27-selenium/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-selenium",
"portdir": "python/py-selenium",
"version": "3.141.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.seleniumhq.org/",
"description": "Python language bindings for Selenium WebDriver",
"long_description": "The selenium package is used to automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer), as well as the Remote protocol.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "dstrubbe",
"github": "dstrubbe",
"ports_count": 37
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-urllib3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-robotframework-selenium2library"
]
}
]
}