GET /api/v1/ports/tubeup/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "tubeup",
"portdir": "python/tubeup",
"version": "2023.8.19",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bibanon/tubeup",
"description": "VOD service to Archive.org uploader",
"long_description": "Use yt-dlp to download video and upload to the Internet Archive with metadata.",
"active": true,
"categories": [
"multimedia",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-wheel",
"clang-16",
"py312-build",
"py312-installer",
"py312-setuptools"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-docopt",
"internetarchive",
"yt-dlp"
]
}
],
"depends_on": []
}