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

{
    "count": 50612,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=563",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=561",
    "results": [
        {
            "name": "py312-soupsieve",
            "portdir": "python/py-soupsieve",
            "version": "2.8.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facelessuser/soupsieve",
            "description": "Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4",
            "long_description": "Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1215
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-beautifulsoup4"
                    ]
                }
            ]
        },
        {
            "name": "py312-soxr",
            "portdir": "python/py-soxr",
            "version": "0.5.0.post1",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dofuuz/python-soxr",
            "description": "High quality, one-dimensional sample-rate conversion library for Python",
            "long_description": "High quality, one-dimensional sample-rate conversion library for Python",
            "active": true,
            "categories": [
                "audio",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-nanobind",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "py312-scikit-build-core"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-librosa"
                    ]
                }
            ]
        },
        {
            "name": "py312-spaghetti",
            "portdir": "python/py-spaghetti",
            "version": "1.7.6",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spaghetti/",
            "description": "Spatial graphs: networks, topology and inference (spaghetti)",
            "long_description": "The PySAL Spatial graphs: networks, topology and inference (spaghetti) package is an open-source Python library for the analysis of network-based 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-esda",
                        "py312-libpysal",
                        "py312-geopandas",
                        "py312-rtree",
                        "py312-scipy",
                        "py312-shapely",
                        "py312-pandas",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-spopt"
                    ]
                }
            ]
        },
        {
            "name": "py312-spake2",
            "portdir": "python/py-spake2",
            "version": "0.9",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/warner/python-spake2",
            "description": "SPAKE2 password authenticated key exchange pure python",
            "long_description": "SPAKE2 password authenticated key exchange pure python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-hkdf",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-spark_parser",
            "portdir": "python/py-spark_parser",
            "version": "1.9.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/spark_parser/",
            "description": "An Earley-Algorithm Context-free grammar Parser Toolkit",
            "long_description": "SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-click"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-uncompyle6"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-trepan3k"
                    ]
                }
            ]
        },
        {
            "name": "py312-spdx",
            "portdir": "python/py-spdx",
            "version": "2.5.1",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bbqsrc/spdx-python",
            "description": "SPDX license list database",
            "long_description": "SPDX license list database",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "karan.sheth",
                    "github": "korusuke",
                    "ports_count": 64
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-spdx-lookup"
                    ]
                }
            ]
        },
        {
            "name": "py312-spdx-lookup",
            "portdir": "python/py-spdx-lookup",
            "version": "0.3.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bbqsrc/spdx-lookup-python",
            "description": "SPDX license list query tool",
            "long_description": "SPDX license list query tool",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "karan.sheth",
                    "github": "korusuke",
                    "ports_count": 64
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-spdx",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-speg",
            "portdir": "python/py-speg",
            "version": "0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/avakar/speg",
            "description": "A PEG-based parser interpreter with memoization.",
            "long_description": "A PEG-based parser interpreter with memoization.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-pycson"
                    ]
                }
            ]
        },
        {
            "name": "py312-spglib",
            "portdir": "python/py-spglib",
            "version": "2.6.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spglib.readthedocs.io",
            "description": "Python interface for spglib (a C library for crystal symmetries).",
            "long_description": "Python interface for spglib (a C library for crystal symmetries).",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-setuptools_scm",
                        "py312-scikit-build-core",
                        "ninja",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-numpy",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-pymatgen"
                    ]
                }
            ]
        },
        {
            "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": "py312-sphinx",
            "portdir": "python/py-sphinx",
            "version": "9.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sphinx-doc.org/",
            "description": "Python documentation generator",
            "long_description": "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-flit_core",
                        "py312-build",
                        "clang-18",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-docutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-imagesize",
                        "py312-snowballstemmer",
                        "py312-requests",
                        "py312-babel",
                        "py312-pygments",
                        "py312-sphinxcontrib-applehelp",
                        "py312-sphinxcontrib-devhelp",
                        "py312-sphinxcontrib-htmlhelp",
                        "py312-sphinxcontrib-jsmath",
                        "py312-sphinxcontrib-qthelp",
                        "py312-sphinxcontrib-serializinghtml",
                        "py312-roman_numerals",
                        "py312-alabaster",
                        "py312-jinja2",
                        "py312-packaging",
                        "sphinx_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "unpaper",
                        "glom",
                        "offlineimap",
                        "py312-socketio",
                        "iverilog-docs",
                        "xapian-bindings-python312",
                        "py312-simpy-docs",
                        "py312-numpydoc",
                        "py312-mayavi",
                        "varnish",
                        "py312-openslide",
                        "py312-engineio"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-sphinx-issues",
                        "py312-sphinx_rtd_theme",
                        "py312-sphinx-copybutton",
                        "py312-sphinxcontrib-httpdomain",
                        "py312-breathe",
                        "py312-repoze.sphinx.autointerface",
                        "py312-jupyter_sphinx",
                        "py312-sphinxcontrib-jquery",
                        "py312-sphinxcontrib-bibtex",
                        "vigra",
                        "py312-sphinx-gallery",
                        "py312-skyfield"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinxcontrib-svg2pdfconverter",
                        "py312-spyder",
                        "py312-sphinx-autodoc-typehints",
                        "py312-recommonmark",
                        "py312-myst-parser",
                        "py312-sphinxnotes-strike",
                        "py312-sphinx-jsonschema",
                        "py312-sphinx-click"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinx-autodoc-typehints",
            "portdir": "python/py-sphinx-autodoc-typehints",
            "version": "3.6.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tox-dev/sphinx-autodoc-typehints",
            "description": "Type hints (PEP 484) support for the Sphinx autodoc extension",
            "long_description": "This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-hatch-vcs",
                        "clang-18",
                        "py312-build",
                        "py312-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinx-bootstrap-theme",
            "portdir": "python/py-sphinx-bootstrap-theme",
            "version": "0.8.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ryan-roemer/sphinx-bootstrap-theme",
            "description": "Sphinx bootstrap theme.",
            "long_description": "Sphinx bootstrap theme.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sphinx-bootstrap-theme"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinx-click",
            "portdir": "python/py-sphinx-click",
            "version": "6.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-click.readthedocs.io/en/latest/",
            "description": "A Sphinx plugin to automatically document click-based applications",
            "long_description": "sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 159
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-click",
                        "py312-docutils",
                        "py312-sphinx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinxcontrib-applehelp",
            "portdir": "python/py-sphinxcontrib-applehelp",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sphinx-doc.org/",
            "description": "sphinx extension which outputs Apple help books",
            "long_description": "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-bibtex",
            "portdir": "python/py-sphinxcontrib-bibtex",
            "version": "2.6.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mcmtroffaes/sphinxcontrib-bibtex",
            "description": "Sphinx extension for BibTeX style citations",
            "long_description": "Sphinx extension for BibTeX style citations",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-docutils",
                        "py312-sphinx",
                        "py312-pybtex",
                        "py312-pybtex-docutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sphinxcontrib-bibtex"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-blockdiag",
            "portdir": "python/py-sphinxcontrib-blockdiag",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/blockdiag/sphinxcontrib-blockdiag",
            "description": "A sphinx extension for embedding block diagrams",
            "long_description": "py-sphinxcontrib-blockdiag is A sphinx extension for embedding block diagrams.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-blockdiag",
                        "py312-docutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinxcontrib-devhelp",
            "portdir": "python/py-sphinxcontrib-devhelp",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sphinx-doc.org/",
            "description": "sphinx extension which outputs Devhelp document",
            "long_description": "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-docutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-htmlhelp",
            "portdir": "python/py-sphinxcontrib-htmlhelp",
            "version": "2.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sphinx-doc.org/",
            "description": "a sphinx extension which renders HTML help files",
            "long_description": "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-docutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-httpdomain",
            "portdir": "python/py-sphinxcontrib-httpdomain",
            "version": "1.8.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sphinx-contrib/httpdomain",
            "description": "Sphinx domain for documenting HTTP APIs",
            "long_description": "Sphinx domain for documenting HTTP APIs",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-six",
                        "py312-sphinx",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinxcontrib-jquery",
            "portdir": "python/py-sphinxcontrib-jquery",
            "version": "4.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sphinx-contrib/jquery/",
            "description": "sphinxcontrib-jquery ensures that jQuery is always installed for use in Sphinx themes or extensions.",
            "long_description": "sphinxcontrib-jquery ensures that jQuery is always installed for use in Sphinx themes or extensions.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1215
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-sphinx"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-sphinx_rtd_theme"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-jsmath",
            "portdir": "python/py-sphinxcontrib-jsmath",
            "version": "1.0.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sphinx-doc.org/",
            "description": "sphinx extension which renders display math in HTML via JavaScript",
            "long_description": "sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-docutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-qthelp",
            "portdir": "python/py-sphinxcontrib-qthelp",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sphinx-doc.org/",
            "description": "sphinx extension which outputs QtHelp document",
            "long_description": "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-docutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-serializinghtml",
            "portdir": "python/py-sphinxcontrib-serializinghtml",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sphinx-doc.org/",
            "description": "sphinx extension which outputs serialized HTML files (json and pickle)",
            "long_description": "sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized HTML files (json and pickle).",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinxcontrib-svg2pdfconverter",
            "portdir": "python/py-sphinxcontrib-svg2pdfconverter",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-doc.org/",
            "description": "sphinx extension that converts svg graphics files",
            "long_description": "py-sphinxcontrib-svg2pdfconverter is a sphinx extension that converts svg graphics files.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "librsvg",
                        "py312-sphinx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinxcontrib-websupport",
            "portdir": "python/py-sphinxcontrib-websupport",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/sphinxcontrib-websupport/",
            "description": "Sphinx API for Web Apps",
            "long_description": "sphinxcontrib-webuspport provides a Python API to easily integrate Sphinx documentation into your Web application.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinx-copybutton",
            "portdir": "python/py-sphinx-copybutton",
            "version": "0.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-copybutton.readthedocs.io/en/latest/",
            "description": "A Sphinx plugin to add a little “copy” button to your code.",
            "long_description": "A Sphinx plugin to add a little “copy” button to your code.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-build"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-flake8",
                        "py312-sphinx",
                        "py312-black",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinx-gallery",
            "portdir": "python/py-sphinx-gallery",
            "version": "0.20.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-gallery.github.io",
            "description": "Extension for automatic generation of an example gallery",
            "long_description": "Extension for automatic generation of an example gallery",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-Pillow",
                        "py312-sphinx",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinx-issues",
            "portdir": "python/py-sphinx-issues",
            "version": "3.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sloria/sphinx-issues",
            "description": "A Sphinx plugin linking to your project's issue tracker.",
            "long_description": "A Sphinx plugin linking to your project's issue tracker.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-sphinx",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sphinx-issues"
                    ]
                }
            ]
        },
        {
            "name": "py312-sphinx-jsonschema",
            "portdir": "python/py-sphinx-jsonschema",
            "version": "1.19.2",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lnoor/sphinx-jsonschema",
            "description": "Sphinx extension to display JSON Schema",
            "long_description": "Sphinx extension to display JSON Schema",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "clang-18",
                        "py312-wheel",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-jsonpointer",
                        "py312-sphinx"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinxnotes-strike",
            "portdir": "python/py-sphinxnotes-strike",
            "version": "2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-notes.github.io/strike",
            "description": "Sphinx extension for strikethrough text support",
            "long_description": "Sphinx extension for strikethrough text support",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-sphinx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sphinx_rtd_theme",
            "portdir": "python/py-sphinx_rtd_theme",
            "version": "3.1.0",
            "license": "MIT and BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-rtd-theme.readthedocs.io/",
            "description": "ReadTheDocs.org mobile-friendly Sphinx theme.",
            "long_description": "ReadTheDocs.org mobile-friendly Sphinx theme.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-docutils",
                        "py312-sphinx",
                        "py312-sphinxcontrib-jquery"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py312-simpy-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-fdsnwsscripts"
                    ]
                }
            ]
        },
        {
            "name": "py312-spiceypy",
            "portdir": "python/py-spiceypy",
            "version": "6.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "SpiceyPy: The NASA JPL NAIF SPICE toolkit wrapper for Python",
            "long_description": "SpiceyPy: The NASA JPL NAIF SPICE toolkit wrapper for Python Note: due to cspice, this is only for the x86_64 platform",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-cython",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-17",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-numpy",
                        "cspice"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-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": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-spreg",
                        "py312-spglm",
                        "py312-libpysal",
                        "py312-scipy",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py312-spktype21",
            "portdir": "python/py-spktype21",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/whiskie14142/spktype21",
            "description": "A supporting module for jplephem to handle data type 21",
            "long_description": "A supporting module for jplephem to handle data type 21",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1215
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-jplephem",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-skyfield"
                    ]
                }
            ]
        },
        {
            "name": "py312-splot",
            "portdir": "python/py-splot",
            "version": "1.1.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://splot.readthedocs.io/en/latest/",
            "description": "Lightweight plotting for geospatial analysis in PySAL (splot)",
            "long_description": "splot connects spatial analysis done in PySAL to different popular visualization toolkits like matplotlib. The splot package allows you to create both static plots ready for publication and interactive visualizations for quick iteration and spatial data exploration.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-esda",
                        "py312-giddy",
                        "py312-libpysal",
                        "py312-mapclassify",
                        "py312-spreg",
                        "py312-geopandas",
                        "py312-seaborn",
                        "py312-matplotlib",
                        "py312-numpy",
                        "py312-packaging"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py312-spopt",
            "portdir": "python/py-spopt",
            "version": "0.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pysal/spopt",
            "description": "Spatial Optimization (spopt)",
            "long_description": "Spatial Optimization (spopt) is an open-source Python library for solving optimization problems with spatial data. Originating from the region module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed models and methods for regionalization, facility location, and transportation-oriented solutions.",
            "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-pulp",
                        "py312-geopandas",
                        "py312-scikit-learn",
                        "py312-libpysal",
                        "py312-mapclassify",
                        "py312-pointpats",
                        "py312-spaghetti",
                        "py312-scipy",
                        "py312-shapely",
                        "py312-networkx",
                        "py312-tqdm",
                        "py312-pandas",
                        "py312-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-coverage",
                        "py312-pytest",
                        "py312-pytest-cov",
                        "py312-pytest-xdist",
                        "py312-matplotlib",
                        "py312-codecov",
                        "py312-folium",
                        "py312-mapclassify"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py312-spotipy",
            "portdir": "python/py-spotipy",
            "version": "2.25.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spotipy.readthedocs.io/",
            "description": "A light weight Python library for the Spotify Web API",
            "long_description": "A light weight Python library for the Spotify Web API",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-six",
                        "py312-urllib3",
                        "py312-requests",
                        "py312-redis"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-spreg",
            "portdir": "python/py-spreg",
            "version": "1.8.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/spreg/",
            "description": "PySAL Spatial Econometrics Package (spreg)",
            "long_description": "PySAL Spatial Econometrics Package (spreg), short for “spatial regression”, is a Python package to estimate simultaneous autoregressive spatial regression models. These models are useful when modeling processes where observations interact with one another.",
            "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-pandas",
                        "py312-scipy",
                        "py312-scikit-learn",
                        "py312-libpysal"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-splot",
                        "py312-spvcm",
                        "py312-spglm",
                        "py312-spint",
                        "py312-mgwr"
                    ]
                }
            ]
        },
        {
            "name": "py312-spvcm",
            "portdir": "python/py-spvcm",
            "version": "0.3.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pysal/spvcm",
            "description": "Multilevel spatially-correlated variance components models (spvcm)",
            "long_description": "The PySAL spvcm is a package to estimate spatially-correlated variance components models/varying intercept models. In addition to a general toolkit to conduct Gibbs sampling in Python, the package also provides an interface to PyMC3 and CODA. For a complete overview, consult the walkthrough.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-spreg",
                        "py312-libpysal",
                        "py312-seaborn",
                        "py312-scipy",
                        "py312-pandas",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py312-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-setuptools",
                        "py312-wheel",
                        "pkgconfig",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-chardet",
                        "py312-yarl",
                        "py312-aiohttp",
                        "py312-atomicwrites",
                        "py312-diff-match-patch",
                        "py312-intervaltree",
                        "py312-pygments",
                        "py312-sphinx",
                        "py312-applaunchservices",
                        "py312-sympy",
                        "py312-importlib-metadata",
                        "py312-keyring",
                        "py312-pexpect",
                        "py312-jsonschema",
                        "py312-ipython",
                        "py312-pickleshare",
                        "py312-psutil",
                        "py312-watchdog",
                        "py312-pylint",
                        "py312-jellyfish",
                        "py312-pandas",
                        "py312-pyqt5",
                        "py312-matplotlib",
                        "py312-pyqt5-webengine",
                        "py312-cookiecutter",
                        "py312-pylint-venv",
                        "py312-qstylizer",
                        "py312-qtawesome",
                        "py312-qtpy",
                        "py312-numpydoc",
                        "py312-scipy",
                        "py312-three-merge",
                        "py312-zmq",
                        "py312-bcrypt",
                        "py312-nbconvert",
                        "py312-qtconsole",
                        "py312-rtree",
                        "py312-python-lsp-server",
                        "py312-cloudpickle",
                        "py312-superqt",
                        "py312-pyls-spyder",
                        "py312-python-lsp-black",
                        "py312-qdarkstyle",
                        "py312-spyder-kernels",
                        "py312-asyncssh",
                        "py312-pygithub",
                        "py312-ipython-pygments-lexers",
                        "py312-python-lsp-ruff",
                        "py312-pyuca",
                        "spyder_select",
                        "py312-setuptools",
                        "py312-textdistance",
                        "py312-cython",
                        "py312-jedi",
                        "py312-parso",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-jupyter_client",
                        "python312",
                        "py312-cloudpickle",
                        "py312-ipython",
                        "py312-wurlitzer",
                        "py312-zmq",
                        "py312-ipykernel"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py312-sqlalchemy",
            "portdir": "python/py-sqlalchemy",
            "version": "2.0.45",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sqlalchemy.org/",
            "description": "Python SQL ORM",
            "long_description": "SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-cython",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-typing_extensions",
                        "py312-greenlet",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-obspy",
                        "py312-sunpy",
                        "py312-agate-sql",
                        "gajim",
                        "py312-sqlalchemy-utils",
                        "py312-flask-sqlalchemy",
                        "py312-alembic",
                        "py312-cinemagoer",
                        "py312-ipython-sql",
                        "py312-larixite",
                        "py312-csvkit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-xraylarch",
                        "py312-xraydb"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-mssql"
                    ]
                }
            ]
        },
        {
            "name": "py312-sqlalchemy-utils",
            "portdir": "python/py-sqlalchemy-utils",
            "version": "0.42.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kvesteri/sqlalchemy-utils",
            "description": "Various utility functions for SQLAlchemy.",
            "long_description": "Various utility functions for SQLAlchemy.",
            "active": true,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-sqlalchemy",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py312-sqlglot",
            "portdir": "python/py-sqlglot",
            "version": "26.19.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sqlglot.com/",
            "description": "An easily customizable SQL parser and transpiler",
            "long_description": "An easily customizable SQL parser and transpiler",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-build",
                        "py312-installer",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-sqlobject",
            "portdir": "python/py-sqlobject",
            "version": "3.11.0",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sqlobject.org/",
            "description": "Object-Relational Manager, aka database wrapper",
            "long_description": "SQLObject is a popular *Object Relational Manager* for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-17",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-dispatcher",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sqlobject"
                    ]
                }
            ]
        },
        {
            "name": "py312-sqlparse",
            "portdir": "python/py-sqlparse",
            "version": "0.5.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/sqlparse/",
            "description": "Non-validating SQL parser",
            "long_description": "Non-validating SQL parser that provides support for parsing, splitting and formatting SQL statements.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-pgspecial",
                        "py312-django",
                        "py312-django-debug-toolbar",
                        "py312-ipython-sql"
                    ]
                }
            ]
        },
        {
            "name": "py312-srsly",
            "portdir": "python/py-srsly",
            "version": "2.4.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/explosion/srsly",
            "description": "Modern high-performance serialization utilities for Python",
            "long_description": "Modern high-performance serialization utilities for Python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jonesc",
                    "github": "cjones051073",
                    "ports_count": 220
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-cython-compat",
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-tz",
                        "py312-pytest",
                        "py312-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-confection",
                        "py-srsly",
                        "py312-thinc"
                    ]
                }
            ]
        },
        {
            "name": "py312-sshtunnel",
            "portdir": "python/py-sshtunnel",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pahaz/sshtunnel",
            "description": "Pure python SSH tunnels",
            "long_description": "Pure python SSH tunnels",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-paramiko",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-maggma"
                    ]
                }
            ]
        },
        {
            "name": "py312-sslcrypto",
            "portdir": "python/py-sslcrypto",
            "version": "5.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/purplesyringa/sslcrypto/",
            "description": "Fast and simple library for AES, ECIES and ECDSA for Python",
            "long_description": "Fast and simple library for AES, ECIES and ECDSA for Python.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-pyaes",
                        "py312-base58",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "proxmark3-iceman"
                    ]
                }
            ]
        }
    ]
}