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

{
    "count": 50172,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=20",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=18",
    "results": [
        {
            "name": "py314-natsort",
            "portdir": "python/py-natsort",
            "version": "8.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/SethMMorton/natsort",
            "description": "Natural sorting for Python",
            "long_description": "When you try to sort a list of strings that contain numbers, the normal Python sort algorithm sorts lexicographically, so you might not get the results that you expect. `natsort` provides a function `natsorted` that helps sort lists 'naturally', either as real numbers (i.e. signed/unsigned floats or ints), or as versions.",
            "active": true,
            "categories": [
                "textproc",
                "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"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pyicu"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-hypothesis",
                        "py314-pytest-mock"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-flaky",
            "portdir": "python/py-flaky",
            "version": "3.8.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/box/flaky",
            "description": "Plugin for nose or py.test that automatically reruns flaky tests.",
            "long_description": "Plugin for nose or py.test that automatically reruns flaky tests.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py314-pylast",
                        "py314-pytest-asyncio",
                        "py314-python-lsp-server",
                        "py314-watchdog"
                    ]
                }
            ]
        },
        {
            "name": "py314-async_generator",
            "portdir": "python/py-async_generator",
            "version": "1.10",
            "license": "MIT and Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-trio/async_generator",
            "description": "A library making it easy to write async iterators in Python 3.5",
            "long_description": "Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5.",
            "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": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py314-outcome"
                    ]
                }
            ]
        },
        {
            "name": "py314-astor",
            "portdir": "python/py-astor",
            "version": "0.8.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/berkerpeksag/astor",
            "description": "Read/rewrite/write Python ASTs",
            "long_description": "astor is a python library to easily manipulate Python source code via ASTs",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 165
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-requests-file",
            "portdir": "python/py-requests-file",
            "version": "3.0.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/dashea/requests-file",
            "description": "Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs.",
            "long_description": "Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-requests",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "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": "run",
                    "ports": [
                        "py314-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py314-xattr",
            "portdir": "python/py-xattr",
            "version": "1.3.0",
            "license": "(MIT or PSF)",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/xattr/xattr",
            "description": "Python wrapper for extended filesystem attributes",
            "long_description": "xattr is a Python wrapper for Darwin, Linux, and FreeBSD extended filesystem attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger) and later.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 171
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-cffi"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-userpath",
            "portdir": "python/py-userpath",
            "version": "1.9.2",
            "license": "(MIT or Apache-2)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ofek/userpath",
            "description": "A tool and library for adding locations to user PATH",
            "long_description": "A tool and library for adding locations to user PATH",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-click"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-tomlkit",
            "portdir": "python/py-tomlkit",
            "version": "0.13.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-poetry/tomlkit",
            "description": "Style preserving TOML library",
            "long_description": "Style preserving TOML library",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 639
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-poetry-core",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-yaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pylint"
                    ]
                }
            ]
        },
        {
            "name": "py314-roman_numerals_py",
            "portdir": "python/py-roman_numerals_py",
            "version": "3.1.0",
            "license": "(BSD or public-domain)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/roman_numerals_py/",
            "description": "Manipulate well-formed Roman numerals",
            "long_description": "A library for manipulating well-formed Roman numerals.",
            "active": true,
            "categories": [
                "textproc",
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py314-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py314-pyqt6-webengine",
            "portdir": "python/py-pyqt6-webengine",
            "version": "6.10.0",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtwebengine",
            "description": "Python bindings for the Qt WebEngine framework",
            "long_description": "Python bindings for the Qt WebEngine framework",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pyqt-builder",
                        "py314-sip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6",
                        "qt6-qtbase",
                        "py314-pyqt6-sip",
                        "qt6-qtwebengine",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt6-sip",
            "portdir": "python/py-pyqt6-sip",
            "version": "13.10.3",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/sip/",
            "description": "The sip module support for PyQt6",
            "long_description": "The sip module support for PyQt6",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "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-pyqt6-networkauth",
                        "py314-pyqt6-charts",
                        "py314-pyqt6-datavisualization",
                        "py314-pyqt6-3d",
                        "py314-pyqt6-webengine",
                        "py314-pyqt6-scintilla"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pyqt6"
                    ]
                }
            ]
        },
        {
            "name": "py314-pyqt6-scintilla",
            "portdir": "python/py-pyqt6-scintilla",
            "version": "2.14.1",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla",
            "description": "PyQt6 bindings for the QScintilla programmers editor widget",
            "long_description": "QScintilla is a port to Qt of the Scintilla programmers editor widget. It supports the traditional low-level Scintilla API and implements a high-level API covering such things as auto-completion, code folding and lexer configuration.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pyqt-builder",
                        "py314-sip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6",
                        "qt6-qtbase",
                        "py314-pyqt6-sip",
                        "qscintilla-qt6",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt6-networkauth",
            "portdir": "python/py-pyqt6-networkauth",
            "version": "6.10.0",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtnetworkauth",
            "description": "Python bindings for the Qt Network Authorization library",
            "long_description": "Python bindings for the Qt Network Authorization library",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pyqt-builder",
                        "py314-sip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6",
                        "qt6-qtbase",
                        "py314-pyqt6-sip",
                        "qt6-qtnetworkauth",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt6-datavisualization",
            "portdir": "python/py-pyqt6-datavisualization",
            "version": "6.10.0",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtdatavisualization",
            "description": "Python bindings for the Qt Data Visualization library",
            "long_description": "Python bindings for the Qt Data Visualization library",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pyqt-builder",
                        "py314-sip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6",
                        "qt6-qtbase",
                        "py314-pyqt6-sip",
                        "qt6-qtdatavis3d",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt6-charts",
            "portdir": "python/py-pyqt6-charts",
            "version": "6.10.0",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtchart",
            "description": "Python bindings for the Qt Charts library",
            "long_description": "Python bindings for the Qt Charts library",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pyqt-builder",
                        "py314-sip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6",
                        "qt6-qtbase",
                        "py314-pyqt6-sip",
                        "qt6-qtcharts",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt6-3d",
            "portdir": "python/py-pyqt6-3d",
            "version": "6.10.0",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqt3d",
            "description": "Python bindings for the Qt 3D framework",
            "long_description": "Python bindings for the Qt 3D framework",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pyqt-builder",
                        "py314-sip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6",
                        "qt6-qtbase",
                        "py314-pyqt6-sip",
                        "qt6-qt3d",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt6",
            "portdir": "python/py-pyqt6",
            "version": "6.10.1",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqt/intro",
            "description": "PyQt6 is a set of Python bindings for the Qt6 toolkit",
            "long_description": "PyQt6 is a set of Python bindings for the Qt6 toolkit. The bindings are implemented as a set of Python modules and contain over 620 classes.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-sip",
                        "pkgconfig",
                        "clang-18",
                        "py314-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt6-qtwebchannel",
                        "qt6-qtimageformats",
                        "qt6-qtsvg",
                        "qt6-qt5compat",
                        "qt6-qtlocation",
                        "qt6-qtserialbus",
                        "qt6-qtremoteobjects",
                        "qt6-qtconnectivity",
                        "qt6-qttools",
                        "qt6-qtwebsockets",
                        "qt6-qttranslations",
                        "qt6-qtpositioning",
                        "qt6-qtshadertools",
                        "qt6-qtmultimedia",
                        "qt6-qtbase",
                        "qt6-qtquicktimeline",
                        "qt6-qtdoc",
                        "qt6-qthttpserver",
                        "qt6-qtvirtualkeyboard",
                        "qt6-qtlottie",
                        "qt6-qtlanguageserver",
                        "qt6-qtquick3dphysics",
                        "qt6-qtscxml",
                        "qt6-qtspeech",
                        "qt6-qtgraphs",
                        "qt6-qtquickeffectmaker",
                        "python314",
                        "dbus-python314",
                        "qt6-qtquick3d",
                        "qt6-qtdeclarative",
                        "qt6-qtsensors",
                        "qt6-qtserialport"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pyqt6-sip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt6-3d",
                        "py314-pyqt6-charts",
                        "py314-pyqt6-datavisualization",
                        "py314-pyqt6-networkauth",
                        "py314-pyqt6-webengine",
                        "py314-pyqt6-scintilla"
                    ]
                }
            ]
        },
        {
            "name": "py314-pyqt5-webengine",
            "portdir": "python/py-pyqt5-webengine",
            "version": "5.15.7",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtwebengine",
            "description": "PyQt5 Webengine bindings",
            "long_description": "PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine framework. The framework provides the ability to embed web content in applications and is based on the Chrome browser. The bindings sit on top of PyQt5 and are implemented as three separate modules corresponding to the different libraries that make up the framework.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-sip",
                        "pkgconfig",
                        "clang-18",
                        "py314-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtwebengine",
                        "python314",
                        "py314-pyqt5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt5-sip",
            "portdir": "python/py-pyqt5-sip",
            "version": "12.17.2",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/sip/",
            "description": "The sip module support for PyQt5",
            "long_description": "The sip module support for PyQt5",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "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": "run",
                    "ports": [
                        "py314-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "py314-pyqt5-scintilla",
            "portdir": "python/py-pyqt5-scintilla",
            "version": "2.14.1",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla",
            "description": "PyQt5 bindings for the QScintilla programmers editor widget",
            "long_description": "QScintilla is a port to Qt of the Scintilla programmers editor widget. It supports the traditional low-level Scintilla API and implements a high-level API covering such things as auto-completion, code folding and lexer configuration.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-sip",
                        "pkgconfig",
                        "clang-18",
                        "py314-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qscintilla-qt5",
                        "python314",
                        "py314-pyqt5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt5-chart",
            "portdir": "python/py-pyqt5-chart",
            "version": "5.15.7",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtchart",
            "description": "PyQt5 Chart bindings",
            "long_description": "PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library. The bindings sit on top of PyQt5 and are implemented as a single module..",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-sip",
                        "pkgconfig",
                        "clang-18",
                        "py314-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtcharts",
                        "python314",
                        "py314-pyqt5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-pyqt5",
            "portdir": "python/py-pyqt5",
            "version": "5.15.11",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqt/intro",
            "description": "PyQt5 is a set of Python bindings for the Qt5 toolkit",
            "long_description": "PyQt5 is a set of Python bindings for the Qt5 toolkit. The bindings are implemented as a set of Python modules and contain over 620 classes.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "webkit",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-sip",
                        "pkgconfig",
                        "clang-18",
                        "py314-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "qt5",
                        "dbus-python314",
                        "qt5-qtbase",
                        "qt5-qtscript",
                        "qt5-qt3d"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-pyqt5-sip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt5-chart",
                        "py314-pyqt5-scintilla",
                        "py314-pyqt5-webengine"
                    ]
                }
            ]
        },
        {
            "name": "py314-psutil",
            "portdir": "python/py-psutil",
            "version": "7.1.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/giampaolo/psutil",
            "description": "A process utilities module for Python.",
            "long_description": "psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, disk, memory) in a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, free, netstat, ifconfig, nice, ionice, iostato, iotop, uptime, tty.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "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-py7zr",
                        "py314-pytest-xprocess"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-lz4",
                        "py314-mssql"
                    ]
                }
            ]
        },
        {
            "name": "py314-pkgconfig",
            "portdir": "python/py-pkgconfig",
            "version": "1.5.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/matze/pkgconfig",
            "description": "Python module to interface with pkg-config.",
            "long_description": "Python module to interface with pkg-config. It can be used to check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS, and parse the output to build extensions with setup.py.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-poetry-core"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py314-aiohttp",
                        "py314-xmlsec",
                        "py314-lz4",
                        "py314-h5py"
                    ]
                }
            ]
        },
        {
            "name": "py314-olefile",
            "portdir": "python/py-olefile",
            "version": "0.47",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.decalage.info/python/olefileio",
            "description": "Python package to parse read and write Microsoft OLE2 files (Structured Storage or Compound Document Microsoft Office) - Improved version of the OleFileIO module from PIL, the Python Image Library.",
            "long_description": "Python package to parse read and write Microsoft OLE2 files (Structured Storage or Compound Document Microsoft Office) - Improved version of the OleFileIO module from PIL, the Python Image Library.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pynose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-Pillow"
                    ]
                }
            ]
        },
        {
            "name": "py314-lz4",
            "portdir": "python/py-lz4",
            "version": "4.4.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-lz4/python-lz4",
            "description": "LZ4 bindings for Python",
            "long_description": "LZ4 bindings for Python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "py314-pkgconfig",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-psutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-imagesize",
            "portdir": "python/py-imagesize",
            "version": "1.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shibukawa/imagesize_py",
            "description": "get size from image file headers",
            "long_description": "This module analyzes jpeg/jpeg2000/png/gif image headers and returns the image size.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py314-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py314-fs",
            "portdir": "python/py-fs",
            "version": "2.4.16",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PyFilesystem/pyfilesystem2",
            "description": "Python's filesystem abstraction layer",
            "long_description": "Python's filesystem abstraction layer",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-six",
                        "py314-tz",
                        "py314-appdirs",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyfatfs"
                    ]
                }
            ]
        },
        {
            "name": "py314-freezegun",
            "portdir": "python/py-freezegun",
            "version": "1.5.5",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spulec/freezegun",
            "description": "FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.",
            "long_description": "FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-dateutil",
                        "py314-six"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py314-babel",
                        "py314-structlog",
                        "py314-Faker"
                    ]
                }
            ]
        },
        {
            "name": "py314-babel",
            "portdir": "python/py-babel",
            "version": "2.17.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://babel.pocoo.org/",
            "description": "A collection of tools for internationalizing Python applications.",
            "long_description": "Babel is an integrated collection of utilities that assist in internationalizing and localizing Python applications, with an emphasis on web-based applications.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "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-freezegun"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py314-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py314-alabaster",
            "portdir": "python/py-alabaster",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://alabaster.readthedocs.io/en/latest/",
            "description": "A configurable sidebar enabled Sphinx theme",
            "long_description": "A configurable sidebar enabled Sphinx theme",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py314-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py314-Pillow",
            "portdir": "python/py-Pillow",
            "version": "9.5.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-imaging/Pillow",
            "description": "Python Imaging Library (fork)",
            "long_description": "Python Imaging Library (fork)",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [
                "raqm",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "openjpeg",
                        "tiff",
                        "webp",
                        "zlib",
                        "python314",
                        "py314-tkinter",
                        "py314-olefile",
                        "freetype",
                        "lcms2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-plotpy",
                        "py314-imageio",
                        "py314-img2pdf",
                        "py314-reportlab",
                        "py314-contextily",
                        "py314-blockdiag",
                        "py314-pikepdf",
                        "py314-matplotlib",
                        "py314-sphinx-gallery",
                        "py314-cairosvg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-scikit-image",
                        "py314-luma.core"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-Faker",
                        "py314-svgelements"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python314",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "python314",
                        "libiconv",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-pyqt5",
                        "py314-pyqt6"
                    ]
                }
            ]
        },
        {
            "name": "qt69-sqlite-plugin",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "{macosx >= 23}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "SQLite Database Driver for Qt Tool Kit 6",
            "long_description": "SQLite Database Driver for Qt Tool Kit 6",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtbase",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-qtwebsockets-docs",
                        "qt69-qtbase-docs",
                        "qt69-qtpositioning-docs",
                        "qt69-qtgrpc-docs",
                        "qt69-qtquick3d-docs",
                        "qt69-qtquicktimeline-docs",
                        "qt69-qtwebengine-docs",
                        "qt69-qtdeclarative-docs",
                        "qt69-qtgraphs-docs",
                        "qt69-qtcharts-docs",
                        "qt69-qtserialport-docs",
                        "qt69-qtsensors-docs",
                        "qt69-qtdoc-docs",
                        "qt69-qthttpserver-docs",
                        "qt69-qtwebchannel-docs",
                        "qt69-qtimageformats-docs",
                        "qt69-qtshadertools-docs",
                        "qt69-qtvirtualkeyboard-docs",
                        "qt69-qtsvg-docs",
                        "qt69-qt5compat-docs",
                        "qt69-qtlottie-docs",
                        "qt69-qtlocation-docs",
                        "qt69-qtquickeffectmaker-docs",
                        "qt69-qtserialbus-docs",
                        "qt69-qtdatavis3d-docs",
                        "qt69-qtmultimedia-docs",
                        "qt69-qtnetworkauth-docs",
                        "qt69-qtremoteobjects-docs",
                        "qt69-qtquick3dphysics-docs",
                        "qt69-qtscxml-docs",
                        "qt69-qtconnectivity-docs",
                        "qt69-qt3d-docs",
                        "qt69-qtspeech-docs",
                        "qt69-qtwebview-docs",
                        "qt69-qttools-docs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt69"
                    ]
                }
            ]
        },
        {
            "name": "qt69-mysql-plugin",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "{macosx >= 23}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "MySQL Database Driver for Qt Tool Kit 6",
            "long_description": "MySQL Database Driver for Qt Tool Kit 6",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "mariadb10_11",
                "mariadb10_10",
                "mariadb10_9",
                "mariadb10_8",
                "mariadb10_7",
                "mariadb10_6",
                "mariadb10_5",
                "mariadb10_4",
                "mysql8"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtbase",
                        "mariadb-10.11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-psql-plugin",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "{macosx >= 23}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "PostgreSQL Database Driver for Qt Tool Kit 6",
            "long_description": "PostgreSQL Database Driver for Qt Tool Kit 6",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "postgresql17",
                "postgresql16",
                "postgresql15",
                "postgresql14",
                "postgresql13",
                "postgresql12",
                "postgresql11"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtbase",
                        "postgresql17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtwebsockets-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt WebSockets",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtwebsockets"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qttools-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Designer, Qt Help, and Qt UI Tools",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qttools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtwebview-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt WebView",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtwebview"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtspeech-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt TextToSpeech",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtspeech"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qt3d-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt 3D",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qt3d"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtconnectivity-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Bluetooth and Qt NFC",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtconnectivity"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtscxml-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt SCXML",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtscxml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtquick3dphysics-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Quick 3D Physics",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtquick3dphysics"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtremoteobjects-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Remote Objects",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtremoteobjects"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtnetworkauth-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Network Authorization",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtnetworkauth"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtmultimedia-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Multimedia",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtmultimedia"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtdatavis3d-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Data Visualization",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtdatavis3d"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qt69-qtserialbus-docs",
            "portdir": "aqua/qt69",
            "version": "6.9.3",
            "license": "(LGPL-3 or GPL-3 or OpenSSLException)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qt.io",
            "description": "Documentation for Qt Tool Kit 6",
            "long_description": "Documentation for Qt Tool Kit 6: Qt Serial Bus",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt69-sqlite-plugin",
                        "clang-20",
                        "qt69-qttools",
                        "cmake",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt69-qtserialbus"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}