GET /api/v1/ports/?format=api&ordering=-updated_at&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52293,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=22",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=20",
    "results": [
        {
            "name": "py310-spint",
            "portdir": "python/py-spint",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pysal/spint",
            "description": "Spatial Interaction Modeling Package (spint)",
            "long_description": "The PySAL Spatial Interaction Modeling Package (spint) module seeks to provide a collection of tools to study spatial interaction processes and analyze spatial interaction data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "clang-18",
                        "py310-installer",
                        "py310-build",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spreg",
                        "py310-spglm",
                        "py310-libpysal",
                        "py310-scipy",
                        "py310-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py-spint",
            "portdir": "python/py-spint",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pysal/spint",
            "description": "Spatial Interaction Modeling Package (spint)",
            "long_description": "The PySAL Spatial Interaction Modeling Package (spint) module seeks to provide a collection of tools to study spatial interaction processes and analyze spatial interaction data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-spint"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-spint",
            "portdir": "python/py-spint",
            "version": "1.0.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pysal/spint",
            "description": "Spatial Interaction Modeling Package (spint)",
            "long_description": "The PySAL Spatial Interaction Modeling Package (spint) module seeks to provide a collection of tools to study spatial interaction processes and analyze spatial interaction data.",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "clang-17",
                        "py39-installer",
                        "py39-build",
                        "py39-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-spreg",
                        "py39-spglm",
                        "py39-scipy",
                        "py39-numpy",
                        "py39-libpysal"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py314-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-numpy",
                        "py314-scipy",
                        "py314-libpysal",
                        "py314-spreg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-spglm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-spint"
                    ]
                }
            ]
        },
        {
            "name": "py313-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools_scm",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-numpy",
                        "py313-scipy",
                        "py313-libpysal",
                        "py313-spreg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-spint",
                        "py313-mgwr"
                    ]
                }
            ]
        },
        {
            "name": "py312-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-numpy",
                        "py312-scipy",
                        "py312-libpysal",
                        "py312-spreg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-spint",
                        "py312-mgwr"
                    ]
                }
            ]
        },
        {
            "name": "py311-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-numpy",
                        "py311-scipy",
                        "py311-libpysal",
                        "py311-spreg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-spint",
                        "py311-mgwr"
                    ]
                }
            ]
        },
        {
            "name": "py310-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-numpy",
                        "py310-scipy",
                        "py310-libpysal",
                        "py310-spreg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spint",
                        "py310-mgwr"
                    ]
                }
            ]
        },
        {
            "name": "py-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-spglm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-setuptools_scm",
                        "py314-wheel",
                        "py314-setuptools",
                        "py314-installer",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pyproj",
                        "py314-geopandas",
                        "py314-libpysal",
                        "py314-scikit-learn",
                        "py314-seaborn",
                        "py314-mapclassify",
                        "py314-numba",
                        "py314-joblib",
                        "py314-pandas",
                        "py314-matplotlib",
                        "py314-tqdm",
                        "py314-numpy",
                        "py314-deprecation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-segregation"
                    ]
                }
            ]
        },
        {
            "name": "py313-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-setuptools_scm",
                        "py313-wheel",
                        "py313-setuptools",
                        "py313-installer",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-pandas",
                        "py313-geopandas",
                        "py313-scikit-learn",
                        "py313-seaborn",
                        "py313-libpysal",
                        "py313-mapclassify",
                        "py313-numba",
                        "py313-joblib",
                        "py313-deprecation",
                        "py313-matplotlib",
                        "py313-pyproj",
                        "py313-tqdm",
                        "py313-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py312-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-setuptools_scm",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-seaborn",
                        "py312-geopandas",
                        "py312-numba",
                        "py312-joblib",
                        "py312-scikit-learn",
                        "py312-libpysal",
                        "py312-mapclassify",
                        "py312-pyproj",
                        "py312-matplotlib",
                        "py312-tqdm",
                        "py312-pandas",
                        "py312-deprecation",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py311-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "clang-18",
                        "py311-setuptools_scm",
                        "py311-wheel",
                        "py311-setuptools",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-scikit-learn",
                        "py311-tqdm",
                        "py311-mapclassify",
                        "py311-geopandas",
                        "py311-seaborn",
                        "py311-numba",
                        "py311-libpysal",
                        "py311-joblib",
                        "py311-matplotlib",
                        "py311-pandas",
                        "py311-deprecation",
                        "py311-pyproj",
                        "py311-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py310-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "clang-18",
                        "py310-installer",
                        "py310-build",
                        "py310-wheel",
                        "py310-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-scikit-learn",
                        "py310-pyproj",
                        "py310-seaborn",
                        "py310-numba",
                        "py310-geopandas",
                        "py310-mapclassify",
                        "py310-libpysal",
                        "py310-joblib",
                        "py310-tqdm",
                        "py310-matplotlib",
                        "py310-pandas",
                        "py310-numpy",
                        "py310-deprecation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.5",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-segregation"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-segregation",
            "portdir": "python/py-segregation",
            "version": "2.5.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/segregation/",
            "description": "Segregation Measurement, Inferential Statistics and Decomposition Analysis",
            "long_description": "The PySAL segregation package provides a suite of tools for measuring segregation over time and space.",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "clang-17",
                        "py39-installer",
                        "py39-build",
                        "py39-wheel",
                        "py39-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-numpy",
                        "py39-pandas",
                        "py39-pyproj",
                        "py39-scikit-learn",
                        "py39-seaborn",
                        "py39-tqdm",
                        "py39-mapclassify",
                        "py39-numba",
                        "py39-matplotlib",
                        "py39-libpysal",
                        "py39-joblib",
                        "py39-geopandas",
                        "py39-deprecation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py39-spglm",
            "portdir": "python/py-spglm",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "SParse Generalized Linear Models (spglm)",
            "long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py39-setuptools",
                        "py39-setuptools_scm",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-libpysal",
                        "py39-numpy",
                        "py39-scipy",
                        "py39-spreg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-mgwr",
                        "py39-spint"
                    ]
                }
            ]
        },
        {
            "name": "py314-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-python-dotenv",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling",
                        "py314-pydantic",
                        "py314-typing-inspection"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-oct2py",
                        "napari",
                        "py-pydantic_settings"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-mcp"
                    ]
                }
            ]
        },
        {
            "name": "py313-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-typing-inspection",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-hatchling",
                        "py313-pydantic",
                        "py313-python-dotenv"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-oct2py",
                        "py313-emmet-core",
                        "py313-maggma"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-mcp"
                    ]
                }
            ]
        },
        {
            "name": "py312-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-typing-inspection",
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "py312-python-dotenv",
                        "py312-pydantic",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-oct2py",
                        "py312-emmet-core",
                        "py312-maggma"
                    ]
                }
            ]
        },
        {
            "name": "py311-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-typing-inspection",
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "py311-pydantic",
                        "py311-python-dotenv",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-oct2py",
                        "py311-emmet-core",
                        "py311-maggma"
                    ]
                }
            ]
        },
        {
            "name": "py310-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-typing-inspection",
                        "py310-build",
                        "py310-pydantic",
                        "py310-hatchling",
                        "py310-python-dotenv",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-oct2py",
                        "py310-emmet-core",
                        "py310-maggma"
                    ]
                }
            ]
        },
        {
            "name": "py-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.14.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pydantic_settings"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.10.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-typing-inspection",
                        "py39-pydantic",
                        "py39-python-dotenv",
                        "py39-build",
                        "py39-hatchling",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-emmet-core",
                        "py39-maggma"
                    ]
                }
            ]
        },
        {
            "name": "py38-pydantic_settings",
            "portdir": "python/py-pydantic_settings",
            "version": "2.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydantic/pydantic-settings",
            "description": "Settings management using Pydantic",
            "long_description": "Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-pydantic",
                        "py38-python-dotenv",
                        "clang-16",
                        "py38-hatchling",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-esda",
            "portdir": "python/py-esda",
            "version": "2.10.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-setuptools_scm",
                        "py314-wheel",
                        "py314-setuptools",
                        "py314-installer",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-scikit-learn",
                        "py314-libpysal",
                        "py314-geopandas",
                        "py314-shapely",
                        "py314-pandas",
                        "py314-scipy",
                        "py314-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-esda"
                    ]
                }
            ]
        },
        {
            "name": "py313-esda",
            "portdir": "python/py-esda",
            "version": "2.10.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-setuptools_scm",
                        "py313-wheel",
                        "py313-setuptools",
                        "py313-installer",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-libpysal",
                        "py313-scikit-learn",
                        "py313-geopandas",
                        "py313-pandas",
                        "py313-shapely",
                        "py313-scipy",
                        "py313-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-giddy",
                        "py313-spaghetti",
                        "py313-splot"
                    ]
                }
            ]
        },
        {
            "name": "py312-esda",
            "portdir": "python/py-esda",
            "version": "2.10.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-setuptools_scm",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-libpysal",
                        "py312-scikit-learn",
                        "py312-geopandas",
                        "py312-scipy",
                        "py312-shapely",
                        "py312-pandas",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-giddy",
                        "py312-spaghetti",
                        "py312-splot"
                    ]
                }
            ]
        },
        {
            "name": "py311-esda",
            "portdir": "python/py-esda",
            "version": "2.9.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "clang-18",
                        "py311-setuptools_scm",
                        "py311-wheel",
                        "py311-setuptools",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-libpysal",
                        "py311-geopandas",
                        "py311-shapely",
                        "py311-scipy",
                        "py311-scikit-learn",
                        "py311-pandas",
                        "py311-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-giddy",
                        "py311-spaghetti",
                        "py311-splot"
                    ]
                }
            ]
        },
        {
            "name": "py310-esda",
            "portdir": "python/py-esda",
            "version": "2.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "clang-18",
                        "py310-installer",
                        "py310-build",
                        "py310-wheel",
                        "py310-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-libpysal",
                        "py310-geopandas",
                        "py310-scikit-learn",
                        "py310-shapely",
                        "py310-pandas",
                        "py310-scipy",
                        "py310-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-giddy",
                        "py310-spaghetti",
                        "py310-splot"
                    ]
                }
            ]
        },
        {
            "name": "py-esda",
            "portdir": "python/py-esda",
            "version": "2.10.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-esda"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-esda",
            "portdir": "python/py-esda",
            "version": "2.5.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/esda/",
            "description": "Exploratory Spatial Data Analysis in PySAL (esda)",
            "long_description": "Exploratory Spatial Data Analysis in PySAL (esda) is an open-source Python library for the exploratory analysis of spatial data.",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-setuptools",
                        "py39-setuptools_scm",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-libpysal",
                        "py39-numpy",
                        "py39-pandas",
                        "py39-scikit-learn",
                        "py39-scipy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-spaghetti",
                        "py39-giddy",
                        "py39-splot"
                    ]
                }
            ]
        },
        {
            "name": "py314-cloudflare",
            "portdir": "python/py-cloudflare",
            "version": "5.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/cloudflare-python",
            "description": "Python interface to the CloudFlare API.",
            "long_description": "Python interface to the CloudFlare API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "aiohttp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling",
                        "py314-hatch-fancy-pypi-readme"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pydantic",
                        "python314",
                        "py314-distro",
                        "py314-typing_extensions",
                        "py314-anyio",
                        "py314-sniffio",
                        "py314-httpx"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "certbot-dns-cloudflare",
                        "py-cloudflare"
                    ]
                }
            ]
        },
        {
            "name": "py312-cloudflare",
            "portdir": "python/py-cloudflare",
            "version": "5.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/cloudflare-python",
            "description": "Python interface to the CloudFlare API.",
            "long_description": "Python interface to the CloudFlare API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "aiohttp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "py312-hatch-fancy-pypi-readme",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-sniffio",
                        "python312",
                        "py312-pydantic",
                        "py312-typing_extensions",
                        "py312-distro",
                        "py312-anyio",
                        "py312-httpx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-cloudflare",
            "portdir": "python/py-cloudflare",
            "version": "5.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/cloudflare-python",
            "description": "Python interface to the CloudFlare API.",
            "long_description": "Python interface to the CloudFlare API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "aiohttp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-hatchling",
                        "py313-hatch-fancy-pypi-readme"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-httpx",
                        "python313",
                        "py313-pydantic",
                        "py313-typing_extensions",
                        "py313-sniffio",
                        "py313-anyio",
                        "py313-distro"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-cloudflare",
            "portdir": "python/py-cloudflare",
            "version": "5.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/cloudflare-python",
            "description": "Python interface to the CloudFlare API.",
            "long_description": "Python interface to the CloudFlare API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "aiohttp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "py311-hatch-fancy-pypi-readme",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-anyio",
                        "python311",
                        "py311-httpx",
                        "py311-typing_extensions",
                        "py311-distro",
                        "py311-sniffio",
                        "py311-pydantic"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-cloudflare",
            "portdir": "python/py-cloudflare",
            "version": "5.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/cloudflare-python",
            "description": "Python interface to the CloudFlare API.",
            "long_description": "Python interface to the CloudFlare API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "aiohttp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-hatchling",
                        "py310-installer",
                        "py310-hatch-fancy-pypi-readme",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-pydantic",
                        "python310",
                        "py310-anyio",
                        "py310-typing_extensions",
                        "py310-distro",
                        "py310-httpx",
                        "py310-sniffio"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-cloudflare",
            "portdir": "python/py-cloudflare",
            "version": "5.4.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/cloudflare-python",
            "description": "Python interface to the CloudFlare API.",
            "long_description": "Python interface to the CloudFlare API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-cloudflare"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-astropy",
            "portdir": "python/py-astropy",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "all",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "py314-cython",
                        "py314-setuptools_scm",
                        "py314-jinja2",
                        "py314-toml",
                        "py314-extension-helpers"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-astropy-iers-data",
                        "py314-h5py",
                        "cfitsio",
                        "py314-pyerfa",
                        "py314-narwhals",
                        "erfa",
                        "wcslib",
                        "expat",
                        "python314",
                        "py314-packaging",
                        "py314-colorlog",
                        "py314-numpy",
                        "py314-scipy",
                        "py314-yaml",
                        "py314-matplotlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-sunpy",
                        "py314-pyvo",
                        "py-astropy",
                        "py314-skyfield",
                        "py314-healpy",
                        "py314-asdf-astropy",
                        "py314-astropy-healpix",
                        "py314-mpl-animators"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lscsoft-deps",
                        "py314-reproject"
                    ]
                }
            ]
        },
        {
            "name": "py313-astropy",
            "portdir": "python/py-astropy",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "all",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-setuptools_scm",
                        "py313-toml",
                        "py313-cython",
                        "py313-jinja2",
                        "py313-extension-helpers"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-colorlog",
                        "py313-astropy-iers-data",
                        "cfitsio",
                        "py313-narwhals",
                        "py313-h5py",
                        "erfa",
                        "wcslib",
                        "expat",
                        "python313",
                        "py313-packaging",
                        "py313-numpy",
                        "py313-yaml",
                        "py313-scipy",
                        "py313-pyerfa",
                        "py313-matplotlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-vo",
                        "py313-pyvo",
                        "py313-regions",
                        "py313-skyfield",
                        "py313-sunpy",
                        "py313-healpy",
                        "py313-asdf-astropy",
                        "py313-astlib",
                        "py313-astroML",
                        "py313-astroplan",
                        "py313-astropy-healpix",
                        "py313-astroscrappy",
                        "py313-mpl-animators",
                        "py313-photutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-aplpy",
                        "py313-pyregion",
                        "py313-reproject"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pyavm"
                    ]
                }
            ]
        },
        {
            "name": "py312-astropy",
            "portdir": "python/py-astropy",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "all",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-jinja2",
                        "py312-setuptools_scm",
                        "py312-cython",
                        "py312-toml",
                        "py312-extension-helpers",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-scipy",
                        "py312-h5py",
                        "cfitsio",
                        "py312-narwhals",
                        "py312-pyerfa",
                        "erfa",
                        "wcslib",
                        "expat",
                        "python312",
                        "py312-packaging",
                        "py312-numpy",
                        "py312-colorlog",
                        "py312-yaml",
                        "py312-matplotlib",
                        "py312-astropy-iers-data"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-lalpulsar",
                        "py312-pyvo",
                        "py312-asdf-astropy",
                        "py312-astropy-healpix",
                        "py312-gammapy",
                        "py312-gwpy",
                        "py312-mpl-animators",
                        "py312-regions",
                        "py312-healpy",
                        "py312-skyfield",
                        "py312-sunpy",
                        "py312-lalinference"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-reproject"
                    ]
                }
            ]
        },
        {
            "name": "py311-astropy",
            "portdir": "python/py-astropy",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "all",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm",
                        "py311-cython",
                        "py311-jinja2",
                        "py311-toml",
                        "py311-extension-helpers",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-h5py",
                        "py311-pyerfa",
                        "cfitsio",
                        "py311-narwhals",
                        "py311-astropy-iers-data",
                        "erfa",
                        "wcslib",
                        "expat",
                        "python311",
                        "py311-packaging",
                        "py311-numpy",
                        "py311-yaml",
                        "py311-colorlog",
                        "py311-matplotlib",
                        "py311-scipy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-sunpy",
                        "py311-pyvo",
                        "py311-asdf-astropy",
                        "py311-astropy-healpix",
                        "py311-astroquery",
                        "py311-gammapy",
                        "py311-mpl-animators",
                        "py311-regions",
                        "py311-healpy",
                        "py311-skyfield"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-reproject"
                    ]
                }
            ]
        },
        {
            "name": "py310-astropy",
            "portdir": "python/py-astropy",
            "version": "6.1.6",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "all",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py310-setuptools",
                        "py310-cython",
                        "py310-toml",
                        "py310-setuptools_scm",
                        "py310-wheel",
                        "py310-jinja2",
                        "py310-build",
                        "py310-extension-helpers",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-pyerfa",
                        "py310-h5py",
                        "cfitsio",
                        "py310-narwhals",
                        "py310-astropy-iers-data",
                        "erfa",
                        "wcslib",
                        "expat",
                        "python310",
                        "py310-packaging",
                        "py310-colorlog",
                        "py310-numpy",
                        "py310-yaml",
                        "py310-scipy",
                        "py310-matplotlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-sunpy",
                        "py310-pyvo",
                        "py310-regions",
                        "py310-asdf-astropy",
                        "py310-astropy-healpix",
                        "py310-astroquery",
                        "py310-kapteyn",
                        "py310-mpl-animators",
                        "py310-healpy",
                        "py310-skyfield"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-reproject"
                    ]
                }
            ]
        },
        {
            "name": "py-astropy",
            "portdir": "python/py-astropy",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-astropy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-astropy",
            "portdir": "python/py-astropy",
            "version": "4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "py36-extension-helpers",
                        "py36-jinja2",
                        "py36-setuptools",
                        "py36-setuptools_scm",
                        "py36-toml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "expat",
                        "py36-numpy",
                        "py36-pyerfa",
                        "py36-pyobjc",
                        "cfitsio",
                        "erfa",
                        "wcslib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-lalpulsar",
                        "py36-astlib",
                        "py36-astroML",
                        "py36-astroplan",
                        "py36-astropy-healpix",
                        "py36-astroquery",
                        "py36-astroscrappy",
                        "py36-gwpy",
                        "py36-healpy",
                        "py36-photutils",
                        "py36-vo",
                        "py36-lalinference"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py36-aplpy",
                        "py36-pyregion",
                        "py36-atpy",
                        "py36-gammapy",
                        "py36-regions",
                        "py36-reproject",
                        "py36-montage"
                    ]
                }
            ]
        },
        {
            "name": "py37-astropy",
            "portdir": "python/py-astropy",
            "version": "4.3.1",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py37-cython",
                        "py37-extension-helpers",
                        "py37-jinja2",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-toml",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erfa",
                        "wcslib",
                        "python37",
                        "py37-pythran",
                        "expat",
                        "py37-colorlog",
                        "py37-h5py",
                        "py37-numpy",
                        "py37-packaging",
                        "py37-pandas",
                        "py37-pyerfa",
                        "py37-pyobjc",
                        "py37-scipy",
                        "py37-yaml",
                        "cfitsio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-astroML",
                        "py37-pyvo",
                        "py37-photutils",
                        "py37-regions",
                        "py37-sunpy",
                        "py37-vo",
                        "py37-skyfield",
                        "py37-gwpy",
                        "py37-astroplan",
                        "py37-lalinference",
                        "py37-lalpulsar",
                        "py37-astroquery",
                        "py37-astlib",
                        "py37-astropy-healpix",
                        "py37-astroscrappy",
                        "py37-healpy",
                        "py37-gammapy",
                        "py37-kapteyn"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-regions",
                        "py37-gammapy",
                        "py37-reproject",
                        "py37-aplpy",
                        "py37-montage",
                        "py37-atpy",
                        "py37-pyregion"
                    ]
                }
            ]
        },
        {
            "name": "py27-astropy",
            "portdir": "python/py-astropy",
            "version": "2.0.16",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "py27-jinja2",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wcslib",
                        "python27",
                        "expat",
                        "py27-numpy",
                        "cfitsio",
                        "erfa"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-lalpulsar",
                        "py27-astlib",
                        "py27-astroML",
                        "py27-astroplan",
                        "py27-astropy-healpix",
                        "py27-astroquery",
                        "py27-astroscrappy",
                        "py27-gwpy",
                        "py27-healpy",
                        "py27-lalinference"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-kapteyn",
                        "py27-montage",
                        "py27-pyregion",
                        "py27-gammapy",
                        "py27-regions",
                        "py27-aplpy"
                    ]
                }
            ]
        },
        {
            "name": "py39-astropy",
            "portdir": "python/py-astropy",
            "version": "6.1.6",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "all",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py39-cython",
                        "py39-extension-helpers",
                        "py39-jinja2",
                        "py39-setuptools",
                        "py39-setuptools_scm",
                        "py39-toml",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erfa",
                        "wcslib",
                        "python39",
                        "py39-astropy-iers-data",
                        "expat",
                        "py39-colorlog",
                        "py39-h5py",
                        "py39-matplotlib",
                        "py39-numpy",
                        "py39-packaging",
                        "py39-pandas",
                        "py39-pyerfa",
                        "py39-scipy",
                        "py39-yaml",
                        "cfitsio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-asdf-astropy",
                        "py39-astlib",
                        "py39-healpy",
                        "py39-astropy-healpix",
                        "py39-sunpy",
                        "py39-gammapy",
                        "py39-gwpy",
                        "py39-kapteyn",
                        "py39-astroplan",
                        "py39-astroquery",
                        "py39-astroscrappy",
                        "py39-photutils",
                        "py39-vo",
                        "py39-skyfield",
                        "py39-pyvo",
                        "py39-mpl-animators",
                        "py39-astroML",
                        "py39-regions"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-regions",
                        "py39-reproject",
                        "py39-montage",
                        "py39-pyregion",
                        "py39-gammapy",
                        "py39-aplpy",
                        "py39-atpy"
                    ]
                }
            ]
        },
        {
            "name": "py35-astropy",
            "portdir": "python/py-astropy",
            "version": "3.2.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "py35-jinja2",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wcslib",
                        "python35",
                        "expat",
                        "py35-numpy",
                        "cfitsio",
                        "erfa"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-astroML",
                        "py35-healpy",
                        "py35-astroplan",
                        "py35-astropy-healpix",
                        "py35-astroquery",
                        "py35-vo",
                        "py35-astroscrappy",
                        "py35-astlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-atpy",
                        "py35-aplpy",
                        "py35-gammapy",
                        "py35-montage",
                        "py35-pyregion",
                        "py35-regions"
                    ]
                }
            ]
        },
        {
            "name": "py38-astropy",
            "portdir": "python/py-astropy",
            "version": "5.2.2",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astropy.org",
            "description": "A Community Python Library for Astronomy",
            "long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py38-cython",
                        "py38-extension-helpers",
                        "py38-jinja2",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "py38-toml",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cfitsio",
                        "erfa",
                        "python38",
                        "expat",
                        "py38-pythran",
                        "wcslib",
                        "py38-colorlog",
                        "py38-h5py",
                        "py38-matplotlib",
                        "py38-numpy",
                        "py38-packaging",
                        "py38-pandas",
                        "py38-pyerfa",
                        "py38-pyobjc",
                        "py38-scipy",
                        "py38-yaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-pyvo",
                        "py38-astroquery",
                        "py38-skyfield",
                        "py38-regions",
                        "py38-photutils",
                        "py38-healpy",
                        "py38-sunpy",
                        "py38-gwpy",
                        "py38-kapteyn",
                        "py38-astlib",
                        "py38-astroML",
                        "py38-lalinference",
                        "py38-lalpulsar",
                        "py38-vo",
                        "py38-astropy-healpix",
                        "py38-astroplan",
                        "py38-astroscrappy",
                        "py38-gammapy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-gammapy",
                        "py38-regions",
                        "py38-atpy",
                        "py38-montage",
                        "py38-pyregion",
                        "py38-reproject",
                        "py38-aplpy"
                    ]
                }
            ]
        }
    ]
}