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

{
    "name": "salt",
    "portdir": "sysutils/salt",
    "version": "3000.3",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://saltstack.com/",
    "description": "Salt is a Python-based remote execution, automation, configuration, and orchestration engine.",
    "long_description": "SaltStack is fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack.",
    "active": true,
    "categories": [
        "sysutils",
        "python"
    ],
    "maintainers": [
        {
            "name": "jeremy.mcmillan",
            "github": "aphor",
            "ports_count": 6
        }
    ],
    "variants": [
        "python38"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-setuptools",
                "py38-wheel",
                "py38-build",
                "py38-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py38-dateutil",
                "py38-distro",
                "py38-gitpython",
                "py38-gnupg",
                "py38-idna",
                "py38-jinja2",
                "py38-mako",
                "py38-msgpack",
                "py38-psutil",
                "py38-pycryptodome",
                "py38-pyobjc",
                "py38-setproctitle",
                "py38-tornado",
                "py38-yaml",
                "py38-zmq",
                "python38",
                "py38-asn1",
                "py38-cffi",
                "py38-cherrypy",
                "py38-cryptography"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-pytest"
            ]
        }
    ],
    "depends_on": []
}