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

{
    "count": 50193,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=982",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=980",
    "results": [
        {
            "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-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-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-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-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-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-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-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-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-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-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-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-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-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-cov",
                        "py314-pytest-trio",
                        "py314-pytest-qt",
                        "py314-pytest-asyncio",
                        "py314-pytest-xdist",
                        "py314-pytest-describe",
                        "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-crc32c",
                        "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-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-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-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-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-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": "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": "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": "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": "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": "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": "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": "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-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-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-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-term-background",
            "portdir": "python/py-term-background",
            "version": "1.0.5",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Determine if shell has a light or dark background",
            "long_description": "Determine if shell has a light or dark background",
            "active": true,
            "categories": [
                "devel",
                "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": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyficache"
                    ]
                }
            ]
        },
        {
            "name": "py314-types-docutils",
            "portdir": "python/py-types-docutils",
            "version": "0.22.3.20251115",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typeshed",
            "description": "Typing stubs for docutils",
            "long_description": "Typing stubs for docutils",
            "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-rstcheck-core",
                        "py314-rstcheck"
                    ]
                }
            ]
        },
        {
            "name": "py314-attrs",
            "portdir": "python/py-attrs",
            "version": "25.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-attrs/attrs",
            "description": "Attributes without boilerplate",
            "long_description": "attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols:",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-hatch-fancy-pypi-readme",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatch-vcs",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-hypothesis",
                        "py314-zopeinterface"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-lsprotocol",
                        "py314-aiohttp",
                        "py314-service_identity",
                        "py314-cattrs",
                        "py314-requests-cache",
                        "py314-hypothesis",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-referencing",
                        "py314-trio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pygls",
                        "py314-rasterio",
                        "py314-outcome"
                    ]
                }
            ]
        },
        {
            "name": "py314-atomicwrites",
            "portdir": "python/py-atomicwrites",
            "version": "1.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/untitaker/python-atomicwrites",
            "description": "Powerful Python library for atomic file writes",
            "long_description": "Powerful Python library for atomic file writes",
            "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-beniget",
            "portdir": "python/py-beniget",
            "version": "0.5.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/serge-sans-paille/beniget/",
            "description": "Extract semantic information about static Python code",
            "long_description": "Extract semantic information about static Python code",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-gast"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pythran"
                    ]
                }
            ]
        },
        {
            "name": "py314-bigfloat",
            "portdir": "python/py-bigfloat",
            "version": "0.4.0",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mdickinson/bigfloat",
            "description": "Arbitrary-precision correctly-rounded floating-point arithmetic, via MPFR.",
            "long_description": "Arbitrary-precision correctly-rounded floating-point arithmetic, via MPFR.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-cython",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "python314",
                        "py314-six",
                        "gmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-binaryornot",
            "portdir": "python/py-binaryornot",
            "version": "0.4.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/audreyr/binaryornot",
            "description": "Ultra-lightweight pure Python package to check if a file is binary or text.",
            "long_description": "Ultra-lightweight pure Python package to check if a file is binary or text.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-chardet",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-cookiecutter"
                    ]
                }
            ]
        },
        {
            "name": "py314-cfgv",
            "portdir": "python/py-cfgv",
            "version": "3.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/asottile/cfgv",
            "description": "Validate configuration and produce human readable error messages.",
            "long_description": "Validate configuration and produce human readable error messages.",
            "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-chardet",
            "portdir": "python/py-chardet",
            "version": "5.2.0",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Universal character encoding detector",
            "long_description": "Character encoding auto-detection in Python. As smart as your browser.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 429
                }
            ],
            "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-reportlab",
                        "py314-binaryornot"
                    ]
                }
            ]
        },
        {
            "name": "py314-coherent.licensed",
            "portdir": "python/py-coherent.licensed",
            "version": "0.5.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/coherent-oss/coherent.licensed",
            "description": "License management tooling for Coherent System and skeleton projects",
            "long_description": "License management tooling for Coherent System and skeleton projects",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-jaraco.functools",
                        "py314-zipp",
                        "py314-jaraco.collections",
                        "py314-keyring"
                    ]
                }
            ]
        },
        {
            "name": "py314-colorlog",
            "portdir": "python/py-colorlog",
            "version": "6.10.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/borntyping/python-colorlog",
            "description": "Log formatting with colors!",
            "long_description": "Log formatting with colors!",
            "active": true,
            "categories": [
                "devel",
                "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-columnize",
            "portdir": "python/py-columnize",
            "version": "0.3.11",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rocky/pycolumnize",
            "description": "Format a simple list into aligned columns",
            "long_description": "A Python module to format a simple (i.e. not nested) list into aligned columns. A string with embedded newline characters is returned.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-mock"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-coverage",
            "portdir": "python/py-coverage",
            "version": "7.13.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nedbat/coveragepy",
            "description": "Code coverage measurement for Python",
            "long_description": "Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pytest-cov"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pyppmd"
                    ]
                }
            ]
        },
        {
            "name": "py314-cppy",
            "portdir": "python/py-cppy",
            "version": "1.3.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nucleic/cppy",
            "description": "C++ headers for C extension development",
            "long_description": "C++ headers for C extension development",
            "active": true,
            "categories": [
                "devel",
                "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": "build",
                    "ports": [
                        "py314-kiwisolver"
                    ]
                }
            ]
        },
        {
            "name": "py314-cycler",
            "portdir": "python/py-cycler",
            "version": "0.12.1",
            "license": "(PSF or BSD)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/matplotlib/cycler",
            "description": "cycler: composable cycles",
            "long_description": "cycler: composable cycles",
            "active": true,
            "categories": [
                "math",
                "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": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-matplotlib"
                    ]
                }
            ]
        },
        {
            "name": "py314-deprecation",
            "portdir": "python/py-deprecation",
            "version": "2.1.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://deprecation.readthedocs.io/",
            "description": "A library to handle automated deprecations",
            "long_description": "A library to handle automated deprecations",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-packaging",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-eyed3"
                    ]
                }
            ]
        },
        {
            "name": "py314-diff-match-patch",
            "portdir": "python/py-diff-match-patch",
            "version": "20241021",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/diff-match-patch",
            "description": "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.",
            "long_description": "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-three-merge"
                    ]
                }
            ]
        },
        {
            "name": "py314-gast",
            "portdir": "python/py-gast",
            "version": "0.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/serge-sans-paille/gast",
            "description": "Python AST that abstracts the underlying Python version",
            "long_description": "A generic AST to represent Python2 and Python3’s Abstract Syntax Tree(AST). GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 165
                }
            ],
            "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-beniget",
                        "py314-pythran"
                    ]
                }
            ]
        },
        {
            "name": "py314-hatch-fancy-pypi-readme",
            "portdir": "python/py-hatch-fancy-pypi-readme",
            "version": "25.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hynek/hatch-fancy-pypi-readme",
            "description": "a Hatch metadata plugin for projects' PyPI landing page",
            "long_description": "a Hatch metadata plugin for projects' PyPI landing page",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-black",
                        "py314-httpcore",
                        "py314-httpx",
                        "py314-jsonschema",
                        "py314-jsonschema-format-nongpl",
                        "py314-structlog",
                        "py314-pydantic",
                        "py314-pytest-cov",
                        "py314-attrs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-service_identity"
                    ]
                }
            ]
        },
        {
            "name": "py314-hypothesis",
            "portdir": "python/py-hypothesis",
            "version": "6.140.3",
            "license": "MPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/hypothesis",
            "description": "A library for property based testing",
            "long_description": "Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-attrs",
                        "py314-sortedcontainers",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py314-hpack",
                        "py314-hyperlink",
                        "py314-natsort",
                        "py314-pytest-asyncio",
                        "py314-pytest-trio",
                        "py314-cbor2",
                        "py314-json5",
                        "py314-scipy",
                        "py314-attrs",
                        "py314-numpy",
                        "py314-numdifftools",
                        "py314-cairo",
                        "py314-xarray",
                        "py314-multivolumefile",
                        "py314-pybcj",
                        "py314-pyppmd"
                    ]
                }
            ]
        },
        {
            "name": "py314-mock",
            "portdir": "python/py-mock",
            "version": "5.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mock.readthedocs.org/en/latest/",
            "description": "Rolling backport of unittest.mock for all Pythons",
            "long_description": "Rolling backport of unittest.mock for all Pythons.",
            "active": true,
            "categories": [
                "devel",
                "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": [
                {
                    "type": "run",
                    "ports": [
                        "py314-pytest-mock"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-freezegun",
                        "py314-wurlitzer",
                        "py314-python-lsp-server",
                        "py314-requests-oauthlib",
                        "py314-python-lsp-jsonrpc",
                        "py314-oauthlib",
                        "py314-aws-sam-translator",
                        "py314-cfn-lint",
                        "py314-columnize",
                        "py314-geopy",
                        "py314-argh"
                    ]
                }
            ]
        }
    ]
}