GET /api/v1/ports/py39-pew/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-pew",
    "portdir": "python/py-pew",
    "version": "1.2.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/berdario/pew",
    "description": "A tool to manage multiple virtual environments written in pure python",
    "long_description": "A tool to manage multiple virtual environments written in pure python",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "esafak",
            "github": "esafak",
            "ports_count": 115
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-setuptools",
                "py39-virtualenv",
                "py39-virtualenv-clone",
                "py39-pythonz"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pew_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-pew"
            ]
        }
    ]
}