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

{
    "count": 49635,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=5",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=3",
    "results": [
        {
            "name": "py312-uvicorn",
            "portdir": "python/py-uvicorn",
            "version": "0.38.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/encode/uvicorn",
            "description": "The lightning fast ASGI server.",
            "long_description": "The lightning fast ASGI server.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-click",
                        "py312-h11",
                        "py312-asgiref",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-simplejson",
            "portdir": "python/py-simplejson",
            "version": "3.20.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://simplejson.readthedocs.org/",
            "description": "Simple, fast, extensible JSON encoder/decoder for Python",
            "long_description": "simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2754
                }
            ],
            "variants": [
                "universal"
            ],
            "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": "py313-pymca",
            "portdir": "python/py-pymca",
            "version": "5.9.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.silx.org/doc/PyMca/latest",
            "description": "Mapping and X-Ray Fluorescence Analysis",
            "long_description": "Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra. Graphical user interface (GUI) and batch processing capabilities provided.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-cython"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-h5py",
                        "python313",
                        "py313-fisx",
                        "py313-numpy",
                        "py313-pyqt5",
                        "py313-matplotlib",
                        "py313-qtconsole",
                        "py313-opengl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pymca"
                    ]
                }
            ]
        },
        {
            "name": "py313-pylru",
            "portdir": "python/py-pylru",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jlhutch/pylru",
            "description": "A least recently used (LRU) cache for Python.",
            "long_description": "Pylru implements a true LRU cache along with several support classes.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pylru"
                    ]
                }
            ]
        },
        {
            "name": "py313-pylibmc",
            "portdir": "python/py-pylibmc",
            "version": "1.6.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sendapatch.se/projects/pylibmc/",
            "description": "Python memcached client wrapped on libmemcached.",
            "long_description": "pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmemcached",
                        "python313",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pylibmc"
                    ]
                }
            ]
        },
        {
            "name": "py314-pylast",
            "portdir": "python/py-pylast",
            "version": "6.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pylast/pylast",
            "description": "Python interface to Last.fm and Libre.fm",
            "long_description": "Python interface to Last.fm and Libre.fm",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-hatch-vcs",
                        "py314-hatchling",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-httpx"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-flaky"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-pylast",
            "portdir": "python/py-pylast",
            "version": "6.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pylast/pylast",
            "description": "Python interface to Last.fm and Libre.fm",
            "long_description": "Python interface to Last.fm and Libre.fm",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-hatchling",
                        "py313-hatch-vcs",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-httpx"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-flaky"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pylast"
                    ]
                }
            ]
        },
        {
            "name": "py313-pykerberos",
            "portdir": "python/py-pykerberos",
            "version": "1.3.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/kerberos/",
            "description": "A GSSAPI interface module for Python",
            "long_description": "A GSSAPI interface module for Python",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pykerberos"
                    ]
                }
            ]
        },
        {
            "name": "py311-pyke",
            "portdir": "python/py-pyke",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyke.sourceforge.net",
            "description": "Python Knowledge Engine (PyKE)",
            "long_description": "Pyke introduces a form of Logic Programming (inspired by Prolog) to the Python community by providing a knowledge-based inference engine (expert system) written in 100% Python. Both forward-chaining and backward-chaining rules (which may include python code) are compiled into python. Can also automatically assemble python programs out of Python functions which are attached to backward-chaining rules.",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mahergamal",
                    "github": "maherg",
                    "ports_count": 7
                },
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 589
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyke"
                    ]
                }
            ]
        },
        {
            "name": "py313-pyinterval",
            "portdir": "python/py-pyinterval",
            "version": "1.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/taschini/pyinterval",
            "description": "Interval arithmetic in Python",
            "long_description": "This library provides a Python implementation of an algebraically closed interval system on the extended real number set. An interval object consists of a finite union of closed, possibly unbound, mathematical intervals.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-six",
                        "py313-pycrlibm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-pytest-cov"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyinterval"
                    ]
                }
            ]
        },
        {
            "name": "py313-pycrlibm",
            "portdir": "python/py-pycrlibm",
            "version": "1.0.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/taschini/pycrlibm",
            "description": "Python bindings for CRlibm",
            "long_description": "Python bindings for CRlibm, an efficient and proven correctly-rounded mathematical library.",
            "active": true,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "crlibm",
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pycrlibm",
                        "py313-pyinterval"
                    ]
                }
            ]
        },
        {
            "name": "py313-fisx",
            "portdir": "python/py-fisx",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vasole/fisx",
            "description": "Quantitative X-Ray Fluorescence Analysis Support Library",
            "long_description": "Quantitative X-Ray Fluorescence Analysis Support Library",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1925
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "py313-wheel",
                        "py313-cython",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-numpy",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-pymca",
                        "py-fisx"
                    ]
                }
            ]
        },
        {
            "name": "py-fisx",
            "portdir": "python/py-fisx",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vasole/fisx",
            "description": "Quantitative X-Ray Fluorescence Analysis Support Library",
            "long_description": "Quantitative X-Ray Fluorescence Analysis Support Library",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1925
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-fisx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-wii-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-wii cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-wii cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-embedded-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-embedded cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-embedded cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-openbsd-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-openbsd cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-openbsd cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-netbsd-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-netbsd cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-netbsd cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-powerpc-netbsd"
                    ]
                }
            ]
        },
        {
            "name": "powerpc-freebsd-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-freebsd cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-freebsd cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-darwin-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-darwin cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-darwin cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-elf-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-elf cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-elf cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-eabi-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-eabi cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-eabi cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-aix-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-aix cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-aix cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "zstd",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "powerpc-linux-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc-linux cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc-linux cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "powerpc-binutils",
                        "gettext",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-powerpc-linux"
                    ]
                }
            ]
        },
        {
            "name": "powerpc-binutils",
            "portdir": "cross/powerpc-binutils",
            "version": "2.45",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/binutils/binutils.html",
            "description": "FSF Binutils for powerpc cross development",
            "long_description": "Free Software Foundation development toolchain (\"binutils\") for powerpc cross development.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "powerpc-linux-binutils",
                        "powerpc-aix-binutils",
                        "powerpc-eabi-binutils",
                        "powerpc-elf-binutils",
                        "powerpc-darwin-binutils",
                        "powerpc-freebsd-binutils",
                        "powerpc-netbsd-binutils",
                        "powerpc-openbsd-binutils",
                        "powerpc-embedded-binutils",
                        "powerpc-wii-binutils"
                    ]
                }
            ]
        },
        {
            "name": "py313-pyexpect",
            "portdir": "python/py-pyexpect",
            "version": "1.0.22",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dwt/pyexpect",
            "description": "Minimal but very flexible implementation of the expect pattern",
            "long_description": "Minimal but very flexible implementation of the expect pattern",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1012
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-installer",
                        "clang-18",
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyexpect"
                    ]
                }
            ]
        },
        {
            "name": "py314-libtmux",
            "portdir": "python/py-libtmux",
            "version": "0.47.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tmux-python/libtmux",
            "description": "Python binding for tmux",
            "long_description": "Python binding for tmux",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "egorenar-dev",
                    "github": "egorenar",
                    "ports_count": 33
                },
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tmux"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-vobject",
            "portdir": "python/py-vobject",
            "version": "0.9.9",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://py-vobject.github.io/vobject/",
            "description": "Python package for parsing and generating vCard and vCalendar files.",
            "long_description": "vObject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. It is being developed in concert with the Open Source Application Foundation`s Chandler project.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-six",
                        "py313-dateutil",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-vobject",
                        "translate-toolkit"
                    ]
                }
            ]
        },
        {
            "name": "py313-tmuxp",
            "portdir": "python/py-tmuxp",
            "version": "1.56.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tmux-python/tmuxp",
            "description": "tmux session manager.",
            "long_description": "tmux session manager.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "egorenar-dev",
                    "github": "egorenar",
                    "ports_count": 33
                },
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-poetry-core",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-libtmux",
                        "python313",
                        "py313-click",
                        "py313-colorama",
                        "py313-kaptan"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tmuxp_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-tmuxp"
                    ]
                }
            ]
        },
        {
            "name": "py313-spotipy",
            "portdir": "python/py-spotipy",
            "version": "2.25.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spotipy.readthedocs.io/",
            "description": "A light weight Python library for the Spotify Web API",
            "long_description": "A light weight Python library for the Spotify Web API",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-requests",
                        "py313-urllib3",
                        "py313-six",
                        "py313-redis"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-spotipy"
                    ]
                }
            ]
        },
        {
            "name": "py312-spotipy",
            "portdir": "python/py-spotipy",
            "version": "2.25.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spotipy.readthedocs.io/",
            "description": "A light weight Python library for the Spotify Web API",
            "long_description": "A light weight Python library for the Spotify Web API",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-six",
                        "py312-urllib3",
                        "py312-requests",
                        "py312-redis"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-socketio",
            "portdir": "python/py-socketio",
            "version": "5.14.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/miguelgrinberg/python-socketio",
            "description": "Python Socket.IO server and client",
            "long_description": "Python implementation of the Socket.IO realtime client and server.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-sphinx",
                        "py313-wheel",
                        "py313-setuptools",
                        "py313-installer",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-engineio",
                        "py313-bidict",
                        "py313-websocket-client",
                        "py313-aiohttp",
                        "py313-websockets",
                        "py313-requests"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-socketio"
                    ]
                }
            ]
        },
        {
            "name": "py312-socketio",
            "portdir": "python/py-socketio",
            "version": "5.14.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/miguelgrinberg/python-socketio",
            "description": "Python Socket.IO server and client",
            "long_description": "Python implementation of the Socket.IO realtime client and server.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-sphinx",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-engineio",
                        "py312-bidict",
                        "py312-websocket-client",
                        "py312-aiohttp",
                        "py312-requests",
                        "py312-websockets"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-pytest-regressions",
            "portdir": "python/py-pytest-regressions",
            "version": "2.8.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ESSS/pytest-regressions",
            "description": "Fixtures to write regression tests.",
            "long_description": "Fixtures to write regression tests.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools_scm",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-pytest",
                        "py313-yaml",
                        "py313-pytest-datadir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pytest-regressions"
                    ]
                }
            ]
        },
        {
            "name": "py313-neovim",
            "portdir": "python/py-neovim",
            "version": "0.6.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/neovim/pynvim",
            "description": "Python client for Neovim",
            "long_description": "Python client for Neovim. Implements support for python plugins in Nvim. Also works as a library for connecting to and scripting Nvim processes through its msgpack-rpc API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-pytest-runner",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-msgpack",
                        "py313-greenlet"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-neovim"
                    ]
                }
            ]
        },
        {
            "name": "py313-libtmux",
            "portdir": "python/py-libtmux",
            "version": "0.47.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tmux-python/libtmux",
            "description": "Python binding for tmux",
            "long_description": "Python binding for tmux",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "egorenar-dev",
                    "github": "egorenar",
                    "ports_count": 33
                },
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tmux"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-libtmux",
                        "py313-tmuxp"
                    ]
                }
            ]
        },
        {
            "name": "py313-kaptan",
            "portdir": "python/py-kaptan",
            "version": "0.5.12",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/emre/kaptan",
            "description": "Configuration parser.",
            "long_description": "Configuration parser with dict, JSON, YAML, .ini and python file handlers.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "egorenar-dev",
                    "github": "egorenar",
                    "ports_count": 33
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-yaml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-kaptan",
                        "py313-tmuxp"
                    ]
                }
            ]
        },
        {
            "name": "py313-junit-xml",
            "portdir": "python/py-junit-xml",
            "version": "1.9",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kyrus/python-junit-xml",
            "description": "Creates JUnit XML test result documents that can be read by tools such as Jenkins",
            "long_description": "Creates JUnit XML test result documents that can be read by tools such as Jenkins",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-six"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-junit-xml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-cfn-lint"
                    ]
                }
            ]
        },
        {
            "name": "py312-junit-xml",
            "portdir": "python/py-junit-xml",
            "version": "1.9",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kyrus/python-junit-xml",
            "description": "Creates JUnit XML test result documents that can be read by tools such as Jenkins",
            "long_description": "Creates JUnit XML test result documents that can be read by tools such as Jenkins",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-six"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-cfn-lint"
                    ]
                }
            ]
        },
        {
            "name": "py313-hcloud",
            "portdir": "python/py-hcloud",
            "version": "2.9.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hetznercloud/hcloud-python",
            "description": "py-hcloud is a library for the Hetzner Cloud API.",
            "long_description": "py-hcloud is a library for the Hetzner Cloud API.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-wheel",
                        "py313-setuptools",
                        "py313-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-future",
                        "py313-dateutil",
                        "py313-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-hcloud"
                    ]
                }
            ]
        },
        {
            "name": "py313-engineio",
            "portdir": "python/py-engineio",
            "version": "4.12.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/miguelgrinberg/python-engineio",
            "description": "Python Engine.IO server and client",
            "long_description": "Python implementation of the Engine.IO realtime client and server.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-sphinx",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-requests",
                        "py313-aiohttp",
                        "py313-websocket-client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-engineio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-socketio"
                    ]
                }
            ]
        },
        {
            "name": "py312-engineio",
            "portdir": "python/py-engineio",
            "version": "4.12.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/miguelgrinberg/python-engineio",
            "description": "Python Engine.IO server and client",
            "long_description": "Python implementation of the Engine.IO realtime client and server.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-sphinx",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-requests",
                        "py312-aiohttp",
                        "py312-websocket-client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-socketio"
                    ]
                }
            ]
        },
        {
            "name": "py313-cwcwidth",
            "portdir": "python/py-cwcwidth",
            "version": "0.1.12",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/cwcwidth/",
            "description": "Python bindings for wc(s)width",
            "long_description": "cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the printable length of a unicode character/string on a terminal. The module provides the same functions as wcwidth and its behavior is compatible.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-installer",
                        "clang-18",
                        "py313-build",
                        "py313-cython",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-cwcwidth"
                    ]
                }
            ]
        },
        {
            "name": "py313-cfn-lint",
            "portdir": "python/py-cfn-lint",
            "version": "1.40.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
            "description": "Checks cloudformation for practices and behaviour that could potentially be improved",
            "long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-jsonpatch",
                        "py313-jschema_to_python",
                        "py313-sarif-om",
                        "py313-junit-xml",
                        "py313-aws-sam-translator",
                        "py313-sympy",
                        "py313-regex",
                        "py313-yaml",
                        "py313-networkx",
                        "py313-jsonschema"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-cfn-lint"
                    ]
                }
            ]
        },
        {
            "name": "py312-cfn-lint",
            "portdir": "python/py-cfn-lint",
            "version": "1.40.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
            "description": "Checks cloudformation for practices and behaviour that could potentially be improved",
            "long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-regex",
                        "py312-jschema_to_python",
                        "py312-sarif-om",
                        "py312-junit-xml",
                        "py312-jsonpatch",
                        "py312-yaml",
                        "py312-sympy",
                        "py312-jsonschema",
                        "py312-networkx",
                        "py312-aws-sam-translator"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest",
                        "py312-mock"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-bidict",
            "portdir": "python/py-bidict",
            "version": "0.23.1",
            "license": "MPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bidict.readthedocs.io/",
            "description": "The bidirectional mapping library for Python",
            "long_description": "The bidict library provides several friendly, efficient data structures for working with bidirectional mappings in Python.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 146
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-bidict"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-socketio"
                    ]
                }
            ]
        },
        {
            "name": "py312-bidict",
            "portdir": "python/py-bidict",
            "version": "0.23.1",
            "license": "MPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bidict.readthedocs.io/",
            "description": "The bidirectional mapping library for Python",
            "long_description": "The bidict library provides several friendly, efficient data structures for working with bidirectional mappings in Python.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 146
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-socketio"
                    ]
                }
            ]
        },
        {
            "name": "py313-awscli",
            "portdir": "python/py-awscli",
            "version": "1.42.66",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-s3transfer",
                        "python313",
                        "py313-rsa",
                        "py313-yaml",
                        "py313-docutils",
                        "py313-botocore",
                        "py313-colorama"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-awscli"
                    ]
                }
            ]
        },
        {
            "name": "py313-aws-sam-translator",
            "portdir": "python/py-aws-sam-translator",
            "version": "1.101.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/awslabs/serverless-application-model",
            "description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
            "long_description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-wheel",
                        "py313-setuptools",
                        "py313-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-pydantic",
                        "py313-boto3",
                        "py313-jsonschema"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-mock",
                        "py313-yaml",
                        "py313-parameterized"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-aws-sam-translator"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-cfn-lint"
                    ]
                }
            ]
        },
        {
            "name": "py314-clang",
            "portdir": "python/py-clang",
            "version": "14",
            "license": "NCSA",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/llvm/llvm-project/tree/main/clang/bindings/python",
            "description": "Python bindings for clang",
            "long_description": "Python bindings for clang",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 221
                }
            ],
            "variants": [
                "clang37",
                "clang19",
                "clang20",
                "clang21"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "clang-21"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pg18-timescaledb",
            "portdir": "databases/timescaledb",
            "version": "2.23.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.timescaledb.com/",
            "description": "A time-series database that integrates with PostgreSQL.",
            "long_description": "TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "blair",
                    "github": "blair",
                    "ports_count": 26
                }
            ],
            "variants": [
                "timescale_license",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "perl5.34",
                        "p5.34-ipc-run",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "timescaledb"
                    ]
                }
            ]
        }
    ]
}