GET /api/v1/ports/gpodder/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "gpodder",
    "portdir": "gnome/gpodder",
    "version": "3.11.4",
    "license": "GPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gpodder.github.io",
    "description": "A media aggregator and podcast client",
    "long_description": "gPodder is a standalone podcast manager. It provides anything to manage feeds and podcasts but requires an external player to actually listen/view the content, e.g. Apple QuickTime Player.",
    "active": true,
    "categories": [
        "audio",
        "gnome"
    ],
    "maintainers": [],
    "variants": [
        "python38",
        "python39",
        "python310",
        "python311",
        "python312",
        "quartz"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "help2man",
                "intltool",
                "clang-17",
                "py312-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312",
                "dbus-python312",
                "py312-gobject3",
                "py312-mutagen",
                "py312-mygpoclient",
                "py312-podcastparser",
                "lame",
                "vorbis-tools",
                "gtk3",
                "librsvg"
            ]
        },
        {
            "type": "run",
            "ports": [
                "yt-dlp",
                "py312-requests"
            ]
        }
    ],
    "depends_on": []
}