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

{
    "name": "py37-parver",
    "portdir": "python/py-parver",
    "version": "0.3.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/RazerM/parver",
    "description": "Parse and manipulate version numbers.",
    "long_description": "Allows parsing and manipulation of PEP 440 version numbers.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-attrs",
                "py37-six",
                "python37",
                "py37-arpeggio"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-hypothesis",
                "py37-pretend",
                "py37-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py37-mitmproxy"
            ]
        }
    ]
}