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

{
    "name": "gramps",
    "portdir": "genealogy/gramps",
    "version": "5.1.6",
    "license": "GPL-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gramps-project.org/",
    "description": "Gramps is a genealogy program",
    "long_description": "Gramps is a genealogy program to store, edit, and research genealogical data. It provides advanced capabilities for research, analysis, and correlation to potentially fill relationship gaps.",
    "active": true,
    "categories": [
        "python",
        "genealogy"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2510
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [
        "python38",
        "python39",
        "python310",
        "quartz",
        "x11"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "librsvg",
                "makeicns",
                "intltool",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "osm-gps-map",
                "ghostscript",
                "gtkspell3",
                "python310",
                "py310-Pillow",
                "py310-pyicu",
                "py310-gobject3",
                "py310-bsddb3",
                "sqlite3",
                "shared-mime-info",
                "desktop-file-utils",
                "geocode-glib",
                "gexiv2",
                "goocanvas2",
                "gtk3",
                "graphviz"
            ]
        },
        {
            "type": "run",
            "ports": [
                "adwaita-icon-theme"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-jsonschema",
                "py310-lxml"
            ]
        }
    ],
    "depends_on": []
}