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

{
    "name": "py310-ezdxf",
    "portdir": "python/py-ezdxf",
    "version": "1.2.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ezdxf.mozman.at",
    "description": "Python interface to DXF",
    "long_description": "This Python package is designed to facilitate the creation and manipulation of DXF documents, with compatibility across various DXF versions. It empowers users to seamlessly load and edit DXF files while preserving all content, except for comments.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "flyingsamson",
            "github": "flyingsamson",
            "ports_count": 18
        }
    ],
    "variants": [
        "draw",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-17",
                "py310-installer",
                "py310-build",
                "py310-wheel"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-fonttools",
                "py310-numpy",
                "py310-parsing",
                "py310-typing_extensions"
            ]
        }
    ],
    "depends_on": []
}