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

{
    "name": "py310-beancount",
    "portdir": "python/py-beancount",
    "version": "2.3.4",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://furius.ca/beancount/",
    "description": "Double-entry plain text accounting system",
    "long_description": "A double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a basic web interface.",
    "active": true,
    "categories": [
        "python",
        "finance"
    ],
    "maintainers": [
        {
            "name": "macports",
            "github": "mrdomino",
            "ports_count": 28
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-pytest",
                "py310-chardet",
                "py310-dateutil",
                "py310-ply",
                "py310-lxml",
                "python310",
                "py310-google-api",
                "py310-httplib2",
                "py310-bottle",
                "py310-magic",
                "py310-beautifulsoup4",
                "py310-requests"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fava"
            ]
        }
    ]
}