GET /api/v1/ports/py38-gitpython/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py38-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.44",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-gitdb",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"salt-minion",
"salt-master",
"salt-syndic",
"salt-api",
"salt"
]
}
]
}