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

{
    "name": "py27-babel",
    "portdir": "python/py-babel",
    "version": "2.9.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://babel.pocoo.org/",
    "description": "A collection of tools for internationalizing Python applications.",
    "long_description": "Babel is an integrated collection of utilities that assist in internationalizing and localizing Python applications, with an emphasis on web-based applications.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-setuptools",
                "py27-tz"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-freezegun",
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py27-bpython"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-wtforms",
                "py27-flask-babel",
                "py27-agate",
                "trac-devel",
                "trac"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-sphinx"
            ]
        }
    ]
}