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

{
    "name": "py38-icalendar",
    "portdir": "python/py-icalendar",
    "version": "4.0.9",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://icalendar.readthedocs.org/",
    "description": "The iCalendar package is a parser/generator of RFC 2445 iCalendar files.",
    "long_description": "The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-wheel",
                "py38-build",
                "py38-installer",
                "clang-16",
                "py38-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38",
                "py38-dateutil",
                "py38-setuptools",
                "py38-tz"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-pytest"
            ]
        }
    ],
    "depends_on": []
}