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

{
    "name": "py310-rope",
    "portdir": "python/py-rope",
    "version": "1.13.0",
    "license": "LGPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-rope/rope",
    "description": "python refactoring library",
    "long_description": "Rope is a Python refactoring library that can be used with several editors and IDEs. It provides many refactoring operations as well as forms of code assistance like auto-completion and access to documentation.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1565
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-build",
                "py310-installer",
                "clang-17",
                "py310-setuptools",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-appdirs",
                "py310-pytoolconfig"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-eric-ide",
                "py310-python-lsp-server"
            ]
        }
    ]
}