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

{
    "name": "py311-future",
    "portdir": "python/py-future",
    "version": "1.0.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://python-future.org/",
    "description": "Provides clean single-source support for Python 3 and 2",
    "long_description": "The Python package future is the missing compatibility layer between Python 3 and Python 2. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 3 and Python 2 with minimal overhead. The futurize script aids in converting code from either Python 2 or Python 3 to code compatible with both platforms.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 560
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-wheel",
                "clang-16",
                "py311-build",
                "py311-installer",
                "py311-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311",
                "py311-setuptools"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-mdp-toolkit",
                "py311-fipy",
                "py311-pytorch",
                "duplicity",
                "py311-asciimatics",
                "proselint"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-tensorflow-datasets",
                "py311-olm",
                "py311-hcloud"
            ]
        }
    ]
}