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

{
    "name": "py-bootstrap-modules",
    "portdir": "python/py-bootstrap-modules",
    "version": "2022-12-23",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.macports.org/",
    "description": "bootstrap PEP 517 module builds",
    "long_description": "This is a set of Python modules that are needed to do PEP 517 building and wheel installation. They have to be installed together to enable bootstrapping, because of circular dependencies.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 276
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-bootstrap-modules"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "py38-setuptools",
                "py39-setuptools",
                "py310-setuptools",
                "py311-setuptools",
                "py312-setuptools",
                "py36-pep517",
                "py36-python-install",
                "py37-python-install",
                "py38-python-install",
                "py39-python-install",
                "py310-python-install",
                "py36-parsing",
                "py36-packaging",
                "py37-packaging",
                "py38-packaging",
                "py39-packaging",
                "py310-packaging",
                "py311-packaging",
                "py312-packaging",
                "py36-typing_extensions",
                "py37-typing_extensions",
                "py38-typing_extensions",
                "py39-typing_extensions",
                "py310-typing_extensions",
                "py311-typing_extensions",
                "py312-typing_extensions",
                "py36-zipp",
                "py37-zipp",
                "py38-zipp",
                "py39-zipp",
                "py310-zipp",
                "py311-zipp",
                "py312-zipp",
                "py37-build",
                "py38-build",
                "py39-build",
                "py310-build",
                "py311-build",
                "py312-build",
                "py36-tomli",
                "py37-tomli",
                "py38-tomli",
                "py39-tomli",
                "py310-tomli",
                "py37-installer",
                "py38-installer",
                "py39-installer",
                "py310-installer",
                "py311-installer",
                "py312-installer",
                "py37-pyproject_hooks",
                "py38-pyproject_hooks",
                "py39-pyproject_hooks",
                "py310-pyproject_hooks",
                "py311-pyproject_hooks",
                "py312-pyproject_hooks",
                "py36-importlib-metadata",
                "py37-importlib-metadata",
                "py38-importlib-metadata",
                "py39-importlib-metadata",
                "py310-importlib-metadata",
                "py311-importlib-metadata",
                "py312-importlib-metadata",
                "py36-wheel"
            ]
        }
    ]
}