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

{
    "count": 50179,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=25",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=23",
    "results": [
        {
            "name": "py314-isort",
            "portdir": "python/py-isort",
            "version": "7.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PyCQA/isort",
            "description": "A Python utility / library to sort Python imports.",
            "long_description": "isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-hatch-vcs",
                        "py314-hatchling",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "isort_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pylint"
                    ]
                }
            ]
        },
        {
            "name": "py314-identify",
            "portdir": "python/py-identify",
            "version": "2.6.15",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pre-commit/identify",
            "description": "File identification library for Python",
            "long_description": "File identification library for Python",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pre-commit"
                    ]
                }
            ]
        },
        {
            "name": "py314-cachetools",
            "portdir": "python/py-cachetools",
            "version": "6.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tkem/cachetools",
            "description": "memoizing collections and decorators",
            "long_description": "This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library @lru_cache function decorator.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-asteval",
            "portdir": "python/py-asteval",
            "version": "1.0.7",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lmfit/asteval",
            "description": "Safe, minimalistic evaluator of python expression using ast module",
            "long_description": "ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-lmfit"
                    ]
                }
            ]
        },
        {
            "name": "py314-lxml",
            "portdir": "python/py-lxml",
            "version": "6.0.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lxml.de/",
            "description": "Powerful and Pythonic XML processing library",
            "long_description": "lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-cython",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "libxslt",
                        "python314",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pikepdf",
                        "py314-beautifulsoup4",
                        "py314-xmlsec"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "llvm_select-16",
            "portdir": "sysutils/llvm_select",
            "version": "2",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "common files for selecting default llvm version",
            "long_description": "llvm_select installs files that allow 'port select' to switch the default version of llvm. It symlinks the standard llvm executables in the MacPorts prefix to the selected version.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 287
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "llvm_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "llvm-16"
                    ]
                }
            ]
        },
        {
            "name": "lldb_select-16",
            "portdir": "sysutils/lldb_select",
            "version": "1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "common files for selecting default lldb version",
            "long_description": "llvm_select installs files that allow 'port select' to switch the default version of lldb It symlinks the standard llvm executables in the MacPorts prefix to the selected version.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 639
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lldb_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "lldb-16"
                    ]
                }
            ]
        },
        {
            "name": "clang_select-16",
            "portdir": "sysutils/clang_select",
            "version": "2.5",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "common files for selecting default clang version",
            "long_description": "clang_select installs files that allow 'port select' to switch the default version of clang. It symlinks the standard compiler executables in the MacPorts prefix to the selected version.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 287
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "clang_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "clang-16"
                    ]
                }
            ]
        },
        {
            "name": "lbreakouthd",
            "portdir": "games/lbreakouthd",
            "version": "1.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lgames.sourceforge.io/LBreakoutHD/",
            "description": "Breakout clone, that won the No Starch Press SDL Game Contest.",
            "long_description": "LBreakoutHD is a scaleable 16:9 remake of LBreakout2. The successor to LBreakout offers you a new challenge in more than 50 levels with loads of new bonuses (goldshower, joker, explosive balls, bonus magnet ...), maluses (chaos, darkness, weak balls, malus magnet ...) and special bricks (growing bricks, explosive bricks, regenerative bricks ...). If you are still hungry for more after that you can create your own levelsets with the integrated level editor. This game won the No Starch Press SDL Game Contest.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libsdl2_mixer",
                        "autoconf",
                        "automake",
                        "gettext",
                        "libsdl2",
                        "libsdl2_image",
                        "libsdl2_ttf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-multiprocess",
            "portdir": "python/py-multiprocess",
            "version": "0.70.18",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/multiprocess",
            "description": "better multiprocessing and multithreading in python",
            "long_description": "better multiprocessing and multithreading in python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-dill",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-multiprocess"
                    ]
                }
            ]
        },
        {
            "name": "py314-testpath",
            "portdir": "python/py-testpath",
            "version": "0.6.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jupyter/testpath",
            "description": "Test utilities for code working with files and commands.",
            "long_description": "Test utilities for code working with files and commands.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-propcache",
            "portdir": "python/py-propcache",
            "version": "0.4.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/propcache",
            "description": "fast implementation of cached properties",
            "long_description": "accelerated versions of functools.cached_property",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-expandvars",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "py314-cython"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-aiohttp",
                        "py314-yarl"
                    ]
                }
            ]
        },
        {
            "name": "py314-pip",
            "portdir": "python/py-pip",
            "version": "25.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pip.pypa.io",
            "description": "A tool for installing and managing Python packages.",
            "long_description": "pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-setuptools",
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pip_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-gyoto",
                        "py314-pyfatfs"
                    ]
                }
            ]
        },
        {
            "name": "py314-expandvars",
            "portdir": "python/py-expandvars",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sayanarijit/expandvars",
            "description": "Expand system variables Unix style",
            "long_description": "Expand system variables Unix style",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-frozenlist",
                        "py314-propcache",
                        "py314-yarl"
                    ]
                }
            ]
        },
        {
            "name": "py314-virtualenv",
            "portdir": "python/py-virtualenv",
            "version": "20.35.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://virtualenv.pypa.io",
            "description": "Virtual Python Environment builder",
            "long_description": "virtualenv is a tool to create isolated Python environments.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                },
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-hatchling",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-distlib",
                        "py314-filelock",
                        "py314-platformdirs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "virtualenv_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-psycopg2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-asv",
                        "py314-pre-commit"
                    ]
                }
            ]
        },
        {
            "name": "py314-pytest",
            "portdir": "python/py-pytest",
            "version": "8.4.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytest.org",
            "description": "py.test: simple powerful testing with Python",
            "long_description": "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-packaging",
                        "py314-setuptools",
                        "py314-iniconfig",
                        "py314-pluggy",
                        "py314-pygments"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pytest_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pytest-qt",
                        "py314-pytest-cov",
                        "py314-pytest-describe",
                        "py314-pytest-trio",
                        "py314-pytest-asyncio",
                        "py314-pytest-xdist",
                        "py314-pytest-remotedata",
                        "py314-pytest-xprocess"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pytest-mock",
                        "py314-pytest-benchmark"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-charset-normalizer",
                        "py314-asn1",
                        "py314-dnspython",
                        "py314-contourpy",
                        "py314-id",
                        "py314-intervaltree",
                        "py314-kiwisolver",
                        "py314-looseversion",
                        "py314-pytest-timeout",
                        "py314-brotli",
                        "py314-h11",
                        "py314-hpack",
                        "py314-hyperframe",
                        "py314-atomicwrites",
                        "py314-hyperlink",
                        "py314-bcrypt",
                        "py314-tenacity",
                        "py314-tzlocal",
                        "py314-jsonpointer",
                        "py314-freezegun",
                        "py314-tomlkit",
                        "py314-async_generator",
                        "py314-natsort",
                        "py314-outcome",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest-trio",
                        "py314-autopep8",
                        "py314-wrapt",
                        "py314-rope",
                        "py314-ujson",
                        "py314-webencodings",
                        "py314-wurlitzer",
                        "py314-colorlog",
                        "py314-python-lsp-server",
                        "py314-poyo",
                        "py314-sphinx-jsonschema",
                        "py314-asteval",
                        "py314-blinker",
                        "py314-websocket-client",
                        "py314-mistune",
                        "py314-cbor2",
                        "py314-click",
                        "py314-luma.core",
                        "py314-pyftdi",
                        "py314-requests-oauthlib",
                        "py314-smbus2",
                        "py314-luma.emulator",
                        "py314-xattr",
                        "py314-beautifulsoup4",
                        "py314-yapf",
                        "py314-babel",
                        "py314-markupsafe",
                        "py314-decorator",
                        "py314-pytest-httpserver",
                        "py314-responses",
                        "py314-time-machine",
                        "py314-requests-cache",
                        "py314-beniget",
                        "py314-jschema_to_python",
                        "py314-jsonpatch",
                        "py314-junit-xml",
                        "py314-s3transfer",
                        "py314-rsa",
                        "py314-pyperclip",
                        "py314-about-time",
                        "py314-findpython",
                        "py314-cryptography",
                        "py314-python-lsp-jsonrpc",
                        "py314-structlog",
                        "py314-appdirs",
                        "py314-pytest-benchmark",
                        "py314-gsl",
                        "py314-jaraco.functools",
                        "py314-jaraco.classes",
                        "py314-jwt",
                        "py314-oauthlib",
                        "py314-patsy",
                        "py314-inflection",
                        "py314-setuptools_scm_git_archive",
                        "py314-simplejson",
                        "py314-sphinx_rtd_theme",
                        "py314-uncertainties",
                        "py314-whatthepatch",
                        "py314-text-unidecode",
                        "py314-typer",
                        "py314-typing-inspection",
                        "py314-unicodedata2",
                        "py314-unidecode",
                        "py314-more-itertools",
                        "py314-fasteners",
                        "py314-lazy_object_proxy",
                        "py314-dateutil",
                        "py314-distlib",
                        "py314-lz4",
                        "py314-cpuinfo",
                        "py314-werkzeug",
                        "py314-DAWG",
                        "py314-cairocffi",
                        "py314-json5",
                        "py314-tabulate",
                        "py314-shtab",
                        "py314-cssselect2",
                        "py314-scipy",
                        "py314-gast",
                        "py314-Faker",
                        "py314-aws-sam-translator",
                        "py314-geographiclib",
                        "py314-pyfatfs",
                        "py314-netcdf4",
                        "py314-term-background",
                        "py314-toolz",
                        "py314-attrs",
                        "py314-autocommand",
                        "py314-cfn-lint",
                        "py314-chardet",
                        "py314-columnize",
                        "py314-cppy",
                        "py314-cycler",
                        "py314-hatch-fancy-pypi-readme",
                        "py314-mock",
                        "py314-zopeinterface",
                        "py314-docstring-to-markdown",
                        "py314-cachetools",
                        "py314-jaraco.collections",
                        "py314-numpy",
                        "py314-stagger",
                        "py314-croniter",
                        "py314-pypdf",
                        "py314-mslex",
                        "py314-mssql",
                        "py314-lazy_loader",
                        "py314-lmfit",
                        "py314-nmrglue",
                        "py314-nmrglue-devel",
                        "py314-numdifftools",
                        "py314-peakutils",
                        "py314-pyficache",
                        "py314-qstylizer",
                        "py314-xdis",
                        "py314-nanobind",
                        "py314-parso",
                        "py314-qtawesome",
                        "py314-black",
                        "py314-cairo",
                        "py314-filelock",
                        "py314-numpydoc",
                        "py314-pyicu",
                        "py314-xarray",
                        "py314-argh",
                        "py314-inflate64",
                        "py314-iocapture",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-zopfli",
                        "py314-pyannotate",
                        "py314-pybcj",
                        "py314-pyppmd",
                        "py314-pyzstd",
                        "py314-watchdog",
                        "py314-prompt_toolkit",
                        "py314-protobuf3",
                        "py314-wcwidth",
                        "py314-pylast",
                        "py314-svgelements",
                        "py314-tinycss2",
                        "py314-geopy",
                        "py314-joblib",
                        "py314-cftime",
                        "py314-aiodns",
                        "py314-igraph"
                    ]
                }
            ]
        },
        {
            "name": "py314-pygments",
            "portdir": "python/py-pygments",
            "version": "2.19.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pygments.org/",
            "description": "Python syntax highlighter",
            "long_description": "Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pygments_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-httpx",
                        "py314-pytest",
                        "py314-pyficache"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-sphinx",
                        "py314-rich"
                    ]
                }
            ]
        },
        {
            "name": "py314-psycopg2",
            "portdir": "python/py-psycopg2",
            "version": "2.9.10",
            "license": "LGPL-3+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.psycopg.org",
            "description": "A python DBAPI-2.0-compliant database adapter for postgresql",
            "long_description": "Psycopg2 is a postgresql database adapter for python. It's fully compliant to python's DBAPI-2.0. psycopg is designed for heavily multi-threaded applications featuring connection pooling.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "postgresql10",
                "postgresql11",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "postgresql17"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-virtualenv",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql17",
                        "python314",
                        "py314-setuptools",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "4.5.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatch-vcs",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-yapf",
                        "py314-requests-cache",
                        "py314-findpython",
                        "py314-black",
                        "py314-virtualenv",
                        "py314-pylint"
                    ]
                }
            ]
        },
        {
            "name": "py314-filelock",
            "portdir": "python/py-filelock",
            "version": "3.20.0",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://py-filelock.readthedocs.io/",
            "description": "A platform independent file lock",
            "long_description": "This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication:",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "funasoul",
                    "github": "funasoul",
                    "ports_count": 15
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-hatchling",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-pytest-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py314-distlib",
            "portdir": "python/py-distlib",
            "version": "0.4.0",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py314-tz",
            "portdir": "python/py-tz",
            "version": "2025.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pytz",
            "description": "World Timezone Definitions for Python",
            "long_description": "pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-geopy",
                        "py314-fs",
                        "py314-pandas",
                        "py314-croniter"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-dateutil"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-numpy"
                    ]
                }
            ]
        },
        {
            "name": "py314-trove-classifiers",
            "portdir": "python/py-trove-classifiers",
            "version": "2025.12.1.14",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/trove-classifiers",
            "description": "Canonical source for classifiers on PyPI (pypi.org)",
            "long_description": "Canonical source for classifiers on PyPI (pypi.org)",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-calver",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-hatchling"
                    ]
                }
            ]
        },
        {
            "name": "py314-six",
            "portdir": "python/py-six",
            "version": "1.17.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/six/",
            "description": "py-six is a Python 2 and 3 compatibility library.",
            "long_description": "py-six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-protobuf3",
                        "py314-pynacl",
                        "py314-rfc3339-validator",
                        "py314-sphinxcontrib-httpdomain",
                        "py314-freezegun",
                        "py314-ansible-core",
                        "py314-html5lib",
                        "py314-junit-xml",
                        "py314-dateutil",
                        "py314-bigfloat",
                        "py314-xdis",
                        "py314-pyannotate",
                        "py314-fs"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pyicu",
                        "py314-iocapture"
                    ]
                }
            ]
        },
        {
            "name": "py314-setuptools_scm",
            "portdir": "python/py-setuptools_scm",
            "version": "9.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/setuptools_scm/",
            "description": "Package to manage versions by scm tags.",
            "long_description": "Package to manage versions by scm tags.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-packaging",
                        "py314-setuptools",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-pytest-xprocess",
                        "py314-contextily",
                        "py314-charset-normalizer",
                        "py314-pooch",
                        "py314-tqdm",
                        "py314-kiwisolver",
                        "py314-jaraco.context",
                        "py314-sniffio",
                        "py314-enrich",
                        "py314-subprocess-tee",
                        "py314-tenacity",
                        "py314-typeguard",
                        "py314-uri-template",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest",
                        "py314-ujson",
                        "py314-python-lsp-server",
                        "py314-asteval",
                        "py314-access",
                        "py314-cbor2",
                        "py314-pyusb",
                        "py314-ansible-compat",
                        "py314-pikepdf",
                        "py314-matplotlib",
                        "py314-requests-file",
                        "py314-iniconfig",
                        "py314-requests-mock",
                        "py314-xmlsec",
                        "py314-python-lsp-jsonrpc",
                        "py314-setuptools-rust",
                        "py314-anyio",
                        "py314-asttokens",
                        "py314-jaraco.functools",
                        "py314-jaraco.classes",
                        "py314-pytest-remotedata",
                        "py314-joblib",
                        "py314-uncertainties",
                        "py314-pytest-runner",
                        "py314-pluggy",
                        "py314-lazy_object_proxy",
                        "py314-dateutil",
                        "py314-lz4",
                        "py314-sphinx-gallery",
                        "py314-xyzservices",
                        "py314-rstcheck-core",
                        "py314-rstcheck",
                        "py314-h5netcdf",
                        "py314-pytest-xdist",
                        "py314-asv",
                        "py314-importlib-metadata",
                        "py314-tabulate",
                        "py314-shtab",
                        "py314-zipp",
                        "py314-pyfatfs",
                        "py314-zipfile-deflate64",
                        "py314-netcdf4",
                        "py314-cons",
                        "py314-etuples",
                        "py314-logical-unification",
                        "py314-jaraco.text",
                        "py314-cppy",
                        "py314-pytest-qt",
                        "py314-jaraco.collections",
                        "py314-keyring",
                        "py314-pyqt-builder",
                        "py314-mssql",
                        "py314-sip",
                        "py314-lmfit",
                        "py314-minikanren",
                        "py314-nodeenv",
                        "py314-statsmodels",
                        "py314-xarray",
                        "py314-inflate64",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-zopfli",
                        "py314-pybcj",
                        "py314-pyppmd"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-setuptools_scm_git_archive",
                        "py314-hatch-vcs"
                    ]
                }
            ]
        },
        {
            "name": "py314-pretend",
            "portdir": "python/py-pretend",
            "version": "1.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alex/pretend",
            "description": "A library for stubbing in Python",
            "long_description": "A library for stubbing in Python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-traitlets"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-id",
                        "py314-cryptography",
                        "py314-structlog"
                    ]
                }
            ]
        },
        {
            "name": "py314-pluggy",
            "portdir": "python/py-pluggy",
            "version": "1.6.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pytest-dev/pluggy",
            "description": "Plugin and hook calling mechanisms for Python",
            "long_description": "This is the plugin manager as used by pytest but stripped of pytest specific details.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "pedro.salgado",
                    "github": "steenzout",
                    "ports_count": 52
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-hatchling",
                        "py314-pytest",
                        "py314-python-lsp-server",
                        "py314-pytest-cov"
                    ]
                }
            ]
        },
        {
            "name": "py314-pathspec",
            "portdir": "python/py-pathspec",
            "version": "0.12.1",
            "license": "(MPL-2 or LGPL-2.1+)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cpburnz/python-pathspec",
            "description": "Utility library for gitignore style pattern matching of file paths.",
            "long_description": "pathspec is a utility library for pattern matching of file paths. So far this only includes Git’s wildmatch pattern matching which itself is derived from Rsync’s wildmatch. Git uses wildmatch for its gitignore files.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 171
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-scikit-build-core",
                        "py314-hatchling",
                        "py314-mypy",
                        "py314-black"
                    ]
                }
            ]
        },
        {
            "name": "py314-iniconfig",
            "portdir": "python/py-iniconfig",
            "version": "2.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RonnyPfannschmidt/iniconfig",
            "description": "iniconfig is a small and simple INI-file parser module.",
            "long_description": "iniconfig is a small and simple INI-file parser module.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-setuptools_scm",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ]
        },
        {
            "name": "py314-hatchling",
            "portdir": "python/py-hatchling",
            "version": "1.28.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hatch.pypa.io/latest/",
            "description": "This is the extensible, standards compliant build backend used by Hatch.",
            "long_description": "This is the extensible, standards compliant build backend used by Hatch.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pathspec",
                        "py314-pluggy",
                        "python314",
                        "py314-trove-classifiers",
                        "py314-packaging",
                        "py314-editables"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hatchling_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-virtualenv",
                        "py314-pylast",
                        "py314-traitlets",
                        "py314-param",
                        "py314-testtools",
                        "py314-termcolor",
                        "py314-dnspython",
                        "py314-service_identity",
                        "py314-eventlet",
                        "py314-argcomplete",
                        "py314-looseversion",
                        "py314-httpcore",
                        "py314-httpx",
                        "py314-bracex",
                        "py314-wcmatch",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-jsonschema-specifications",
                        "py314-referencing",
                        "py314-astropy-iers-data",
                        "py314-userpath",
                        "py314-scikit-build-core",
                        "py314-urllib3",
                        "py314-filelock",
                        "py314-diskcache-stubs",
                        "py314-hatch-requirements-txt",
                        "py314-beautifulsoup4",
                        "py314-pygments",
                        "py314-cattrs",
                        "py314-expandvars",
                        "py314-structlog",
                        "py314-annotated_types",
                        "py314-pydantic",
                        "py314-pytest-cov",
                        "py314-redis",
                        "py314-typing-inspection",
                        "py314-hatch-vcs",
                        "py314-colorama",
                        "py314-execnet",
                        "py314-soupsieve",
                        "py314-isort",
                        "py314-attrs",
                        "py314-libtmux",
                        "py314-hatch-fancy-pypi-readme",
                        "py314-platformdirs",
                        "py314-fsspec",
                        "py314-black"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-hatch-requirements-txt",
                        "py314-hatch-vcs"
                    ]
                }
            ]
        },
        {
            "name": "py314-hatch-vcs",
            "portdir": "python/py-hatch-vcs",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ofek/hatch-vcs",
            "description": "Hatch plugin for versioning with your preferred VCS",
            "long_description": "Hatch plugin for versioning with your preferred VCS",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-hatchling",
                        "py314-setuptools_scm",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-virtualenv",
                        "py314-param",
                        "py314-testtools",
                        "py314-termcolor",
                        "py314-pylast",
                        "py314-eventlet",
                        "py314-argcomplete",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-jsonschema-specifications",
                        "py314-referencing",
                        "py314-astropy-iers-data",
                        "py314-scikit-build-core",
                        "py314-urllib3",
                        "py314-cattrs",
                        "py314-structlog",
                        "py314-execnet",
                        "py314-isort",
                        "py314-attrs",
                        "py314-platformdirs",
                        "py314-fsspec",
                        "py314-black",
                        "py314-filelock"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-service_identity"
                    ]
                }
            ]
        },
        {
            "name": "py314-editables",
            "portdir": "python/py-editables",
            "version": "0.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pfmoore/editables",
            "description": "A Python library for creating editable wheels",
            "long_description": "A Python library for creating editable wheels which, when installed, will expose packages in a local directory on sys.path in editable mode.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-hatchling"
                    ]
                }
            ]
        },
        {
            "name": "py314-dateutil",
            "portdir": "python/py-dateutil",
            "version": "2.9.0.post0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dateutil/dateutil/",
            "description": "Extensions to the standard Python datetime module",
            "long_description": "The dateutil module provides powerful extensions to the datetime module available in the Python standard library.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools",
                        "py314-wheel",
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-six"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-croniter",
                        "py314-freezegun",
                        "py314-pandas",
                        "py314-matplotlib",
                        "py314-aiobotocore",
                        "py314-botocore",
                        "py314-holidays"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-Faker",
                        "py314-arrow"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-time-machine"
                    ]
                }
            ]
        },
        {
            "name": "py314-calver",
            "portdir": "python/py-calver",
            "version": "2025.10.20",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/di/calver",
            "description": "setuptools extension for automatically defining your Python package version as a calendar version",
            "long_description": "The calver package is a setuptools extension for automatically defining your Python package version as a calendar version.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-trove-classifiers"
                    ]
                }
            ]
        },
        {
            "name": "py314-argcomplete",
            "portdir": "python/py-argcomplete",
            "version": "3.6.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://kislyuk.github.io/argcomplete",
            "description": "Bash tab completion for argparse",
            "long_description": "Bash tab completion for argparse",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatch-vcs",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-altgraph",
            "portdir": "python/py-altgraph",
            "version": "0.17.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/altgraph/",
            "description": "Python graph (network) package",
            "long_description": "altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. altgraph includes some additional usage of Python 2.6+ features and enhancements related to modulegraph and macholib.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-modulegraph",
                        "py314-py2app",
                        "py314-macholib"
                    ]
                }
            ]
        },
        {
            "name": "py314-cython",
            "portdir": "python/py-cython",
            "version": "3.2.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cython.org/",
            "description": "A language for writing C extension modules for Python.",
            "long_description": "Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-setuptools",
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cython_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-pysimdjson",
                        "py314-cftime",
                        "py314-sqlalchemy",
                        "py314-yaml",
                        "py314-fonttools",
                        "py314-pandas",
                        "py314-pyogrio",
                        "py314-imagecodecs",
                        "py314-msgpack",
                        "py314-cytoolz",
                        "py314-frozenlist",
                        "py314-gssapi",
                        "py314-propcache",
                        "py314-rapidfuzz",
                        "py314-krb5",
                        "py314-DAWG",
                        "py314-h5py",
                        "py314-statsmodels",
                        "py314-yarl",
                        "py314-debugpy",
                        "py314-rasterio",
                        "py314-scipy",
                        "py314-lxml",
                        "py314-netcdf4",
                        "py314-bigfloat",
                        "py314-numpy",
                        "py314-mssql",
                        "py314-line_profiler",
                        "py314-pywavelets",
                        "py314-scikit-image",
                        "py314-pyproj",
                        "py314-shapely",
                        "py314-cairo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-mpi4py",
                        "py314-tifffile"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-netcdf4",
                        "py314-numpy"
                    ]
                }
            ]
        },
        {
            "name": "py314-wheel",
            "portdir": "python/py-wheel",
            "version": "0.45.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/wheel/",
            "description": "A built package format for Python.",
            "long_description": "A built package format for Python.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-gdbm",
                        "py314-tkinter",
                        "py314-cython",
                        "py314-altgraph",
                        "py314-calver",
                        "py314-dateutil",
                        "py314-iniconfig",
                        "py314-pluggy",
                        "py314-pretend",
                        "py314-setuptools_scm",
                        "py314-six",
                        "py314-trove-classifiers",
                        "py314-tz",
                        "py314-distlib",
                        "py314-psycopg2",
                        "py314-pytest",
                        "py314-propcache",
                        "py314-lxml",
                        "py314-asteval",
                        "py314-cachetools",
                        "py314-identify",
                        "py314-term-background",
                        "py314-types-docutils",
                        "py314-atomicwrites",
                        "py314-beniget",
                        "py314-bigfloat",
                        "py314-binaryornot",
                        "py314-cfgv",
                        "py314-chardet",
                        "py314-colorlog",
                        "py314-columnize",
                        "py314-coverage",
                        "py314-cppy",
                        "py314-cycler",
                        "py314-deprecation",
                        "py314-gast",
                        "py314-hypothesis",
                        "py314-mock",
                        "py314-sortedcontainers",
                        "py314-zopeinterface",
                        "py314-libvirt",
                        "py314-croniter",
                        "py314-editorconfig",
                        "py314-enchant",
                        "py314-fastjsonschema",
                        "py314-fastprogress",
                        "py314-filetype",
                        "py314-snowballstemmer",
                        "py314-charset-normalizer",
                        "py314-certifi",
                        "py314-requests",
                        "py314-appdirs",
                        "py314-meson",
                        "py314-meson-python",
                        "py314-types-psutil",
                        "py314-types-setuptools",
                        "py314-cffi",
                        "py314-gmpy2",
                        "py314-mpmath",
                        "py314-mypy",
                        "py314-pooch",
                        "py314-ply",
                        "py314-pybind11",
                        "py314-pycparser",
                        "py314-pythran",
                        "py314-roman",
                        "py314-tqdm",
                        "py314-zope-event",
                        "py314-jaraco.context",
                        "py314-jaraco.classes",
                        "py314-jaraco.functools",
                        "py314-keyring",
                        "py314-algopy",
                        "py314-cftime",
                        "py314-inflection",
                        "py314-intervaltree",
                        "py314-kiwisolver",
                        "py314-nodeenv",
                        "py314-pbr",
                        "py314-poyo",
                        "py314-pynose",
                        "py314-pyqt-builder",
                        "py314-pytest-timeout",
                        "py314-sip",
                        "py314-uncertainties",
                        "py314-yaml",
                        "py314-anyio",
                        "py314-brotli",
                        "py314-brotlicffi",
                        "py314-h11",
                        "py314-h2",
                        "py314-hpack",
                        "py314-hyperframe",
                        "py314-sniffio",
                        "py314-linkify-it-py",
                        "py314-uc-micro-py",
                        "py314-hyperlink",
                        "py314-pexpect",
                        "py314-pyperclip",
                        "py314-shellingham",
                        "py314-babel",
                        "py314-freezegun",
                        "py314-fs",
                        "py314-imagesize",
                        "py314-lz4",
                        "py314-olefile",
                        "py314-psutil",
                        "py314-pyqt5-sip",
                        "py314-pyqt6-sip",
                        "py314-xattr",
                        "py314-zopfli",
                        "py314-requests-file",
                        "py314-astor",
                        "py314-async_generator",
                        "py314-flaky",
                        "py314-natsort",
                        "py314-outcome",
                        "py314-pyicu",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest-trio",
                        "py314-trio",
                        "py314-autopep8",
                        "py314-codestyle",
                        "py314-flake8-mccabe",
                        "py314-flake8",
                        "py314-pdbecif",
                        "py314-pyflakes",
                        "py314-pytest-runner",
                        "py314-audioop_lts",
                        "py314-pkginfo",
                        "py314-requests-mock",
                        "py314-rope",
                        "py314-setupmeta",
                        "py314-spdx",
                        "py314-spdx-lookup",
                        "py314-text-unidecode",
                        "py314-textdistance",
                        "py314-three-merge",
                        "py314-tokenize-rt",
                        "py314-ujson",
                        "py314-upt-cpan",
                        "py314-upt-macports",
                        "py314-upt-pypi",
                        "py314-upt-rubygems",
                        "py314-versioneer",
                        "py314-whatthepatch",
                        "py314-webencodings",
                        "py314-wurlitzer",
                        "py314-yapf",
                        "py314-blockdiag",
                        "py314-fonttools",
                        "py314-markupsafe",
                        "py314-pyobjc",
                        "py314-reportlab",
                        "py314-sphinx_rtd_theme",
                        "py314-sphinxcontrib-blockdiag",
                        "py314-sphinxcontrib-httpdomain",
                        "py314-sphinxcontrib-jsmath",
                        "py314-sphinxcontrib-svg2pdfconverter",
                        "py314-sympy",
                        "py314-unicodedata2",
                        "py314-decorator",
                        "py314-gssapi",
                        "py314-requests-gssapi",
                        "py314-about-time",
                        "py314-alive-progress",
                        "py314-grapheme",
                        "py314-aiosignal",
                        "py314-frozenlist",
                        "py314-pycares",
                        "py314-pycryptodomex",
                        "py314-pycryptodome",
                        "py314-ruamel-yaml",
                        "py314-semantic_version",
                        "py314-setuptools-rust",
                        "py314-maturin",
                        "py314-krb5",
                        "py314-aiodns",
                        "py314-multidict",
                        "py314-aiohttp",
                        "py314-discordpy",
                        "py314-yarl",
                        "py314-cpuinfo",
                        "py314-lazy_object_proxy",
                        "py314-pytest-benchmark",
                        "py314-types-python-dateutil",
                        "py314-deprecated",
                        "py314-pikepdf",
                        "py314-wrapt",
                        "py314-dulwich",
                        "py314-msgpack",
                        "py314-rapidfuzz",
                        "py314-requests-toolbelt",
                        "py314-netcdf4",
                        "py314-mslex",
                        "py314-mssql",
                        "py314-standard-distutils",
                        "py314-biopython",
                        "py314-igraph",
                        "py314-networkx",
                        "py314-pandas",
                        "py314-texttable",
                        "py314-clang",
                        "py314-simplejson",
                        "py314-holidays",
                        "py314-cryptography_vectors",
                        "py314-zstd",
                        "py314-pytokens",
                        "py314-toml",
                        "py314-xmlsec",
                        "py314-pulp",
                        "py314-rstcheck-core",
                        "py314-rstcheck",
                        "py314-arviz",
                        "py314-h5netcdf",
                        "py314-h5py",
                        "py314-mpi4py",
                        "py314-pytest-xdist",
                        "py314-setuptools_scm_git_archive",
                        "py314-xarray",
                        "py314-asv",
                        "py314-asyncssh",
                        "py314-importlib-metadata",
                        "py314-json5",
                        "py314-tabulate",
                        "py314-zipp",
                        "py314-cairosvg",
                        "py314-defusedxml",
                        "py314-geographiclib",
                        "py314-pefile",
                        "py314-pyfatfs",
                        "py314-zipfile-deflate64",
                        "py314-cons",
                        "py314-cookiecutter",
                        "py314-etuples",
                        "py314-logical-unification",
                        "py314-multipledispatch",
                        "py314-setuptools-git-versioning",
                        "py314-slugify",
                        "py314-toolz",
                        "py314-unidecode",
                        "py314-autocommand",
                        "py314-docstring-to-markdown",
                        "py314-guidata",
                        "py314-jaraco.collections",
                        "py314-jaraco.text",
                        "py314-pytest-qt",
                        "py314-qtpy",
                        "py314-bitarray",
                        "py314-crcmod",
                        "py314-stagger",
                        "py314-pysimdjson",
                        "py314-construct",
                        "py314-applaunchservices",
                        "py314-dill",
                        "py314-imagecodecs",
                        "py314-imageio",
                        "py314-jinja2-time",
                        "py314-lazy_loader",
                        "py314-line_profiler",
                        "py314-lmfit",
                        "py314-minikanren",
                        "py314-nmrglue",
                        "py314-nmrglue-devel",
                        "py314-numdifftools",
                        "py314-openbabel",
                        "py314-patsy",
                        "py314-peakutils",
                        "py314-plotpy",
                        "py314-pkce",
                        "py314-pythonqwt",
                        "py314-sphinx-gallery",
                        "py314-statsmodels",
                        "py314-tifffile",
                        "py314-pyficache",
                        "py314-pyuca",
                        "py314-qstylizer",
                        "py314-qtawesome",
                        "py314-xdis",
                        "py314-astroid",
                        "py314-jedi",
                        "py314-parso",
                        "py314-pylint",
                        "py314-pyls-spyder",
                        "py314-python-lsp-black",
                        "py314-python-lsp-jsonrpc",
                        "py314-python-lsp-ruff",
                        "py314-python-lsp-server",
                        "py314-ephemeral-port-reserve",
                        "py314-flatbuffers",
                        "py314-inflate64",
                        "py314-iocapture",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-protobuf3",
                        "py314-pyannotate",
                        "py314-pybcj",
                        "py314-pyppmd",
                        "py314-pytest-remotedata",
                        "py314-pytest-xprocess",
                        "py314-pyzstd",
                        "py314-watchdog",
                        "py314-SDL2",
                        "py314-jwt",
                        "py314-oauthlib",
                        "py314-requests-oauthlib",
                        "py314-socks",
                        "py314-websocket-client",
                        "py314-cbor2",
                        "py314-game",
                        "py314-luma.emulator",
                        "py314-luma.core",
                        "py314-pyftdi",
                        "py314-pyusb",
                        "py314-serial",
                        "py314-smbus2",
                        "py314-macholib",
                        "py314-modulegraph",
                        "py314-cytoolz",
                        "py314-debugpy",
                        "py314-hiredis",
                        "py314-regex",
                        "py314-diskcache",
                        "py314-gnureadline",
                        "py314-prompt_toolkit",
                        "py314-wcwidth",
                        "py314-pre-commit",
                        "py314-shapely",
                        "py314-greenlet",
                        "py314-svgelements",
                        "py314-levenshtein",
                        "py314-prometheus_client",
                        "py314-geopy",
                        "py314-joblib",
                        "py314-mercantile",
                        "py314-cligj",
                        "py314-click-plugins",
                        "py314-contextily",
                        "py314-rasterio",
                        "py314-xyzservices",
                        "py314-gdal",
                        "py314-pyproj",
                        "py314-hy",
                        "py314-hyrule",
                        "py314-pyogrio",
                        "py314-sqlalchemy",
                        "py314-openssl",
                        "py314-aioquic",
                        "py314-asn1",
                        "py314-asn1-modules",
                        "py314-pylsqpack",
                        "py314-bcrypt",
                        "py314-enrich",
                        "py314-fqdn",
                        "py314-httplib2",
                        "py314-pynacl",
                        "py314-subprocess-tee",
                        "py314-tenacity",
                        "py314-tornado",
                        "py314-typeguard",
                        "py314-isoduration",
                        "py314-jsonpointer",
                        "py314-paramiko",
                        "py314-resolvelib",
                        "py314-rfc3339-validator",
                        "py314-rfc3986-validator",
                        "py314-ruamel-yaml-clib",
                        "py314-uri-template",
                        "py314-tblib",
                        "py314-tatsu",
                        "py314-numexpr",
                        "py314-ansible-compat",
                        "py314-ansible",
                        "py314-ansible-core",
                        "py314-librt",
                        "py314-mako",
                        "py314-prettytable",
                        "py314-pytomlpp",
                        "py314-html5lib",
                        "py314-py2app",
                        "py314-jug",
                        "py314-mahotas",
                        "py314-responses",
                        "py314-time-machine",
                        "py314-timeout-decorator",
                        "py314-url-normalize",
                        "py314-Faker",
                        "py314-aws-sam-translator",
                        "py314-awscli",
                        "py314-boto3",
                        "py314-botocore",
                        "py314-cfn-lint",
                        "py314-jschema_to_python",
                        "py314-jmespath",
                        "py314-jsonpatch",
                        "py314-junit-xml",
                        "py314-s3transfer",
                        "py314-sarif-om",
                        "py314-asttokens",
                        "py314-genshi",
                        "py314-aiobotocore",
                        "py314-aenum",
                        "py314-DAWG",
                        "py314-vcrpy",
                        "py314-eyed3",
                        "py314-gemmi",
                        "py314-z3",
                        "py314-progressbar",
                        "py314-aiohttp-socks",
                        "py314-beaker",
                        "py314-curio",
                        "py314-python-socks",
                        "py314-numpydoc",
                        "py314-llvmlite",
                        "py314-sphinx-jsonschema",
                        "py314-access",
                        "py314-geopandas",
                        "py314-markdown",
                        "py314-mistune",
                        "py314-vine",
                        "py314-alembic",
                        "py314-et_xmlfile",
                        "py314-tzdata",
                        "py314-fasteners",
                        "py314-sounddevice",
                        "py314-amqp",
                        "py314-tzlocal",
                        "py314-shtab"
                    ]
                }
            ]
        },
        {
            "name": "py314-tkinter",
            "portdir": "python/py-tkinter",
            "version": "3.14.2",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.python.org/release/3.14.2/library/tkinter.html",
            "description": "Python bindings to the Tk widget set",
            "long_description": "Python bindings to the Tk widget set",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-Pillow"
                    ]
                }
            ]
        },
        {
            "name": "py314-setuptools",
            "portdir": "python/py-setuptools",
            "version": "80.9.0",
            "license": "MIT and (PSF or ZPL) and (Apache-2 or BSD)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/setuptools/",
            "description": "distutils enhancement for build and distribution",
            "long_description": "setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-shtab",
                        "py314-tkinter",
                        "py314-beaker",
                        "py314-curio",
                        "py314-python-socks",
                        "py314-numpydoc",
                        "py314-llvmlite",
                        "py314-sphinx-jsonschema",
                        "py314-access",
                        "py314-geopandas",
                        "py314-markdown",
                        "py314-mistune",
                        "py314-vine",
                        "py314-alembic",
                        "py314-et_xmlfile",
                        "py314-tzdata",
                        "py314-fasteners",
                        "py314-sounddevice",
                        "py314-amqp",
                        "py314-tzlocal",
                        "py314-gdbm",
                        "py314-cython",
                        "py314-altgraph",
                        "py314-calver",
                        "py314-dateutil",
                        "py314-iniconfig",
                        "py314-pluggy",
                        "py314-pretend",
                        "py314-setuptools_scm",
                        "py314-six",
                        "py314-trove-classifiers",
                        "py314-tz",
                        "py314-distlib",
                        "py314-psycopg2",
                        "py314-pytest",
                        "py314-propcache",
                        "py314-lxml",
                        "py314-asteval",
                        "py314-cachetools",
                        "py314-identify",
                        "py314-term-background",
                        "py314-types-docutils",
                        "py314-atomicwrites",
                        "py314-beniget",
                        "py314-bigfloat",
                        "py314-binaryornot",
                        "py314-cfgv",
                        "py314-chardet",
                        "py314-colorlog",
                        "py314-columnize",
                        "py314-coverage",
                        "py314-cppy",
                        "py314-cycler",
                        "py314-deprecation",
                        "py314-gast",
                        "py314-hypothesis",
                        "py314-mock",
                        "py314-sortedcontainers",
                        "py314-zopeinterface",
                        "py314-libvirt",
                        "py314-croniter",
                        "py314-editorconfig",
                        "py314-enchant",
                        "py314-fastjsonschema",
                        "py314-fastprogress",
                        "py314-filetype",
                        "py314-snowballstemmer",
                        "py314-charset-normalizer",
                        "py314-certifi",
                        "py314-requests",
                        "py314-appdirs",
                        "py314-cairo",
                        "py314-meson",
                        "py314-meson-python",
                        "py314-types-psutil",
                        "py314-types-setuptools",
                        "py314-cffi",
                        "py314-gmpy2",
                        "py314-gobject3",
                        "py314-libxml2",
                        "py314-mpmath",
                        "py314-mypy",
                        "py314-pooch",
                        "py314-ply",
                        "py314-pybind11",
                        "py314-pycparser",
                        "py314-pythran",
                        "py314-roman",
                        "py314-tqdm",
                        "py314-zope-event",
                        "py314-jaraco.context",
                        "py314-jaraco.classes",
                        "py314-jaraco.functools",
                        "py314-keyring",
                        "py314-more-itertools",
                        "py314-algopy",
                        "py314-cftime",
                        "py314-inflection",
                        "py314-intervaltree",
                        "py314-kiwisolver",
                        "py314-nodeenv",
                        "py314-pbr",
                        "py314-poyo",
                        "py314-pynose",
                        "py314-pyqt-builder",
                        "py314-pytest-timeout",
                        "py314-sip",
                        "py314-uncertainties",
                        "py314-yaml",
                        "py314-anyio",
                        "py314-brotli",
                        "py314-brotlicffi",
                        "py314-h11",
                        "py314-h2",
                        "py314-hpack",
                        "py314-hyperframe",
                        "py314-sniffio",
                        "py314-linkify-it-py",
                        "py314-uc-micro-py",
                        "py314-hyperlink",
                        "py314-pexpect",
                        "py314-pyperclip",
                        "py314-shellingham",
                        "py314-Pillow",
                        "py314-babel",
                        "py314-freezegun",
                        "py314-fs",
                        "py314-imagesize",
                        "py314-lz4",
                        "py314-olefile",
                        "py314-psutil",
                        "py314-pyqt5-sip",
                        "py314-pyqt6-sip",
                        "py314-tomlkit",
                        "py314-xattr",
                        "py314-zopfli",
                        "py314-requests-file",
                        "py314-astor",
                        "py314-async_generator",
                        "py314-flaky",
                        "py314-natsort",
                        "py314-outcome",
                        "py314-pyicu",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest-trio",
                        "py314-trio",
                        "py314-autopep8",
                        "py314-codestyle",
                        "py314-flake8-mccabe",
                        "py314-flake8",
                        "py314-pdbecif",
                        "py314-pyflakes",
                        "py314-pytest-runner",
                        "py314-audioop_lts",
                        "py314-pkginfo",
                        "py314-requests-mock",
                        "py314-rope",
                        "py314-setupmeta",
                        "py314-spdx",
                        "py314-spdx-lookup",
                        "py314-text-unidecode",
                        "py314-textdistance",
                        "py314-three-merge",
                        "py314-tokenize-rt",
                        "py314-ujson",
                        "py314-upt-cpan",
                        "py314-upt-macports",
                        "py314-upt-pypi",
                        "py314-upt-rubygems",
                        "py314-versioneer",
                        "py314-whatthepatch",
                        "py314-webencodings",
                        "py314-wurlitzer",
                        "py314-yapf",
                        "py314-blockdiag",
                        "py314-fonttools",
                        "py314-markupsafe",
                        "py314-pyobjc",
                        "py314-reportlab",
                        "py314-sphinx_rtd_theme",
                        "py314-sphinxcontrib-blockdiag",
                        "py314-sphinxcontrib-httpdomain",
                        "py314-sphinxcontrib-jsmath",
                        "py314-sphinxcontrib-svg2pdfconverter",
                        "py314-sympy",
                        "py314-unicodedata2",
                        "py314-pyside6",
                        "py314-decorator",
                        "py314-gssapi",
                        "py314-requests-gssapi",
                        "py314-about-time",
                        "py314-alive-progress",
                        "py314-grapheme",
                        "py314-aiosignal",
                        "py314-frozenlist",
                        "py314-pycares",
                        "py314-pycryptodomex",
                        "py314-pycryptodome",
                        "py314-ruamel-yaml",
                        "py314-semantic_version",
                        "py314-setuptools-rust",
                        "py314-maturin",
                        "py314-krb5",
                        "py314-aiodns",
                        "py314-multidict",
                        "py314-aiohttp",
                        "py314-discordpy",
                        "py314-yarl",
                        "py314-cpuinfo",
                        "py314-lazy_object_proxy",
                        "py314-pytest-benchmark",
                        "py314-types-python-dateutil",
                        "py314-deprecated",
                        "py314-pikepdf",
                        "py314-wrapt",
                        "py314-gyoto",
                        "py314-dulwich",
                        "py314-msgpack",
                        "py314-rapidfuzz",
                        "py314-requests-toolbelt",
                        "py314-netcdf4",
                        "py314-mslex",
                        "py314-mssql",
                        "py314-standard-distutils",
                        "py314-biopython",
                        "py314-igraph",
                        "py314-networkx",
                        "py314-texttable",
                        "py314-clang",
                        "py314-simplejson",
                        "py314-holidays",
                        "py314-cryptography",
                        "py314-cryptography_vectors",
                        "py314-zstd",
                        "py314-pytokens",
                        "py314-toml",
                        "py314-xmlsec",
                        "py314-pulp",
                        "py314-rstcheck-core",
                        "py314-rstcheck",
                        "py314-arviz",
                        "py314-h5netcdf",
                        "py314-h5py",
                        "py314-mpi4py",
                        "py314-pytest-xdist",
                        "py314-setuptools_scm_git_archive",
                        "py314-xarray",
                        "py314-asv",
                        "py314-asyncssh",
                        "py314-importlib-metadata",
                        "py314-json5",
                        "py314-tabulate",
                        "py314-zipp",
                        "py314-cairosvg",
                        "py314-defusedxml",
                        "py314-geographiclib",
                        "py314-pefile",
                        "py314-pyfatfs",
                        "py314-zipfile-deflate64",
                        "py314-cons",
                        "py314-cookiecutter",
                        "py314-etuples",
                        "py314-logical-unification",
                        "py314-multipledispatch",
                        "py314-setuptools-git-versioning",
                        "py314-slugify",
                        "py314-toolz",
                        "py314-unidecode",
                        "py314-autocommand",
                        "py314-docstring-to-markdown",
                        "py314-guidata",
                        "py314-jaraco.collections",
                        "py314-jaraco.text",
                        "py314-pytest-qt",
                        "py314-qtpy",
                        "py314-bitarray",
                        "py314-crcmod",
                        "py314-stagger",
                        "py314-pysimdjson",
                        "py314-construct",
                        "py314-applaunchservices",
                        "py314-dill",
                        "py314-imagecodecs",
                        "py314-imageio",
                        "py314-jinja2-time",
                        "py314-lazy_loader",
                        "py314-line_profiler",
                        "py314-lmfit",
                        "py314-minikanren",
                        "py314-nmrglue",
                        "py314-nmrglue-devel",
                        "py314-numdifftools",
                        "py314-openbabel",
                        "py314-patsy",
                        "py314-peakutils",
                        "py314-plotpy",
                        "py314-pkce",
                        "py314-pythonqwt",
                        "py314-sphinx-gallery",
                        "py314-statsmodels",
                        "py314-tifffile",
                        "py314-pyficache",
                        "py314-pyuca",
                        "py314-qstylizer",
                        "py314-qtawesome",
                        "py314-xdis",
                        "py314-astroid",
                        "py314-jedi",
                        "py314-parso",
                        "py314-pylint",
                        "py314-pyls-spyder",
                        "py314-python-lsp-black",
                        "py314-python-lsp-jsonrpc",
                        "py314-python-lsp-ruff",
                        "py314-python-lsp-server",
                        "py314-ephemeral-port-reserve",
                        "py314-flatbuffers",
                        "py314-inflate64",
                        "py314-iocapture",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-protobuf3",
                        "py314-pyannotate",
                        "py314-pybcj",
                        "py314-pyppmd",
                        "py314-pytest-remotedata",
                        "py314-pytest-xprocess",
                        "py314-pyzstd",
                        "py314-watchdog",
                        "py314-SDL2",
                        "py314-jwt",
                        "py314-oauthlib",
                        "py314-requests-oauthlib",
                        "py314-socks",
                        "py314-websocket-client",
                        "py314-cbor2",
                        "py314-game",
                        "py314-luma.emulator",
                        "py314-luma.core",
                        "py314-pyftdi",
                        "py314-pyusb",
                        "py314-serial",
                        "py314-smbus2",
                        "py314-macholib",
                        "py314-modulegraph",
                        "py314-cytoolz",
                        "py314-debugpy",
                        "py314-hiredis",
                        "py314-regex",
                        "py314-diskcache",
                        "py314-gnureadline",
                        "py314-prompt_toolkit",
                        "py314-wcwidth",
                        "py314-pre-commit",
                        "py314-shapely",
                        "py314-greenlet",
                        "py314-svgelements",
                        "py314-levenshtein",
                        "py314-prometheus_client",
                        "py314-geopy",
                        "py314-joblib",
                        "py314-mercantile",
                        "py314-cligj",
                        "py314-click-plugins",
                        "py314-contextily",
                        "py314-rasterio",
                        "py314-xyzservices",
                        "py314-gdal",
                        "py314-pyproj",
                        "py314-hy",
                        "py314-hyrule",
                        "py314-pyogrio",
                        "py314-sqlalchemy",
                        "py314-openssl",
                        "py314-aioquic",
                        "py314-asn1",
                        "py314-asn1-modules",
                        "py314-pylsqpack",
                        "py314-bcrypt",
                        "py314-enrich",
                        "py314-fqdn",
                        "py314-httplib2",
                        "py314-pynacl",
                        "py314-subprocess-tee",
                        "py314-tenacity",
                        "py314-tornado",
                        "py314-typeguard",
                        "py314-isoduration",
                        "py314-jsonpointer",
                        "py314-paramiko",
                        "py314-resolvelib",
                        "py314-rfc3339-validator",
                        "py314-rfc3986-validator",
                        "py314-ruamel-yaml-clib",
                        "py314-uri-template",
                        "py314-tblib",
                        "py314-tatsu",
                        "py314-numexpr",
                        "py314-ansible-compat",
                        "py314-ansible",
                        "py314-ansible-core",
                        "py314-librt",
                        "py314-mako",
                        "py314-prettytable",
                        "py314-pytomlpp",
                        "py314-html5lib",
                        "py314-py2app",
                        "py314-jug",
                        "py314-mahotas",
                        "py314-responses",
                        "py314-time-machine",
                        "py314-timeout-decorator",
                        "py314-url-normalize",
                        "py314-Faker",
                        "py314-aws-sam-translator",
                        "py314-awscli",
                        "py314-boto3",
                        "py314-botocore",
                        "py314-cfn-lint",
                        "py314-jschema_to_python",
                        "py314-jmespath",
                        "py314-jsonpatch",
                        "py314-junit-xml",
                        "py314-s3transfer",
                        "py314-sarif-om",
                        "py314-asttokens",
                        "py314-genshi",
                        "py314-aiobotocore",
                        "py314-aenum",
                        "py314-DAWG",
                        "py314-vcrpy",
                        "py314-eyed3",
                        "py314-z3",
                        "py314-progressbar",
                        "py314-aiohttp-socks"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pip",
                        "py314-watchdog",
                        "py314-cligj",
                        "py314-pbr",
                        "py314-blockdiag",
                        "py314-pyflakes",
                        "py314-z3",
                        "py314-pytest-runner",
                        "py314-setuptools_scm",
                        "py314-resolvelib",
                        "py314-sip",
                        "py314-cython",
                        "py314-serial",
                        "py314-meson-python",
                        "py314-psycopg2",
                        "py314-pyobjc",
                        "py314-pytest",
                        "py314-ansible-core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-meson"
                    ]
                }
            ]
        },
        {
            "name": "py314-pyproject_hooks",
            "portdir": "python/py-pyproject_hooks",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
            "description": "API to call PEP 517 hooks",
            "long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py-bootstrap-modules",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-build"
                    ]
                }
            ]
        },
        {
            "name": "py314-packaging",
            "portdir": "python/py-packaging",
            "version": "25.0",
            "license": "(BSD or Apache-2)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://packaging.pypa.io/",
            "description": "Core utilities for Python packaging",
            "long_description": "This library provides Python packaging utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425). The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py-bootstrap-modules",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-pyside6",
                        "py314-gobject3",
                        "py314-zstd",
                        "py314-mssql"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-hatch-requirements-txt",
                        "py314-pytest",
                        "py314-ansible-core",
                        "py314-upt-macports",
                        "py314-pytoolconfig",
                        "py314-geopandas",
                        "py314-pyproject_metadata",
                        "py314-setuptools_scm",
                        "py314-pyogrio",
                        "py314-pikepdf",
                        "py314-matplotlib",
                        "py314-py2app",
                        "py314-build",
                        "py314-pysigma",
                        "py314-findpython",
                        "py314-arviz",
                        "py314-asv",
                        "py314-pytest-remotedata",
                        "py314-pooch",
                        "py314-scikit-build-core",
                        "py314-hatchling",
                        "py314-black",
                        "py314-statsmodels",
                        "py314-xarray",
                        "py314-deprecation",
                        "py314-qtpy",
                        "py314-setuptools-git-versioning",
                        "py314-dunamai",
                        "py314-pyqt-builder",
                        "py314-sip",
                        "py314-lazy_loader",
                        "py314-scikit-image"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-ansible-compat",
                        "py314-sphinx"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-netcdf4"
                    ]
                }
            ]
        },
        {
            "name": "py314-installer",
            "portdir": "python/py-installer",
            "version": "0.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://installer.readthedocs.io/",
            "description": "Python wheel installer",
            "long_description": "This is a low-level library for installing a Python package from a wheel distribution. It provides basic functionality and abstractions for handling wheels and installing packages from wheels.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py-bootstrap-modules",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-flit_core",
                        "py314-gdbm",
                        "py314-packaging",
                        "py314-pyproject_hooks",
                        "py314-setuptools",
                        "py314-tkinter",
                        "py314-wheel",
                        "py314-cython",
                        "py314-altgraph",
                        "py314-argcomplete",
                        "py314-calver",
                        "py314-dateutil",
                        "py314-editables",
                        "py314-hatch-vcs",
                        "py314-hatchling",
                        "py314-iniconfig",
                        "py314-pathspec",
                        "py314-pluggy",
                        "py314-pretend",
                        "py314-setuptools_scm",
                        "py314-six",
                        "py314-trove-classifiers",
                        "py314-tz",
                        "py314-distlib",
                        "py314-filelock",
                        "py314-platformdirs",
                        "py314-psycopg2",
                        "py314-pygments",
                        "py314-pytest",
                        "py314-virtualenv",
                        "py314-expandvars",
                        "py314-pip",
                        "py314-propcache",
                        "py314-testpath",
                        "py314-lxml",
                        "py314-asteval",
                        "py314-cachetools",
                        "py314-identify",
                        "py314-isort",
                        "py314-term-background",
                        "py314-types-docutils",
                        "py314-attrs",
                        "py314-atomicwrites",
                        "py314-beniget",
                        "py314-bigfloat",
                        "py314-binaryornot",
                        "py314-cfgv",
                        "py314-chardet",
                        "py314-coherent.licensed",
                        "py314-colorlog",
                        "py314-columnize",
                        "py314-coverage",
                        "py314-cppy",
                        "py314-cycler",
                        "py314-deprecation",
                        "py314-diff-match-patch",
                        "py314-gast",
                        "py314-hatch-fancy-pypi-readme",
                        "py314-hypothesis",
                        "py314-mock",
                        "py314-sortedcontainers",
                        "py314-zopeinterface",
                        "py314-libvirt",
                        "py314-croniter",
                        "py314-docstyle",
                        "py314-dunamai",
                        "py314-editorconfig",
                        "py314-enchant",
                        "py314-fastjsonschema",
                        "py314-fastprogress",
                        "py314-filetype",
                        "py314-snowballstemmer",
                        "py314-poetry-core",
                        "py314-charset-normalizer",
                        "py314-certifi",
                        "py314-idna",
                        "py314-requests",
                        "py314-urllib3",
                        "py314-appdirs",
                        "py314-cairo",
                        "py314-meson",
                        "py314-meson-python",
                        "py314-parsing",
                        "py314-pyproject_metadata",
                        "py314-types-psutil",
                        "py314-types-setuptools",
                        "py314-cffi",
                        "py314-docutils",
                        "py314-gmpy2",
                        "py314-gobject3",
                        "py314-mpmath",
                        "py314-mypy",
                        "py314-mypy_extensions",
                        "py314-numpy",
                        "py314-pooch",
                        "py314-ply",
                        "py314-pybind11",
                        "py314-pycparser",
                        "py314-pythran",
                        "py314-roman",
                        "py314-scikit-build-core",
                        "py314-scikit-umfpack",
                        "py314-scipy",
                        "py314-threadpoolctl",
                        "py314-tqdm",
                        "py314-typing_extensions",
                        "py314-zope-event",
                        "py314-jaraco.context",
                        "py314-jaraco.classes",
                        "py314-jaraco.functools",
                        "py314-keyring",
                        "py314-more-itertools",
                        "py314-algopy",
                        "py314-cftime",
                        "py314-contourpy",
                        "py314-id",
                        "py314-inflection",
                        "py314-pdm-backend",
                        "py314-intervaltree",
                        "py314-kiwisolver",
                        "py314-looseversion",
                        "py314-nodeenv",
                        "py314-pbr",
                        "py314-poyo",
                        "py314-pypdf",
                        "py314-pynose",
                        "py314-pyqt-builder",
                        "py314-pytest-timeout",
                        "py314-sip",
                        "py314-uncertainties",
                        "py314-yaml",
                        "py314-anyio",
                        "py314-brotli",
                        "py314-brotlicffi",
                        "py314-click",
                        "py314-h11",
                        "py314-h2",
                        "py314-hpack",
                        "py314-hyperframe",
                        "py314-sniffio",
                        "py314-httpcore",
                        "py314-linkify-it-py",
                        "py314-mdit-py-plugins",
                        "py314-mdurl",
                        "py314-socksio",
                        "py314-uc-micro-py",
                        "py314-httpx",
                        "py314-hyperlink",
                        "py314-markdown-it-py",
                        "py314-pexpect",
                        "py314-ptyprocess",
                        "py314-rich",
                        "py314-pyperclip",
                        "py314-shellingham",
                        "py314-tomli-w",
                        "py314-alabaster",
                        "py314-babel",
                        "py314-freezegun",
                        "py314-fs",
                        "py314-imagesize",
                        "py314-lz4",
                        "py314-olefile",
                        "py314-pkgconfig",
                        "py314-psutil",
                        "py314-pyqt5-sip",
                        "py314-pyqt6-sip",
                        "py314-roman_numerals_py",
                        "py314-tomlkit",
                        "py314-userpath",
                        "py314-xattr",
                        "py314-zopfli",
                        "py314-requests-file",
                        "py314-astor",
                        "py314-async_generator",
                        "py314-flaky",
                        "py314-natsort",
                        "py314-outcome",
                        "py314-pyicu",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest-trio",
                        "py314-trio",
                        "py314-autopep8",
                        "py314-codestyle",
                        "py314-flake8-mccabe",
                        "py314-flake8",
                        "py314-flake8-pyproject",
                        "py314-pdbecif",
                        "py314-pyflakes",
                        "py314-pytest-runner",
                        "py314-audioop_lts",
                        "py314-pkginfo",
                        "py314-pytoolconfig",
                        "py314-requests-mock",
                        "py314-rope",
                        "py314-setupmeta",
                        "py314-spdx",
                        "py314-spdx-lookup",
                        "py314-text-unidecode",
                        "py314-textdistance",
                        "py314-three-merge",
                        "py314-tinycss2",
                        "py314-tokenize-rt",
                        "py314-ujson",
                        "py314-upt-cpan",
                        "py314-upt-macports",
                        "py314-upt-pypi",
                        "py314-upt-rubygems",
                        "py314-versioneer",
                        "py314-whatthepatch",
                        "py314-webencodings",
                        "py314-wurlitzer",
                        "py314-yapf",
                        "py314-blockdiag",
                        "py314-fonttools",
                        "py314-funcparserlib",
                        "py314-jinja2",
                        "py314-markupsafe",
                        "py314-matplotlib",
                        "py314-pyobjc",
                        "py314-reportlab",
                        "py314-sphinx",
                        "py314-sphinx_rtd_theme",
                        "py314-sphinxcontrib-applehelp",
                        "py314-sphinxcontrib-blockdiag",
                        "py314-sphinxcontrib-devhelp",
                        "py314-sphinxcontrib-htmlhelp",
                        "py314-sphinxcontrib-httpdomain",
                        "py314-sphinxcontrib-jquery",
                        "py314-sphinxcontrib-jsmath",
                        "py314-sphinxcontrib-qthelp",
                        "py314-sphinxcontrib-serializinghtml",
                        "py314-sphinxcontrib-svg2pdfconverter",
                        "py314-sphinxcontrib-websupport",
                        "py314-sympy",
                        "py314-unicodedata2",
                        "py314-webcolors",
                        "py314-astropy-iers-data",
                        "py314-pytest-describe",
                        "py314-decorator",
                        "py314-gssapi",
                        "py314-requests-gssapi",
                        "py314-about-time",
                        "py314-alive-progress",
                        "py314-grapheme",
                        "py314-aiosignal",
                        "py314-frozenlist",
                        "py314-pycares",
                        "py314-pycryptodomex",
                        "py314-pycryptodome",
                        "py314-gsl",
                        "py314-ruamel-yaml",
                        "py314-semantic_version",
                        "py314-setuptools-rust",
                        "py314-maturin",
                        "py314-orjson",
                        "py314-krb5",
                        "py314-aiodns",
                        "py314-aiohappyeyeballs",
                        "py314-multidict",
                        "py314-aiohttp",
                        "py314-discordpy",
                        "py314-yarl",
                        "py314-cpuinfo",
                        "py314-lazy_object_proxy",
                        "py314-pytest-benchmark",
                        "py314-types-python-dateutil",
                        "py314-arrow",
                        "py314-deprecated",
                        "py314-img2pdf",
                        "py314-pikepdf",
                        "py314-wrapt",
                        "py314-cachecontrol",
                        "py314-cleo",
                        "py314-crashtest",
                        "py314-dulwich",
                        "py314-findpython",
                        "py314-msgpack",
                        "py314-pytest-cov",
                        "py314-rapidfuzz",
                        "py314-requests-toolbelt",
                        "py314-netcdf4",
                        "py314-mslex",
                        "py314-mssql",
                        "py314-standard-distutils",
                        "py314-biopython",
                        "py314-igraph",
                        "py314-networkx",
                        "py314-pandas",
                        "py314-pytzdata",
                        "py314-texttable",
                        "py314-clang",
                        "py314-libtmux",
                        "py314-pylast",
                        "py314-simplejson",
                        "py314-uv-build",
                        "py314-holidays",
                        "py314-cryptography",
                        "py314-cryptography_vectors",
                        "py314-pbs_installer",
                        "py314-zstd",
                        "py314-pytokens",
                        "py314-toml",
                        "py314-xmlsec",
                        "py314-param",
                        "py314-pulp",
                        "py314-annotated_types",
                        "py314-colorama",
                        "py314-pydantic",
                        "py314-pydantic_core",
                        "py314-rstcheck-core",
                        "py314-rstcheck",
                        "py314-typer",
                        "py314-typing-inspection",
                        "py314-arviz",
                        "py314-execnet",
                        "py314-h5netcdf",
                        "py314-h5py",
                        "py314-mpi4py",
                        "py314-pytest-xdist",
                        "py314-setuptools_scm_git_archive",
                        "py314-xarray-einstats",
                        "py314-xarray",
                        "py314-asv-runner",
                        "py314-asv",
                        "py314-asyncssh",
                        "py314-cairocffi",
                        "py314-importlib-metadata",
                        "py314-json5",
                        "py314-tabulate",
                        "py314-zipp",
                        "py314-cairosvg",
                        "py314-cssselect2",
                        "py314-defusedxml",
                        "py314-geographiclib",
                        "py314-pefile",
                        "py314-pyfatfs",
                        "py314-zipfile-deflate64",
                        "py314-cons",
                        "py314-cookiecutter",
                        "py314-etuples",
                        "py314-logical-unification",
                        "py314-multipledispatch",
                        "py314-setuptools-git-versioning",
                        "py314-slugify",
                        "py314-toolz",
                        "py314-unidecode",
                        "py314-autocommand",
                        "py314-docstring-to-markdown",
                        "py314-guidata",
                        "py314-jaraco.collections",
                        "py314-jaraco.text",
                        "py314-pytest-qt",
                        "py314-qtpy",
                        "py314-bitarray",
                        "py314-crcmod",
                        "py314-stagger",
                        "py314-pysimdjson",
                        "py314-construct",
                        "py314-applaunchservices",
                        "py314-dill",
                        "py314-imagecodecs",
                        "py314-imageio",
                        "py314-jinja2-time",
                        "py314-lazy_loader",
                        "py314-line_profiler",
                        "py314-lmfit",
                        "py314-minikanren",
                        "py314-nmrglue",
                        "py314-nmrglue-devel",
                        "py314-numdifftools",
                        "py314-openbabel",
                        "py314-patsy",
                        "py314-peakutils",
                        "py314-plotpy",
                        "py314-pkce",
                        "py314-pythonqwt",
                        "py314-pywavelets",
                        "py314-scikit-image",
                        "py314-sphinx-gallery",
                        "py314-statsmodels",
                        "py314-tifffile",
                        "py314-pylint-venv",
                        "py314-pyficache",
                        "py314-pyuca",
                        "py314-qstylizer",
                        "py314-qtawesome",
                        "py314-xdis",
                        "py314-black",
                        "py314-astroid",
                        "py314-cattrs",
                        "py314-jedi",
                        "py314-lsprotocol",
                        "py314-parso",
                        "py314-pylint",
                        "py314-pyls-spyder",
                        "py314-python-lsp-black",
                        "py314-python-lsp-jsonrpc",
                        "py314-python-lsp-ruff",
                        "py314-python-lsp-server",
                        "py314-argh",
                        "py314-ephemeral-port-reserve",
                        "py314-flatbuffers",
                        "py314-flexmock",
                        "py314-inflate64",
                        "py314-iocapture",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-protobuf3",
                        "py314-pyannotate",
                        "py314-pybcj",
                        "py314-pyppmd",
                        "py314-pytest-httpserver",
                        "py314-pytest-remotedata",
                        "py314-pytest-xprocess",
                        "py314-pyzstd",
                        "py314-watchdog",
                        "py314-werkzeug",
                        "py314-poetry-plugin-shell",
                        "py314-poetry-plugin-export",
                        "py314-SDL2",
                        "py314-blinker",
                        "py314-jwt",
                        "py314-oauthlib",
                        "py314-requests-oauthlib",
                        "py314-selenium",
                        "py314-socks",
                        "py314-websocket-client",
                        "py314-cbor2",
                        "py314-game",
                        "py314-luma.emulator",
                        "py314-luma.core",
                        "py314-pyftdi",
                        "py314-pyusb",
                        "py314-serial",
                        "py314-smbus2",
                        "py314-macholib",
                        "py314-modulegraph",
                        "py314-fsspec",
                        "py314-cytoolz",
                        "py314-debugpy",
                        "py314-hiredis",
                        "py314-regex",
                        "py314-diskcache",
                        "py314-gnureadline",
                        "py314-prompt_toolkit",
                        "py314-wcwidth",
                        "py314-diskcache-stubs",
                        "py314-pastel",
                        "py314-poethepoet",
                        "py314-pre-commit",
                        "py314-pysigma",
                        "py314-shapely",
                        "py314-aioitertools",
                        "py314-greenlet",
                        "py314-svgelements",
                        "py314-levenshtein",
                        "py314-prometheus_client",
                        "py314-traitlets",
                        "py314-geopy",
                        "py314-joblib",
                        "py314-mercantile",
                        "py314-affine",
                        "py314-cligj",
                        "py314-click-plugins",
                        "py314-contextily",
                        "py314-rasterio",
                        "py314-xyzservices",
                        "py314-gdal",
                        "py314-pyproj",
                        "py314-structlog",
                        "py314-testtools",
                        "py314-hy",
                        "py314-hyrule",
                        "py314-sh",
                        "py314-pyogrio",
                        "py314-pyglet",
                        "py314-sqlalchemy",
                        "py314-openssl",
                        "py314-aioquic",
                        "py314-asn1",
                        "py314-asn1-modules",
                        "py314-dnspython",
                        "py314-eventlet",
                        "py314-pylsqpack",
                        "py314-service_identity",
                        "py314-bcrypt",
                        "py314-bracex",
                        "py314-enrich",
                        "py314-fqdn",
                        "py314-httplib2",
                        "py314-pygls",
                        "py314-pynacl",
                        "py314-subprocess-tee",
                        "py314-tenacity",
                        "py314-tornado",
                        "py314-typeguard",
                        "py314-wcmatch",
                        "py314-isoduration",
                        "py314-jsonpointer",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-jsonschema-specifications",
                        "py314-paramiko",
                        "py314-referencing",
                        "py314-resolvelib",
                        "py314-rfc3339-validator",
                        "py314-rfc3986-validator",
                        "py314-rpds-py",
                        "py314-ruamel-yaml-clib",
                        "py314-uri-template",
                        "py314-tblib",
                        "py314-tatsu",
                        "py314-numexpr",
                        "py314-redis",
                        "py314-ansible-compat",
                        "py314-ansible",
                        "py314-ansible-core",
                        "py314-librt",
                        "py314-cloudpickle",
                        "py314-mako",
                        "py314-prettytable",
                        "py314-pytomlpp",
                        "py314-sigma-cli",
                        "py314-soupsieve",
                        "py314-beautifulsoup4",
                        "py314-html5lib",
                        "py314-py2app",
                        "py314-jug",
                        "py314-mahotas",
                        "py314-matplotlib-inline",
                        "py314-requests-cache",
                        "py314-responses",
                        "py314-time-machine",
                        "py314-timeout-decorator",
                        "py314-url-normalize",
                        "py314-Faker",
                        "py314-aws-sam-translator",
                        "py314-awscli",
                        "py314-boto3",
                        "py314-botocore",
                        "py314-cfn-lint",
                        "py314-jschema_to_python",
                        "py314-jmespath",
                        "py314-jsonpatch",
                        "py314-junit-xml",
                        "py314-s3transfer",
                        "py314-rsa",
                        "py314-sarif-om",
                        "py314-asttokens",
                        "py314-genshi",
                        "py314-aiobotocore",
                        "py314-aenum",
                        "py314-DAWG",
                        "py314-vcrpy",
                        "py314-eyed3",
                        "py314-gemmi",
                        "py314-nanobind",
                        "py314-z3",
                        "py314-progressbar",
                        "py314-aiohttp-socks",
                        "py314-beaker",
                        "py314-curio",
                        "py314-python-socks",
                        "py314-numpydoc",
                        "py314-llvmlite",
                        "py314-termcolor",
                        "py314-hatch-requirements-txt",
                        "py314-sphinx-jsonschema",
                        "py314-access",
                        "py314-geopandas",
                        "py314-markdown",
                        "py314-mistune",
                        "py314-vine",
                        "py314-alembic",
                        "py314-et_xmlfile",
                        "py314-tzdata",
                        "py314-fasteners",
                        "py314-sounddevice",
                        "py314-amqp",
                        "py314-tzlocal",
                        "py314-shtab"
                    ]
                }
            ]
        },
        {
            "name": "py314-gdbm",
            "portdir": "python/py-gdbm",
            "version": "3.14.2",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.python.org/release/3.14.2/library/dbm.html",
            "description": "Python bindings to the GNU dbm library",
            "long_description": "Python bindings to the GNU dbm library",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "gdbm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-flit_core",
            "portdir": "python/py-flit_core",
            "version": "3.12.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/takluyver/flit",
            "description": "Distribution-building parts of Flit.",
            "long_description": "Distribution-building parts of Flit.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-aioitertools",
                        "py314-tinycss2",
                        "py314-pip",
                        "py314-affine",
                        "py314-img2pdf",
                        "py314-diff-match-patch",
                        "py314-mypy_extensions",
                        "py314-pyglet",
                        "py314-threadpoolctl",
                        "py314-typing_extensions",
                        "py314-id",
                        "py314-mdit-py-plugins",
                        "py314-socksio",
                        "py314-mdurl",
                        "py314-markdown-it-py",
                        "py314-ptyprocess",
                        "py314-sphinxcontrib-websupport",
                        "py314-roman_numerals_py",
                        "py314-cachecontrol",
                        "py314-blinker",
                        "py314-cloudpickle",
                        "py314-click",
                        "py314-pyproject_metadata",
                        "py314-alabaster",
                        "py314-jinja2",
                        "py314-sphinxcontrib-applehelp",
                        "py314-sphinxcontrib-devhelp",
                        "py314-sphinxcontrib-htmlhelp",
                        "py314-sphinxcontrib-qthelp",
                        "py314-sphinxcontrib-serializinghtml",
                        "py314-wheel",
                        "py314-matplotlib-inline",
                        "py314-flake8-pyproject",
                        "py314-sphinxcontrib-jquery",
                        "py314-tomli-w",
                        "py314-more-itertools",
                        "py314-editables",
                        "py314-pathspec",
                        "py314-werkzeug",
                        "py314-arrow",
                        "py314-xarray-einstats",
                        "py314-testpath",
                        "py314-cairocffi",
                        "py314-cssselect2",
                        "py314-sphinx",
                        "py314-coherent.licensed",
                        "py314-idna",
                        "py314-docutils",
                        "py314-pypdf",
                        "py314-parsing",
                        "py314-lsprotocol",
                        "py314-argh"
                    ]
                }
            ]
        },
        {
            "name": "py314-build",
            "portdir": "python/py-build",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypa-build.readthedocs.io/",
            "description": "A simple, correct PEP517 package builder",
            "long_description": "A simple, correct PEP517 package builder which will invoke the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 171
                },
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py-bootstrap-modules",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-packaging",
                        "py314-pyproject_hooks"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-flit_core",
                        "py314-gdbm",
                        "py314-setuptools",
                        "py314-tkinter",
                        "py314-wheel",
                        "py314-cython",
                        "py314-altgraph",
                        "py314-argcomplete",
                        "py314-calver",
                        "py314-dateutil",
                        "py314-editables",
                        "py314-hatch-vcs",
                        "py314-hatchling",
                        "py314-iniconfig",
                        "py314-pathspec",
                        "py314-pluggy",
                        "py314-pretend",
                        "py314-setuptools_scm",
                        "py314-six",
                        "py314-trove-classifiers",
                        "py314-tz",
                        "py314-distlib",
                        "py314-filelock",
                        "py314-platformdirs",
                        "py314-psycopg2",
                        "py314-pygments",
                        "py314-pytest",
                        "py314-virtualenv",
                        "py314-expandvars",
                        "py314-pip",
                        "py314-propcache",
                        "py314-testpath",
                        "py314-lxml",
                        "py314-asteval",
                        "py314-cachetools",
                        "py314-identify",
                        "py314-isort",
                        "py314-term-background",
                        "py314-types-docutils",
                        "py314-attrs",
                        "py314-atomicwrites",
                        "py314-beniget",
                        "py314-bigfloat",
                        "py314-binaryornot",
                        "py314-cfgv",
                        "py314-chardet",
                        "py314-coherent.licensed",
                        "py314-colorlog",
                        "py314-columnize",
                        "py314-coverage",
                        "py314-cppy",
                        "py314-cycler",
                        "py314-deprecation",
                        "py314-diff-match-patch",
                        "py314-gast",
                        "py314-hatch-fancy-pypi-readme",
                        "py314-hypothesis",
                        "py314-mock",
                        "py314-sortedcontainers",
                        "py314-zopeinterface",
                        "py314-libvirt",
                        "py314-croniter",
                        "py314-docstyle",
                        "py314-dunamai",
                        "py314-editorconfig",
                        "py314-enchant",
                        "py314-fastjsonschema",
                        "py314-fastprogress",
                        "py314-filetype",
                        "py314-snowballstemmer",
                        "py314-poetry-core",
                        "py314-charset-normalizer",
                        "py314-certifi",
                        "py314-idna",
                        "py314-requests",
                        "py314-urllib3",
                        "py314-appdirs",
                        "py314-cairo",
                        "py314-meson",
                        "py314-meson-python",
                        "py314-parsing",
                        "py314-pyproject_metadata",
                        "py314-types-psutil",
                        "py314-types-setuptools",
                        "py314-cffi",
                        "py314-docutils",
                        "py314-gmpy2",
                        "py314-gobject3",
                        "py314-mpmath",
                        "py314-mypy",
                        "py314-mypy_extensions",
                        "py314-numpy",
                        "py314-pooch",
                        "py314-ply",
                        "py314-pybind11",
                        "py314-pycparser",
                        "py314-pythran",
                        "py314-roman",
                        "py314-scikit-build-core",
                        "py314-scikit-umfpack",
                        "py314-scipy",
                        "py314-threadpoolctl",
                        "py314-tqdm",
                        "py314-typing_extensions",
                        "py314-zope-event",
                        "py314-jaraco.context",
                        "py314-jaraco.classes",
                        "py314-jaraco.functools",
                        "py314-keyring",
                        "py314-more-itertools",
                        "py314-algopy",
                        "py314-cftime",
                        "py314-contourpy",
                        "py314-id",
                        "py314-inflection",
                        "py314-pdm-backend",
                        "py314-intervaltree",
                        "py314-kiwisolver",
                        "py314-looseversion",
                        "py314-nodeenv",
                        "py314-pbr",
                        "py314-poyo",
                        "py314-pypdf",
                        "py314-pynose",
                        "py314-pyqt-builder",
                        "py314-pytest-timeout",
                        "py314-sip",
                        "py314-uncertainties",
                        "py314-yaml",
                        "py314-anyio",
                        "py314-brotli",
                        "py314-brotlicffi",
                        "py314-click",
                        "py314-h11",
                        "py314-h2",
                        "py314-hpack",
                        "py314-hyperframe",
                        "py314-sniffio",
                        "py314-httpcore",
                        "py314-linkify-it-py",
                        "py314-mdit-py-plugins",
                        "py314-mdurl",
                        "py314-socksio",
                        "py314-uc-micro-py",
                        "py314-httpx",
                        "py314-hyperlink",
                        "py314-markdown-it-py",
                        "py314-pexpect",
                        "py314-ptyprocess",
                        "py314-rich",
                        "py314-pyperclip",
                        "py314-shellingham",
                        "py314-tomli-w",
                        "py314-alabaster",
                        "py314-babel",
                        "py314-freezegun",
                        "py314-fs",
                        "py314-imagesize",
                        "py314-lz4",
                        "py314-olefile",
                        "py314-pkgconfig",
                        "py314-psutil",
                        "py314-pyqt5-sip",
                        "py314-pyqt6-sip",
                        "py314-roman_numerals_py",
                        "py314-tomlkit",
                        "py314-userpath",
                        "py314-xattr",
                        "py314-zopfli",
                        "py314-requests-file",
                        "py314-astor",
                        "py314-async_generator",
                        "py314-flaky",
                        "py314-natsort",
                        "py314-outcome",
                        "py314-pyicu",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest-trio",
                        "py314-trio",
                        "py314-autopep8",
                        "py314-codestyle",
                        "py314-flake8-mccabe",
                        "py314-flake8",
                        "py314-flake8-pyproject",
                        "py314-pdbecif",
                        "py314-pyflakes",
                        "py314-pytest-runner",
                        "py314-audioop_lts",
                        "py314-pkginfo",
                        "py314-pytoolconfig",
                        "py314-requests-mock",
                        "py314-rope",
                        "py314-setupmeta",
                        "py314-spdx",
                        "py314-spdx-lookup",
                        "py314-text-unidecode",
                        "py314-textdistance",
                        "py314-three-merge",
                        "py314-tinycss2",
                        "py314-tokenize-rt",
                        "py314-ujson",
                        "py314-upt-cpan",
                        "py314-upt-macports",
                        "py314-upt-pypi",
                        "py314-upt-rubygems",
                        "py314-versioneer",
                        "py314-whatthepatch",
                        "py314-webencodings",
                        "py314-wurlitzer",
                        "py314-yapf",
                        "py314-blockdiag",
                        "py314-fonttools",
                        "py314-funcparserlib",
                        "py314-jinja2",
                        "py314-markupsafe",
                        "py314-matplotlib",
                        "py314-pyobjc",
                        "py314-reportlab",
                        "py314-sphinx",
                        "py314-sphinx_rtd_theme",
                        "py314-sphinxcontrib-applehelp",
                        "py314-sphinxcontrib-blockdiag",
                        "py314-sphinxcontrib-devhelp",
                        "py314-sphinxcontrib-htmlhelp",
                        "py314-sphinxcontrib-httpdomain",
                        "py314-sphinxcontrib-jquery",
                        "py314-sphinxcontrib-jsmath",
                        "py314-sphinxcontrib-qthelp",
                        "py314-sphinxcontrib-serializinghtml",
                        "py314-sphinxcontrib-svg2pdfconverter",
                        "py314-sphinxcontrib-websupport",
                        "py314-sympy",
                        "py314-unicodedata2",
                        "py314-webcolors",
                        "py314-astropy-iers-data",
                        "py314-pytest-describe",
                        "py314-decorator",
                        "py314-gssapi",
                        "py314-requests-gssapi",
                        "py314-about-time",
                        "py314-alive-progress",
                        "py314-grapheme",
                        "py314-aiosignal",
                        "py314-frozenlist",
                        "py314-pycares",
                        "py314-pycryptodomex",
                        "py314-pycryptodome",
                        "py314-gsl",
                        "py314-ruamel-yaml",
                        "py314-semantic_version",
                        "py314-setuptools-rust",
                        "py314-maturin",
                        "py314-orjson",
                        "py314-krb5",
                        "py314-aiodns",
                        "py314-aiohappyeyeballs",
                        "py314-multidict",
                        "py314-aiohttp",
                        "py314-discordpy",
                        "py314-yarl",
                        "py314-cpuinfo",
                        "py314-lazy_object_proxy",
                        "py314-pytest-benchmark",
                        "py314-types-python-dateutil",
                        "py314-arrow",
                        "py314-deprecated",
                        "py314-img2pdf",
                        "py314-pikepdf",
                        "py314-wrapt",
                        "py314-gyoto",
                        "py314-cachecontrol",
                        "py314-cleo",
                        "py314-crashtest",
                        "py314-dulwich",
                        "py314-findpython",
                        "py314-msgpack",
                        "py314-pytest-cov",
                        "py314-rapidfuzz",
                        "py314-requests-toolbelt",
                        "py314-netcdf4",
                        "py314-mslex",
                        "py314-mssql",
                        "py314-standard-distutils",
                        "py314-biopython",
                        "py314-igraph",
                        "py314-networkx",
                        "py314-pandas",
                        "py314-pytzdata",
                        "py314-texttable",
                        "py314-clang",
                        "py314-libtmux",
                        "py314-pylast",
                        "py314-simplejson",
                        "py314-uv-build",
                        "py314-holidays",
                        "py314-cryptography",
                        "py314-cryptography_vectors",
                        "py314-pbs_installer",
                        "py314-zstd",
                        "py314-pytokens",
                        "py314-toml",
                        "py314-xmlsec",
                        "py314-param",
                        "py314-pulp",
                        "py314-annotated_types",
                        "py314-colorama",
                        "py314-pydantic",
                        "py314-pydantic_core",
                        "py314-rstcheck-core",
                        "py314-rstcheck",
                        "py314-typer",
                        "py314-typing-inspection",
                        "py314-arviz",
                        "py314-execnet",
                        "py314-h5netcdf",
                        "py314-h5py",
                        "py314-mpi4py",
                        "py314-pytest-xdist",
                        "py314-setuptools_scm_git_archive",
                        "py314-xarray-einstats",
                        "py314-xarray",
                        "py314-asv-runner",
                        "py314-asv",
                        "py314-asyncssh",
                        "py314-cairocffi",
                        "py314-importlib-metadata",
                        "py314-json5",
                        "py314-tabulate",
                        "py314-zipp",
                        "py314-cairosvg",
                        "py314-cssselect2",
                        "py314-defusedxml",
                        "py314-geographiclib",
                        "py314-pefile",
                        "py314-pyfatfs",
                        "py314-zipfile-deflate64",
                        "py314-cons",
                        "py314-cookiecutter",
                        "py314-etuples",
                        "py314-logical-unification",
                        "py314-multipledispatch",
                        "py314-setuptools-git-versioning",
                        "py314-slugify",
                        "py314-toolz",
                        "py314-unidecode",
                        "py314-autocommand",
                        "py314-docstring-to-markdown",
                        "py314-guidata",
                        "py314-jaraco.collections",
                        "py314-jaraco.text",
                        "py314-pytest-qt",
                        "py314-qtpy",
                        "py314-bitarray",
                        "py314-crcmod",
                        "py314-stagger",
                        "py314-pysimdjson",
                        "py314-construct",
                        "py314-applaunchservices",
                        "py314-dill",
                        "py314-imagecodecs",
                        "py314-imageio",
                        "py314-jinja2-time",
                        "py314-lazy_loader",
                        "py314-line_profiler",
                        "py314-lmfit",
                        "py314-minikanren",
                        "py314-nmrglue",
                        "py314-nmrglue-devel",
                        "py314-numdifftools",
                        "py314-openbabel",
                        "py314-patsy",
                        "py314-peakutils",
                        "py314-plotpy",
                        "py314-pkce",
                        "py314-pythonqwt",
                        "py314-pywavelets",
                        "py314-scikit-image",
                        "py314-sphinx-gallery",
                        "py314-statsmodels",
                        "py314-tifffile",
                        "py314-pylint-venv",
                        "py314-pyficache",
                        "py314-pyuca",
                        "py314-qstylizer",
                        "py314-qtawesome",
                        "py314-xdis",
                        "py314-black",
                        "py314-astroid",
                        "py314-cattrs",
                        "py314-jedi",
                        "py314-lsprotocol",
                        "py314-parso",
                        "py314-pylint",
                        "py314-pyls-spyder",
                        "py314-python-lsp-black",
                        "py314-python-lsp-jsonrpc",
                        "py314-python-lsp-ruff",
                        "py314-python-lsp-server",
                        "py314-argh",
                        "py314-ephemeral-port-reserve",
                        "py314-flatbuffers",
                        "py314-flexmock",
                        "py314-inflate64",
                        "py314-iocapture",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-protobuf3",
                        "py314-pyannotate",
                        "py314-pybcj",
                        "py314-pyppmd",
                        "py314-pytest-httpserver",
                        "py314-pytest-remotedata",
                        "py314-pytest-xprocess",
                        "py314-pyzstd",
                        "py314-watchdog",
                        "py314-werkzeug",
                        "py314-poetry-plugin-shell",
                        "py314-poetry-plugin-export",
                        "py314-SDL2",
                        "py314-blinker",
                        "py314-jwt",
                        "py314-oauthlib",
                        "py314-requests-oauthlib",
                        "py314-selenium",
                        "py314-socks",
                        "py314-websocket-client",
                        "py314-cbor2",
                        "py314-game",
                        "py314-luma.emulator",
                        "py314-luma.core",
                        "py314-pyftdi",
                        "py314-pyusb",
                        "py314-serial",
                        "py314-smbus2",
                        "py314-macholib",
                        "py314-modulegraph",
                        "py314-fsspec",
                        "py314-cytoolz",
                        "py314-debugpy",
                        "py314-hiredis",
                        "py314-regex",
                        "py314-diskcache",
                        "py314-gnureadline",
                        "py314-prompt_toolkit",
                        "py314-wcwidth",
                        "py314-diskcache-stubs",
                        "py314-pastel",
                        "py314-poethepoet",
                        "py314-pre-commit",
                        "py314-pysigma",
                        "py314-shapely",
                        "py314-aioitertools",
                        "py314-greenlet",
                        "py314-svgelements",
                        "py314-levenshtein",
                        "py314-prometheus_client",
                        "py314-traitlets",
                        "py314-geopy",
                        "py314-joblib",
                        "py314-mercantile",
                        "py314-affine",
                        "py314-cligj",
                        "py314-click-plugins",
                        "py314-contextily",
                        "py314-rasterio",
                        "py314-xyzservices",
                        "py314-gdal",
                        "py314-pyproj",
                        "py314-structlog",
                        "py314-testtools",
                        "py314-hy",
                        "py314-hyrule",
                        "py314-sh",
                        "py314-pyogrio",
                        "py314-pyglet",
                        "py314-sqlalchemy",
                        "py314-openssl",
                        "py314-aioquic",
                        "py314-asn1",
                        "py314-asn1-modules",
                        "py314-dnspython",
                        "py314-eventlet",
                        "py314-pylsqpack",
                        "py314-service_identity",
                        "py314-bcrypt",
                        "py314-bracex",
                        "py314-enrich",
                        "py314-fqdn",
                        "py314-httplib2",
                        "py314-pygls",
                        "py314-pynacl",
                        "py314-subprocess-tee",
                        "py314-tenacity",
                        "py314-tornado",
                        "py314-typeguard",
                        "py314-wcmatch",
                        "py314-isoduration",
                        "py314-jsonpointer",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-jsonschema-specifications",
                        "py314-paramiko",
                        "py314-referencing",
                        "py314-resolvelib",
                        "py314-rfc3339-validator",
                        "py314-rfc3986-validator",
                        "py314-rpds-py",
                        "py314-ruamel-yaml-clib",
                        "py314-uri-template",
                        "py314-tblib",
                        "py314-tatsu",
                        "py314-numexpr",
                        "py314-redis",
                        "py314-ansible-compat",
                        "py314-ansible",
                        "py314-ansible-core",
                        "py314-librt",
                        "py314-cloudpickle",
                        "py314-mako",
                        "py314-prettytable",
                        "py314-pytomlpp",
                        "py314-sigma-cli",
                        "py314-soupsieve",
                        "py314-beautifulsoup4",
                        "py314-html5lib",
                        "py314-py2app",
                        "py314-jug",
                        "py314-mahotas",
                        "py314-matplotlib-inline",
                        "py314-requests-cache",
                        "py314-responses",
                        "py314-time-machine",
                        "py314-timeout-decorator",
                        "py314-url-normalize",
                        "py314-Faker",
                        "py314-aws-sam-translator",
                        "py314-awscli",
                        "py314-boto3",
                        "py314-botocore",
                        "py314-cfn-lint",
                        "py314-jschema_to_python",
                        "py314-jmespath",
                        "py314-jsonpatch",
                        "py314-junit-xml",
                        "py314-s3transfer",
                        "py314-rsa",
                        "py314-sarif-om",
                        "py314-asttokens",
                        "py314-genshi",
                        "py314-aiobotocore",
                        "py314-aenum",
                        "py314-DAWG",
                        "py314-vcrpy",
                        "py314-eyed3",
                        "py314-gemmi",
                        "py314-nanobind",
                        "py314-z3",
                        "py314-progressbar",
                        "py314-aiohttp-socks",
                        "py314-beaker",
                        "py314-curio",
                        "py314-python-socks",
                        "py314-numpydoc",
                        "py314-llvmlite",
                        "py314-termcolor",
                        "py314-hatch-requirements-txt",
                        "py314-sphinx-jsonschema",
                        "py314-access",
                        "py314-geopandas",
                        "py314-markdown",
                        "py314-mistune",
                        "py314-vine",
                        "py314-alembic",
                        "py314-et_xmlfile",
                        "py314-tzdata",
                        "py314-fasteners",
                        "py314-sounddevice",
                        "py314-amqp",
                        "py314-tzlocal",
                        "py314-shtab"
                    ]
                }
            ]
        },
        {
            "name": "python314-freethreading",
            "portdir": "lang/python314",
            "version": "3.14.2",
            "license": "PSF",
            "platforms": "{darwin >= 15}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.python.org/",
            "description": "An interpreted, object-oriented programming language (free threading)",
            "long_description": "Python is an interpreted, interactive, object-oriented programming language. This port has the free threading feature enabled, i.e. there is no global interpreter lock (GIL).",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "universal",
                "optimizations",
                "lto",
                "tail_call_interp",
                "dtrace"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zstd",
                        "sqlite3",
                        "libedit",
                        "libffi",
                        "bzip2",
                        "openssl",
                        "expat",
                        "mpdecimal",
                        "gettext-runtime",
                        "ncurses",
                        "xz",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "python314",
            "portdir": "lang/python314",
            "version": "3.14.2",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.python.org/",
            "description": "An interpreted, object-oriented programming language",
            "long_description": "Python is an interpreted, interactive, object-oriented programming language.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "lto",
                "tail_call_interp",
                "experimental_jit",
                "dtrace",
                "universal",
                "optimizations"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zstd",
                        "sqlite3",
                        "libedit",
                        "libffi",
                        "ncurses",
                        "bzip2",
                        "expat",
                        "mpdecimal",
                        "gettext-runtime",
                        "openssl",
                        "xz",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python3_select-314",
                        "python_select-314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "micropython",
                        "mpy-cross"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-build",
                        "py314-flit_core",
                        "py314-gdbm",
                        "py314-installer",
                        "py314-packaging",
                        "py314-pyproject_hooks",
                        "py314-setuptools",
                        "py314-tkinter",
                        "py314-wheel",
                        "py314-cython",
                        "py314-altgraph",
                        "py314-argcomplete",
                        "py314-calver",
                        "py314-dateutil",
                        "py314-editables",
                        "py314-hatch-vcs",
                        "py314-hatchling",
                        "py314-iniconfig",
                        "py314-pathspec",
                        "py314-pluggy",
                        "py314-pretend",
                        "py314-setuptools_scm",
                        "py314-six",
                        "py314-trove-classifiers",
                        "py314-tz",
                        "py314-distlib",
                        "py314-filelock",
                        "py314-platformdirs",
                        "py314-psycopg2",
                        "py314-pygments",
                        "py314-pytest",
                        "py314-virtualenv",
                        "py314-expandvars",
                        "py314-pip",
                        "py314-propcache",
                        "py314-testpath",
                        "py314-lxml",
                        "py314-asteval",
                        "py314-cachetools",
                        "py314-identify",
                        "py314-isort",
                        "py314-term-background",
                        "py314-types-docutils",
                        "py314-attrs",
                        "py314-atomicwrites",
                        "py314-beniget",
                        "py314-bigfloat",
                        "py314-binaryornot",
                        "py314-cfgv",
                        "py314-chardet",
                        "py314-coherent.licensed",
                        "py314-colorlog",
                        "py314-columnize",
                        "py314-coverage",
                        "py314-cppy",
                        "py314-cycler",
                        "py314-deprecation",
                        "py314-diff-match-patch",
                        "py314-gast",
                        "py314-hatch-fancy-pypi-readme",
                        "py314-hypothesis",
                        "py314-mock",
                        "py314-sortedcontainers",
                        "py314-zopeinterface",
                        "py314-libvirt",
                        "py314-croniter",
                        "py314-docstyle",
                        "py314-dunamai",
                        "py314-editorconfig",
                        "py314-enchant",
                        "py314-fastjsonschema",
                        "py314-fastprogress",
                        "py314-filetype",
                        "py314-snowballstemmer",
                        "py314-poetry-core",
                        "py314-charset-normalizer",
                        "py314-certifi",
                        "py314-idna",
                        "py314-requests",
                        "py314-urllib3",
                        "py314-appdirs",
                        "py314-cairo",
                        "py314-meson",
                        "py314-meson-python",
                        "py314-oldest-supported-numpy",
                        "py314-parsing",
                        "py314-pyproject_metadata",
                        "py314-types-psutil",
                        "py314-types-setuptools",
                        "py314-cffi",
                        "py314-docutils",
                        "py314-gmpy2",
                        "py314-gobject3",
                        "py314-libxml2",
                        "py314-mpmath",
                        "py314-mypy",
                        "py314-mypy_extensions",
                        "py314-numpy",
                        "py314-pooch",
                        "py314-ply",
                        "py314-pybind11",
                        "py314-pycparser",
                        "py314-pythran",
                        "py314-roman",
                        "py314-scikit-build-core",
                        "py314-scikit-umfpack",
                        "py314-scipy",
                        "py314-threadpoolctl",
                        "py314-tqdm",
                        "py314-typing_extensions",
                        "py314-zope-event",
                        "py314-jaraco.context",
                        "py314-jaraco.classes",
                        "py314-jaraco.functools",
                        "py314-keyring",
                        "py314-more-itertools",
                        "py314-algopy",
                        "py314-cftime",
                        "py314-contourpy",
                        "py314-id",
                        "py314-inflection",
                        "py314-pdm-backend",
                        "py314-intervaltree",
                        "py314-kiwisolver",
                        "py314-looseversion",
                        "py314-nodeenv",
                        "py314-pbr",
                        "py314-poyo",
                        "py314-pypdf",
                        "py314-pynose",
                        "py314-pyqt-builder",
                        "py314-pytest-timeout",
                        "py314-sip",
                        "py314-uncertainties",
                        "py314-yaml",
                        "py314-anyio",
                        "py314-brotli",
                        "py314-brotlicffi",
                        "py314-click",
                        "py314-h11",
                        "py314-h2",
                        "py314-hpack",
                        "py314-hyperframe",
                        "py314-sniffio",
                        "py314-httpcore",
                        "py314-linkify-it-py",
                        "py314-mdit-py-plugins",
                        "py314-mdurl",
                        "py314-socksio",
                        "py314-uc-micro-py",
                        "py314-httpx",
                        "py314-hyperlink",
                        "py314-markdown-it-py",
                        "py314-pexpect",
                        "py314-ptyprocess",
                        "py314-rich",
                        "py314-pyperclip",
                        "py314-shellingham",
                        "py314-tomli-w",
                        "dbus-python314",
                        "py314-Pillow",
                        "py314-alabaster",
                        "py314-babel",
                        "py314-freezegun",
                        "py314-fs",
                        "py314-imagesize",
                        "py314-lz4",
                        "py314-olefile",
                        "py314-pkgconfig",
                        "py314-psutil",
                        "py314-pyqt5",
                        "py314-pyqt5-chart",
                        "py314-pyqt5-scintilla",
                        "py314-pyqt5-sip",
                        "py314-pyqt5-webengine",
                        "py314-pyqt6",
                        "py314-pyqt6-3d",
                        "py314-pyqt6-charts",
                        "py314-pyqt6-datavisualization",
                        "py314-pyqt6-networkauth",
                        "py314-pyqt6-scintilla",
                        "py314-pyqt6-sip",
                        "py314-pyqt6-webengine",
                        "py314-roman_numerals_py",
                        "py314-tomlkit",
                        "py314-userpath",
                        "py314-xattr",
                        "py314-zopfli",
                        "py314-requests-file",
                        "py314-astor",
                        "py314-async_generator",
                        "py314-flaky",
                        "py314-natsort",
                        "py314-outcome",
                        "py314-pyicu",
                        "py314-pytest-asyncio",
                        "py314-pytest-mock",
                        "py314-pytest-trio",
                        "py314-trio",
                        "py314-autopep8",
                        "py314-codestyle",
                        "py314-flake8-mccabe",
                        "py314-flake8",
                        "py314-flake8-pyproject",
                        "py314-pdbecif",
                        "py314-pyflakes",
                        "py314-pytest-runner",
                        "py314-audioop_lts",
                        "py314-pkginfo",
                        "py314-pytoolconfig",
                        "py314-requests-mock",
                        "py314-rope",
                        "py314-setupmeta",
                        "py314-spdx",
                        "py314-spdx-lookup",
                        "py314-text-unidecode",
                        "py314-textdistance",
                        "py314-three-merge",
                        "py314-tinycss2",
                        "py314-tokenize-rt",
                        "py314-ujson",
                        "py314-upt-cpan",
                        "py314-upt-macports",
                        "py314-upt-pypi",
                        "py314-upt-rubygems",
                        "py314-versioneer",
                        "py314-whatthepatch",
                        "py314-webencodings",
                        "py314-wurlitzer",
                        "py314-yapf",
                        "py314-blockdiag",
                        "py314-fonttools",
                        "py314-funcparserlib",
                        "py314-jinja2",
                        "py314-markupsafe",
                        "py314-matplotlib",
                        "py314-pyobjc",
                        "py314-reportlab",
                        "py314-sphinx",
                        "py314-sphinx_rtd_theme",
                        "py314-sphinxcontrib-applehelp",
                        "py314-sphinxcontrib-blockdiag",
                        "py314-sphinxcontrib-devhelp",
                        "py314-sphinxcontrib-htmlhelp",
                        "py314-sphinxcontrib-httpdomain",
                        "py314-sphinxcontrib-jquery",
                        "py314-sphinxcontrib-jsmath",
                        "py314-sphinxcontrib-qthelp",
                        "py314-sphinxcontrib-serializinghtml",
                        "py314-sphinxcontrib-svg2pdfconverter",
                        "py314-sphinxcontrib-websupport",
                        "py314-sympy",
                        "py314-unicodedata2",
                        "py314-webcolors",
                        "py314-astropy-iers-data",
                        "py314-pyside6",
                        "py314-pytest-describe",
                        "py314-decorator",
                        "py314-gssapi",
                        "py314-requests-gssapi",
                        "py314-about-time",
                        "py314-alive-progress",
                        "py314-grapheme",
                        "py314-aiosignal",
                        "py314-frozenlist",
                        "py314-pycares",
                        "py314-pycryptodomex",
                        "py314-pycryptodome",
                        "py314-gsl",
                        "py314-ruamel-yaml",
                        "py314-semantic_version",
                        "py314-setuptools-rust",
                        "py314-maturin",
                        "py314-orjson",
                        "py314-krb5",
                        "py314-aiodns",
                        "py314-aiohappyeyeballs",
                        "py314-multidict",
                        "py314-aiohttp",
                        "py314-discordpy",
                        "py314-yarl",
                        "py314-opencv4",
                        "py314-cpuinfo",
                        "py314-lazy_object_proxy",
                        "py314-pytest-benchmark",
                        "py314-types-python-dateutil",
                        "py314-arrow",
                        "py314-deprecated",
                        "py314-img2pdf",
                        "py314-pikepdf",
                        "py314-wrapt",
                        "py314-gyoto",
                        "py314-cachecontrol",
                        "py314-cleo",
                        "py314-crashtest",
                        "py314-dulwich",
                        "py314-findpython",
                        "py314-msgpack",
                        "py314-pytest-cov",
                        "py314-rapidfuzz",
                        "py314-requests-toolbelt",
                        "py314-netcdf4",
                        "py314-mslex",
                        "py314-mssql",
                        "py314-standard-distutils",
                        "py314-biopython",
                        "py314-igraph",
                        "py314-networkx",
                        "py314-pandas",
                        "py314-pytzdata",
                        "py314-texttable",
                        "py314-clang",
                        "py314-libtmux",
                        "py314-pylast",
                        "py314-simplejson",
                        "py314-uv-build",
                        "py314-holidays",
                        "py314-cryptography",
                        "py314-cryptography_vectors",
                        "py314-pbs_installer",
                        "py314-zstd",
                        "py314-pytokens",
                        "py314-toml",
                        "py314-xmlsec",
                        "py314-scamper",
                        "py314-param",
                        "py314-pulp",
                        "py314-annotated_types",
                        "py314-colorama",
                        "py314-pydantic",
                        "py314-pydantic_core",
                        "py314-rstcheck-core",
                        "py314-rstcheck",
                        "py314-typer",
                        "py314-typing-inspection",
                        "py314-arviz",
                        "py314-execnet",
                        "py314-h5netcdf",
                        "py314-h5py",
                        "py314-mpi4py",
                        "py314-pytest-xdist",
                        "py314-setuptools_scm_git_archive",
                        "py314-xarray-einstats",
                        "py314-xarray",
                        "py314-asv-runner",
                        "py314-asv",
                        "py314-asyncssh",
                        "py314-cairocffi",
                        "py314-importlib-metadata",
                        "py314-json5",
                        "py314-tabulate",
                        "py314-zipp",
                        "py314-cairosvg",
                        "py314-cssselect2",
                        "py314-defusedxml",
                        "py314-geographiclib",
                        "py314-pefile",
                        "py314-pyfatfs",
                        "py314-zipfile-deflate64",
                        "py314-cons",
                        "py314-cookiecutter",
                        "py314-etuples",
                        "py314-logical-unification",
                        "py314-multipledispatch",
                        "py314-setuptools-git-versioning",
                        "py314-slugify",
                        "py314-toolz",
                        "py314-unidecode",
                        "py314-autocommand",
                        "py314-docstring-to-markdown",
                        "py314-guidata",
                        "py314-jaraco.collections",
                        "py314-jaraco.text",
                        "py314-pytest-qt",
                        "py314-qtpy",
                        "py314-bitarray",
                        "py314-crcmod",
                        "py314-stagger",
                        "py314-pysimdjson",
                        "py314-construct",
                        "py314-applaunchservices",
                        "py314-dill",
                        "py314-imagecodecs",
                        "py314-imageio",
                        "py314-jinja2-time",
                        "py314-lazy_loader",
                        "py314-line_profiler",
                        "py314-lmfit",
                        "py314-minikanren",
                        "py314-nmrglue",
                        "py314-nmrglue-devel",
                        "py314-numdifftools",
                        "py314-openbabel",
                        "py314-patsy",
                        "py314-peakutils",
                        "py314-plotpy",
                        "py314-pkce",
                        "py314-pythonqwt",
                        "py314-pywavelets",
                        "py314-scikit-image",
                        "py314-sphinx-gallery",
                        "py314-statsmodels",
                        "py314-tifffile",
                        "py314-pylint-venv",
                        "py314-pyficache",
                        "py314-pyuca",
                        "py314-qstylizer",
                        "py314-qtawesome",
                        "py314-xdis",
                        "py314-black",
                        "py314-astroid",
                        "py314-cattrs",
                        "py314-jedi",
                        "py314-lsprotocol",
                        "py314-parso",
                        "py314-pylint",
                        "py314-pyls-spyder",
                        "py314-python-lsp-black",
                        "py314-python-lsp-jsonrpc",
                        "py314-python-lsp-ruff",
                        "py314-python-lsp-server",
                        "py314-argh",
                        "py314-ephemeral-port-reserve",
                        "py314-flatbuffers",
                        "py314-flexmock",
                        "py314-inflate64",
                        "py314-iocapture",
                        "py314-multivolumefile",
                        "py314-py7zr",
                        "py314-protobuf3",
                        "py314-pyannotate",
                        "py314-pybcj",
                        "py314-pyppmd",
                        "py314-pytest-httpserver",
                        "py314-pytest-remotedata",
                        "py314-pytest-xprocess",
                        "py314-pyzstd",
                        "py314-watchdog",
                        "py314-werkzeug",
                        "py314-poetry-plugin-shell",
                        "py314-poetry-plugin-export",
                        "py314-SDL2",
                        "py314-blinker",
                        "py314-jwt",
                        "py314-oauthlib",
                        "py314-requests-oauthlib",
                        "py314-selenium",
                        "py314-socks",
                        "py314-websocket-client",
                        "py314-cbor2",
                        "py314-game",
                        "py314-luma.emulator",
                        "py314-luma.core",
                        "py314-pyftdi",
                        "py314-pyusb",
                        "py314-serial",
                        "py314-smbus2",
                        "py314-macholib",
                        "py314-modulegraph",
                        "py314-fsspec",
                        "py314-cytoolz",
                        "py314-debugpy",
                        "py314-hiredis",
                        "py314-regex",
                        "py314-diskcache",
                        "py314-gnureadline",
                        "py314-prompt_toolkit",
                        "py314-wcwidth",
                        "py314-diskcache-stubs",
                        "py314-pastel",
                        "py314-poethepoet",
                        "py314-pre-commit",
                        "py314-pysigma",
                        "py314-shapely",
                        "py314-aioitertools",
                        "py314-greenlet",
                        "py314-svgelements",
                        "py314-levenshtein",
                        "py314-prometheus_client",
                        "py314-traitlets",
                        "py314-geopy",
                        "py314-joblib",
                        "py314-mercantile",
                        "py314-affine",
                        "py314-cligj",
                        "py314-click-plugins",
                        "py314-contextily",
                        "py314-rasterio",
                        "py314-xyzservices",
                        "py314-gdal",
                        "py314-pyproj",
                        "py314-structlog",
                        "py314-testtools",
                        "py314-hy",
                        "py314-hyrule",
                        "py314-sh",
                        "py314-pyogrio",
                        "py314-pyglet",
                        "py314-sqlalchemy",
                        "py314-openssl",
                        "py314-aioquic",
                        "py314-asn1",
                        "py314-asn1-modules",
                        "py314-dnspython",
                        "py314-eventlet",
                        "py314-pylsqpack",
                        "py314-service_identity",
                        "py314-bcrypt",
                        "py314-bracex",
                        "py314-enrich",
                        "py314-fqdn",
                        "py314-httplib2",
                        "py314-pygls",
                        "py314-pynacl",
                        "py314-subprocess-tee",
                        "py314-tenacity",
                        "py314-tornado",
                        "py314-typeguard",
                        "py314-wcmatch",
                        "py314-isoduration",
                        "py314-jsonpointer",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-jsonschema-specifications",
                        "py314-paramiko",
                        "py314-referencing",
                        "py314-resolvelib",
                        "py314-rfc3339-validator",
                        "py314-rfc3986-validator",
                        "py314-rpds-py",
                        "py314-ruamel-yaml-clib",
                        "py314-uri-template",
                        "py314-tblib",
                        "py314-tatsu",
                        "py314-numexpr",
                        "py314-redis",
                        "py314-ansible-compat",
                        "py314-ansible",
                        "py314-ansible-core",
                        "py314-librt",
                        "py314-cloudpickle",
                        "py314-mako",
                        "py314-prettytable",
                        "py314-pytomlpp",
                        "py314-sigma-cli",
                        "py314-soupsieve",
                        "py314-beautifulsoup4",
                        "py314-html5lib",
                        "py314-py2app",
                        "py314-jug",
                        "py314-mahotas",
                        "py314-matplotlib-inline",
                        "py314-requests-cache",
                        "py314-responses",
                        "py314-time-machine",
                        "py314-timeout-decorator",
                        "py314-url-normalize",
                        "py314-Faker",
                        "py314-aws-sam-translator",
                        "py314-awscli",
                        "py314-boto3",
                        "py314-botocore",
                        "py314-cfn-lint",
                        "py314-jschema_to_python",
                        "py314-jmespath",
                        "py314-jsonpatch",
                        "py314-junit-xml",
                        "py314-s3transfer",
                        "py314-rsa",
                        "py314-sarif-om",
                        "py314-asttokens",
                        "py314-genshi",
                        "py314-aiobotocore",
                        "py314-aenum",
                        "py314-DAWG",
                        "py314-vcrpy",
                        "py314-eyed3",
                        "py314-gemmi",
                        "py314-nanobind",
                        "py314-z3",
                        "py314-progressbar",
                        "py314-aiohttp-socks",
                        "py314-beaker",
                        "py314-curio",
                        "py314-python-socks",
                        "py314-numpydoc",
                        "py314-llvmlite",
                        "py314-termcolor",
                        "py314-hatch-requirements-txt",
                        "py314-sphinx-jsonschema",
                        "py314-access",
                        "py314-geopandas",
                        "py314-markdown",
                        "py314-mistune",
                        "py314-vine",
                        "py314-alembic",
                        "py314-et_xmlfile",
                        "py314-tzdata",
                        "py314-fasteners",
                        "py314-sounddevice",
                        "py314-amqp",
                        "py314-tzlocal",
                        "py314-shtab"
                    ]
                }
            ]
        },
        {
            "name": "octave-hdf5oct",
            "portdir": "octave/octave-hdf5oct",
            "version": "1.1.0",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gapost/hdf5oct",
            "description": "This is a GNU Octave package for data serialization to/from HDF5 files.",
            "long_description": "This is a GNU Octave package for data serialization to/from HDF5 files. It provides an interface compatible to MATLAB's \"High-Level Functions for HDF5 files\".",
            "active": true,
            "categories": [
                "science",
                "math",
                "octave"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "octave"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "config-file-validator",
            "portdir": "sysutils/config-file-validator",
            "version": "1.9.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Boeing/config-file-validator",
            "description": "tool to validate configuration files",
            "long_description": "config-file-validator is a cross-platform CLI tool to validate different configuration file types, including plist, ini, json, xml, yaml, toml, and more.",
            "active": true,
            "categories": [
                "sysutils",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}