GET /api/v1/ports/py36-local-pipelines/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py36-local-pipelines",
"portdir": "python/py-local-pipelines",
"version": "0.4.1",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/rw_grim/local-pipelines",
"description": "Local Pipelines parses your bitbucket-pipelines.yml and runs it locally using your local Docker instance",
"long_description": "Local Pipelines parses your bitbucket-pipelines.yml and runs it locally using your local Docker instance",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-yaml"
]
},
{
"type": "run",
"ports": [
"local-pipelines_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-local-pipelines"
]
}
]
}