GET /api/v1/ports/py39-gitfs/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-gitfs",
"portdir": "python/py-gitfs",
"version": "0.5.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.presslabs.com/docs/code/gitfs/",
"description": "a FUSE file system that fully integrates with git",
"long_description": "gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository’s branch locally, and any subsequent changes made to the files will be automatically committed to the remote.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"py39-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py39-fusepy",
"py39-pycparser",
"py39-pygit2",
"python39",
"py39-six",
"macfuse",
"py39-raven",
"py39-atomiclong",
"py39-cffi"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-gitfs"
]
}
]
}