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

{
    "name": "py39-pip",
    "portdir": "python/py-pip",
    "version": "24.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.pip-installer.org/",
    "description": "A tool for installing and managing Python packages.",
    "long_description": "pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.",
    "active": true,
    "categories": [
        "www",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-setuptools",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pip_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py39-mkl",
                "py39-mkl-include",
                "py39-tensorflow-probability",
                "py39-tensorflow1",
                "py39-tensorflow",
                "py39-pyfatfs",
                "py39-tensorflow-addons",
                "py39-pyarrow",
                "py39-apache-beam"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-spaCy",
                "py39-pipdeptree"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-apache-beam",
                "py39-spaCy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-coveralls"
            ]
        }
    ]
}