GET /api/v1/ports/py311-pytest-random-order/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-pytest-random-order",
"portdir": "python/py-pytest-random-order",
"version": "1.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jbasko/pytest-random-order",
"description": "Randomise the order in which pytest tests are run with some control over the randomness",
"long_description": "Randomise the order in which pytest tests are run with some control over the randomness",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-17",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-pytest",
"python311"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-last"
]
}
]
}