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

{
    "name": "py310-base58",
    "portdir": "python/py-base58",
    "version": "2.1.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/keis/base58",
    "description": "Base58 and Base58Check implementation compatible with what is used by the bitcoin network",
    "long_description": "Base58 and Base58Check implementation compatible with what is used by the bitcoin network. Any other alternative alphabet (like the XRP one) can be used.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harens",
            "github": "harens",
            "ports_count": 133
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-base58"
            ]
        }
    ]
}