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

{
    "count": 51929,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=833",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=831",
    "results": [
        {
            "name": "py39-async-timeout",
            "portdir": "python/py-async-timeout",
            "version": "4.0.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/async-timeout",
            "description": "asyncio-compatible timeout context manager.",
            "long_description": "asyncio-compatible is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 91
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-wheel",
                        "py39-installer",
                        "clang-17",
                        "py39-setuptools",
                        "py39-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-typing_extensions",
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-python-socks",
                        "py39-redis",
                        "py39-aiohttp",
                        "py39-aiojobs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-aiopg",
                        "py39-asyncpg"
                    ]
                }
            ]
        },
        {
            "name": "py36-async-timeout",
            "portdir": "python/py-async-timeout",
            "version": "4.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/async-timeout",
            "description": "asyncio-compatible timeout context manager.",
            "long_description": "asyncio-compatible is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 91
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "py36-typing_extensions"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-aiohttp"
                    ]
                }
            ]
        },
        {
            "name": "py39-librt",
            "portdir": "python/py-librt",
            "version": "0.8.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mypyc/librt",
            "description": "mypyc runtime library",
            "long_description": "This library contains basic functionality that is useful in code compiled using mypyc, and efficient C implementations of various Python standard library classes and functions. Mypyc can produce faster extensions when you use librt in the code you compile. librt also contains some internal library features used by mypy.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-mypy"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyobjc6",
            "portdir": "python/py-pyobjc6",
            "version": "6.2.2",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyobjc.readthedocs.io",
            "description": "Bidirectional bridge between Python and Objective C",
            "long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C-based toolkits and the Objective-C programmer transparent access to Python based functionality.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-sphinx"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools",
                        "libffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-pyobjc6",
            "portdir": "python/py-pyobjc6",
            "version": "6.2.2",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyobjc.readthedocs.io",
            "description": "Bidirectional bridge between Python and Objective C",
            "long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C-based toolkits and the Objective-C programmer transparent access to Python based functionality.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-sphinx",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "python39",
                        "py39-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-pyobjc6",
            "portdir": "python/py-pyobjc6",
            "version": "6.2.2",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyobjc.readthedocs.io",
            "description": "Bidirectional bridge between Python and Objective C",
            "long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C-based toolkits and the Objective-C programmer transparent access to Python based functionality.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-sphinx",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "python38",
                        "py38-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-pyobjc6",
            "portdir": "python/py-pyobjc6",
            "version": "6.2.2",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyobjc.readthedocs.io",
            "description": "Bidirectional bridge between Python and Objective C",
            "long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C-based toolkits and the Objective-C programmer transparent access to Python based functionality.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py36-sphinx",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "python36",
                        "py36-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-fortranformat",
            "portdir": "python/py-fortranformat",
            "version": "0.2.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simright/py-fortranformat",
            "description": "Mimics Fortran textual IO in Python",
            "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
            "active": false,
            "categories": [
                "science",
                "python",
                "print"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-fortranformat",
            "portdir": "python/py-fortranformat",
            "version": "0.2.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simright/py-fortranformat",
            "description": "Mimics Fortran textual IO in Python",
            "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
            "active": false,
            "categories": [
                "science",
                "python",
                "print"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-fortranformat",
            "portdir": "python/py-fortranformat",
            "version": "2.0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Mimics Fortran textual IO in Python",
            "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
            "active": false,
            "categories": [
                "science",
                "python",
                "print"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-poetry-core",
                        "py39-build",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-fortranformat",
            "portdir": "python/py-fortranformat",
            "version": "0.2.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simright/py-fortranformat",
            "description": "Mimics Fortran textual IO in Python",
            "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
            "active": false,
            "categories": [
                "science",
                "python",
                "print"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-fortranformat",
            "portdir": "python/py-fortranformat",
            "version": "0.2.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simright/py-fortranformat",
            "description": "Mimics Fortran textual IO in Python",
            "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
            "active": false,
            "categories": [
                "science",
                "python",
                "print"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-fortranformat",
            "portdir": "python/py-fortranformat",
            "version": "0.2.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simright/py-fortranformat",
            "description": "Mimics Fortran textual IO in Python",
            "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
            "active": false,
            "categories": [
                "science",
                "python",
                "print"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-rchitect",
            "portdir": "python/py-rchitect",
            "version": "0.4.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/randy3k/rchitect",
            "description": "Mapping R API to Python",
            "long_description": "Mapping R API to Python",
            "active": false,
            "categories": [
                "python",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-pytest-runner",
                        "py39-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-cffi",
                        "py39-six"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-fypp",
            "portdir": "python/py-fypp",
            "version": "3.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aradi/fypp",
            "description": "Python-powered Fortran preprocessor",
            "long_description": "Fypp is a Python-powered preprocessor. It can be used for any programming languages but its primary aim is to offer a Fortran preprocessor, which helps to extend Fortran with condititional compiling and template metaprogramming capabilities. Instead of introducing its own expression syntax, it uses Python expressions in its preprocessor directives, offering the consistency and versatility of Python when formulating metaprogramming tasks. It puts strong emphasis on robustness and on neat integration into developing toolchains.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-qt4py",
            "portdir": "python/py-qt4py",
            "version": "1.11.3",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/qtpy",
            "description": "Abstraction layer for PyQt4/PySide",
            "long_description": "Provides an uniform layer to support PyQt4 and PySide with a single codebase.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-mock",
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mail-message",
            "portdir": "perl/p5-mail-message",
            "version": "3.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mail::Message",
            "description": "Mail::Message - general message object",
            "long_description": "Mail::Message - general message object",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-encode",
                        "p5.26-html-formatter",
                        "p5.26-html-tree",
                        "p5.26-io-stringy",
                        "p5.26-mailtools",
                        "perl5.26",
                        "p5.26-mime-types",
                        "p5.26-time-hires",
                        "p5.26-timedate",
                        "p5.26-uri",
                        "p5.26-user-identity",
                        "p5.26-mime-tools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-mail-box",
                        "p5.26-mail-box-imap4",
                        "p5.26-mail-box-pop3",
                        "p5.26-mail-transport"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-mail-box",
            "portdir": "perl/p5-mail-box",
            "version": "3.9.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mail::Box",
            "description": "Mail::Box - manage a mailbox, a folder with messages",
            "long_description": "Mail::Box - manage a mailbox, a folder with messages",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-devel-globaldestruction",
                        "p5.26-file-remove",
                        "p5.26-mail-message",
                        "perl5.26",
                        "p5.26-object-realize-later",
                        "p5.26-timedate",
                        "p5.26-mail-transport"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-mail-box-imap4",
                        "p5.26-mail-box-pop3"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-mail-box-pop3",
            "portdir": "perl/p5-mail-box-pop3",
            "version": "3.5.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mail::Box::POP3",
            "description": "Mail::Box::POP3 - handle POP3 folders as client",
            "long_description": "Mail::Box::POP3 - handle POP3 folders as client",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-mail-box",
                        "p5.26-mail-message",
                        "p5.26-mail-transport"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-magicgui",
            "portdir": "python/py-magicgui",
            "version": "0.9.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyapp-kit/magicgui",
            "description": "magicgui: build GUIs from functions, using magic.",
            "long_description": "magicgui: build GUIs from functions, using magic.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-hatch-vcs",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-psygnal",
                        "python38",
                        "py38-superqt",
                        "py38-pyqt5",
                        "py38-qtpy",
                        "py38-typing_extensions",
                        "py38-docstring_parser"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-npe2"
                    ]
                }
            ]
        },
        {
            "name": "py37-magicgui",
            "portdir": "python/py-magicgui",
            "version": "0.8.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyapp-kit/magicgui",
            "description": "magicgui: build GUIs from functions, using magic.",
            "long_description": "magicgui: build GUIs from functions, using magic.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-hatchling",
                        "py37-hatch-vcs",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-psygnal",
                        "python37",
                        "py37-superqt",
                        "py37-pyqt5",
                        "py37-qtpy",
                        "py37-typing_extensions",
                        "py37-docstring_parser"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-npe2"
                    ]
                }
            ]
        },
        {
            "name": "py39-magicgui",
            "portdir": "python/py-magicgui",
            "version": "0.10.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyapp-kit/magicgui",
            "description": "magicgui: build GUIs from functions, using magic.",
            "long_description": "magicgui: build GUIs from functions, using magic.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-hatchling",
                        "py39-hatch-vcs",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-psygnal",
                        "python39",
                        "py39-superqt",
                        "py39-pyqt5",
                        "py39-qtpy",
                        "py39-typing_extensions",
                        "py39-docstring_parser"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-npe2"
                    ]
                }
            ]
        },
        {
            "name": "py38-typing_extensions",
            "portdir": "python/py-typing_extensions",
            "version": "4.13.2",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typing_extensions",
            "description": "Backported and Experimental Type Hints for Python",
            "long_description": "The typing module was added to the standard library in Python 3.5 on a provisional basis and will no longer be provisional in Python 3.7. However, this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as typing.Text or typing.Coroutine. The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol or TypedDict.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-flit_core",
                        "py38-build",
                        "py38-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-aiosqlite",
                        "py38-tensorflow-addons"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-twisted",
                        "py38-urwid",
                        "py38-superqt",
                        "py38-alembic",
                        "py38-iminuit",
                        "py38-slackclient",
                        "py38-starlette",
                        "py38-arviz",
                        "py38-aesara",
                        "py38-scikit-build-core",
                        "py38-app-model",
                        "py38-ipython",
                        "py38-sqlalchemy",
                        "py38-pypdf",
                        "py38-mypy",
                        "py38-psygnal",
                        "py38-confection",
                        "py38-pymc",
                        "py38-anyio",
                        "py38-visa",
                        "py38-async-timeout",
                        "py38-astroid",
                        "py38-black",
                        "py38-spaCy",
                        "py38-pylint",
                        "py38-pytensor",
                        "py38-jsonlines",
                        "py38-exceptiongroup",
                        "py38-aioitertools",
                        "py38-pymc3",
                        "py38-async-lru",
                        "py38-logilab-common",
                        "py38-pytorch",
                        "py38-aeppl",
                        "py38-altair",
                        "py38-openssl",
                        "py38-magicgui",
                        "py38-onnx",
                        "py38-scrapy",
                        "py38-setuptools_scm",
                        "py38-cattrs",
                        "py38-inflect"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-panel",
                        "py38-pygls",
                        "py38-typer",
                        "py38-tensorflow-macos",
                        "py38-fastapi",
                        "py38-ezdxf",
                        "py38-rich",
                        "py38-pydantic",
                        "py38-annotated_types",
                        "py38-librosa",
                        "py38-flufl.lock",
                        "py38-setuptools-rust"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-tensorflow-addons"
                    ]
                }
            ]
        },
        {
            "name": "py39-typing_extensions",
            "portdir": "python/py-typing_extensions",
            "version": "4.15.0",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typing_extensions",
            "description": "Backported and Experimental Type Hints for Python",
            "long_description": "The typing module was added to the standard library in Python 3.5 on a provisional basis and will no longer be provisional in Python 3.7. However, this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as typing.Text or typing.Coroutine. The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol or TypedDict.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-flit_core",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-soxr",
                        "py39-aiosqlite",
                        "py39-tensorflow-addons"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-aioitertools",
                        "py39-starlette",
                        "py39-scikit-build-core",
                        "py39-confection",
                        "py39-astroid",
                        "py39-slackclient",
                        "py39-ipython",
                        "py39-pylint",
                        "py39-tox",
                        "py39-aesara",
                        "py39-inflect",
                        "py39-flexcache",
                        "py39-app-model",
                        "py39-typing-inspection",
                        "py39-emmet-core",
                        "py39-mp-api",
                        "py39-pydash",
                        "py39-flexparser",
                        "py39-dulwich",
                        "py39-pypdf",
                        "py39-anyio",
                        "py39-async-lru",
                        "py39-black",
                        "py39-cattrs",
                        "py39-openssl",
                        "py39-panel",
                        "py39-psycopg",
                        "py39-pymc",
                        "py39-cloudflare",
                        "py39-logilab-common",
                        "py39-psygnal",
                        "py39-urwid",
                        "py39-sqlalchemy",
                        "py39-typeguard",
                        "py39-altair",
                        "py39-referencing",
                        "py39-twisted",
                        "py39-python-json-logger",
                        "py39-jsonlines",
                        "py39-zarr",
                        "py39-async-timeout",
                        "py39-beautifulsoup4",
                        "py39-setuptools_scm",
                        "py39-pytorch",
                        "py39-alembic",
                        "py39-arviz",
                        "py39-textual",
                        "py39-magicgui",
                        "py39-pymc3",
                        "py39-aiosignal",
                        "py39-asgiref",
                        "py39-mistune",
                        "py39-mypy",
                        "py39-onnx",
                        "py39-visa",
                        "py39-asyncssh",
                        "py39-scrapy",
                        "py39-pytensor",
                        "py39-spaCy",
                        "py39-superqt",
                        "py39-aeppl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-sox",
                        "py39-panel",
                        "py39-Faker",
                        "py39-ezdxf",
                        "py39-flufl.lock",
                        "py39-pygithub",
                        "py39-tensorflow-macos",
                        "py39-dogpile-cache",
                        "py39-setuptools-rust",
                        "py39-keystoneauth1",
                        "py39-openstacksdk",
                        "py39-typer",
                        "py39-librosa",
                        "py39-pydantic",
                        "py39-fastapi",
                        "py39-pygls"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-numpy",
                        "py39-tensorflow-addons"
                    ]
                }
            ]
        },
        {
            "name": "py39-pyproject_metadata",
            "portdir": "python/py-pyproject_metadata",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FFY00/python-pyproject-metadata",
            "description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "long_description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-flit_core",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-packaging"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-fabio",
                        "py39-iminuit"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-meson-python"
                    ]
                }
            ]
        },
        {
            "name": "py38-pyproject_metadata",
            "portdir": "python/py-pyproject_metadata",
            "version": "0.9.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FFY00/python-pyproject-metadata",
            "description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "long_description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-flit_core",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-packaging"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-fabio",
                        "py38-iminuit"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-meson-python"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyproject_metadata",
            "portdir": "python/py-pyproject_metadata",
            "version": "0.7.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FFY00/python-pyproject-metadata",
            "description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "long_description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-packaging",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-meson-python",
            "portdir": "python/py-meson-python",
            "version": "0.19.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mesonbuild/meson-python",
            "description": "Meson Python build backend (PEP 517)",
            "long_description": "Meson Python build backend (PEP 517)",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-setuptools",
                        "py39-tomli",
                        "py39-pyproject_metadata",
                        "py39-meson"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-gobject3",
                        "py39-scikit-umfpack",
                        "py39-contourpy",
                        "py39-cairo",
                        "py39-matplotlib",
                        "py39-gsl",
                        "py39-fabio",
                        "py39-pyFAI",
                        "py39-pandas",
                        "py39-numpy",
                        "py39-scikit-learn",
                        "py39-scipy",
                        "py39-pywavelets",
                        "py39-scikit-image"
                    ]
                }
            ]
        },
        {
            "name": "py38-meson-python",
            "portdir": "python/py-meson-python",
            "version": "0.17.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mesonbuild/meson-python",
            "description": "Meson Python build backend (PEP 517)",
            "long_description": "Meson Python build backend (PEP 517)",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-setuptools",
                        "py38-tomli",
                        "py38-pyproject_metadata",
                        "py38-meson"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-fabio",
                        "py38-scikit-image",
                        "py38-contourpy",
                        "py38-pyFAI"
                    ]
                }
            ]
        },
        {
            "name": "py39-cython",
            "portdir": "python/py-cython",
            "version": "3.2.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cython.org/",
            "description": "A language for writing C extension modules for Python.",
            "long_description": "Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "py39-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-setuptools",
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cython_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-mssql",
                        "py39-bigfloat",
                        "py39-astroscrappy",
                        "py39-shapely",
                        "py39-lxml",
                        "py39-cchardet",
                        "py39-hdf5plugin",
                        "py39-silx",
                        "py39-petsc4py",
                        "py39-blosc2",
                        "py39-scikit-learn",
                        "py39-tables",
                        "py39-logbook",
                        "py39-scipy",
                        "py39-imagecodecs",
                        "py39-wxpython-4.0",
                        "py39-debugpy",
                        "py39-pywavelets",
                        "py39-scikit-image",
                        "py39-statsmodels",
                        "py39-fugashi",
                        "py39-opengl-accelerate",
                        "py39-editdistance",
                        "py39-gsd",
                        "py39-wordcloud",
                        "py39-mdtraj",
                        "py39-memprof",
                        "py39-zmq",
                        "py39-plumed",
                        "py39-pyfftw",
                        "py39-pyproj",
                        "py39-tinycss",
                        "py39-fonttools",
                        "py39-sqlalchemy",
                        "py39-cftime",
                        "py39-cairo",
                        "py39-yaml",
                        "py39-fastavro",
                        "py39-ndindex",
                        "py39-reproject",
                        "py39-openpyxl",
                        "py39-fabio",
                        "py39-pyFAI",
                        "py39-rapidfuzz",
                        "py39-pandas",
                        "py39-cytoolz",
                        "py39-pacal",
                        "py39-pysam",
                        "py39-gssapi",
                        "py39-msgpack",
                        "py39-fiona",
                        "py39-pyogrio",
                        "py39-numpy",
                        "py39-rencode",
                        "py39-htseq",
                        "py39-gevent",
                        "py39-frozenlist",
                        "py39-regions",
                        "py39-cwcwidth",
                        "py39-falcon",
                        "py39-peewee",
                        "py39-healpy",
                        "py39-cartopy",
                        "py39-h5py",
                        "py39-networkit",
                        "py39-line_profiler",
                        "py39-netcdf4",
                        "py39-numcodecs",
                        "py39-pymatgen",
                        "py39-pytensor",
                        "py39-rasterio",
                        "py39-pygrib",
                        "py39-vispy",
                        "py39-yarl",
                        "py39-gammapy",
                        "py39-kapteyn",
                        "py39-slepc4py",
                        "py39-acora",
                        "py39-propcache",
                        "py39-krb5",
                        "py39-asyncmy",
                        "py39-astropy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-grpcio",
                        "py39-tifffile",
                        "py39-preshed",
                        "py39-spaCy",
                        "py39-blis",
                        "py39-thinc",
                        "py39-zope-hookable",
                        "py39-cymem",
                        "py39-mpi4py",
                        "py39-murmurhash",
                        "py39-pyarrow"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-spyder",
                        "py39-fairseq",
                        "py39-photomosaic",
                        "py39-spyder-devel",
                        "py39-pmdarima"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-netcdf4",
                        "py39-numpy"
                    ]
                }
            ]
        },
        {
            "name": "py35-cython",
            "portdir": "python/py-cython",
            "version": "3.0.12",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cython.org/",
            "description": "A language for writing C extension modules for Python.",
            "long_description": "Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cython_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-cairo",
                        "py35-fiona",
                        "py35-shapely",
                        "py35-acora",
                        "py35-astroscrappy",
                        "py35-bcolz",
                        "py35-cartopy",
                        "py35-mistune",
                        "py35-healpy",
                        "py35-iminuit",
                        "py35-kivy",
                        "py35-memprof",
                        "py35-mssql",
                        "py35-pygpu",
                        "py35-grako",
                        "py35-petsc4py",
                        "py35-pyFAI",
                        "py35-tables",
                        "py35-netcdf4",
                        "py35-cftime",
                        "py35-lxml",
                        "py35-logbook",
                        "py35-slepc4py",
                        "py35-tatsu",
                        "py35-tinycss",
                        "py35-word2vec",
                        "py35-yt",
                        "py35-pygrib",
                        "py35-statsmodels",
                        "py35-pywavelets",
                        "py35-rasterio",
                        "py35-pyfftw",
                        "py35-cytoolz",
                        "py35-pyproj",
                        "py35-scikit-image",
                        "py35-pandas",
                        "py35-openpyxl",
                        "py35-scikit-learn",
                        "py35-gevent",
                        "py35-pyne"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-qutip",
                        "py35-numpy",
                        "py35-cymem",
                        "py35-murmurhash",
                        "py35-preshed",
                        "py35-mlpy",
                        "py35-dynd",
                        "py35-blis"
                    ]
                }
            ]
        },
        {
            "name": "py38-cython",
            "portdir": "python/py-cython",
            "version": "3.0.12",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cython.org/",
            "description": "A language for writing C extension modules for Python.",
            "long_description": "Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-setuptools",
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cython_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-yaml",
                        "py38-bcolz",
                        "py38-pygrib",
                        "py38-pysam",
                        "py38-logbook",
                        "py38-debugpy",
                        "py38-cartopy",
                        "py38-shapely",
                        "py38-vispy",
                        "py38-cytoolz",
                        "py38-frozenlist",
                        "py38-pyFAI",
                        "py38-sqlalchemy",
                        "py38-rapidfuzz",
                        "py38-fonttools",
                        "py38-msgpack",
                        "py38-lxml",
                        "py38-cairo",
                        "py38-kapteyn",
                        "py38-gevent",
                        "py38-falcon",
                        "py38-tinycss",
                        "py38-mistune-devel",
                        "py38-rasterio",
                        "py38-fiona",
                        "py38-hdf5plugin",
                        "py38-slepc4py",
                        "py38-yt",
                        "py38-networkit",
                        "py38-reproject",
                        "py38-imagecodecs",
                        "py38-line_profiler",
                        "py38-cwcwidth",
                        "py38-fann2",
                        "py38-datrie",
                        "py38-mdtraj",
                        "py38-pymatgen",
                        "py38-pytensor",
                        "py38-editdistance",
                        "py38-cchardet",
                        "py38-propcache",
                        "py38-fabio",
                        "py38-acora",
                        "py38-pandas",
                        "py38-astroscrappy",
                        "py38-gammapy",
                        "py38-asyncmy",
                        "py38-gssapi",
                        "py38-scikit-image",
                        "py38-silx",
                        "py38-gensim",
                        "py38-bigfloat",
                        "py38-statsmodels",
                        "py38-cftime",
                        "py38-peewee",
                        "py38-fastavro",
                        "py38-soxr",
                        "py38-rencode",
                        "py38-openpyxl",
                        "py38-regions",
                        "py38-ndindex",
                        "py38-netcdf4",
                        "py38-scikit-learn",
                        "py38-blosc2",
                        "py38-yarl",
                        "py38-petsc4py",
                        "py38-plumed",
                        "py38-astropy",
                        "py38-gsd",
                        "py38-healpy",
                        "py38-htseq",
                        "py38-mssql",
                        "py38-pyfftw"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-grpcio",
                        "py38-zope-hookable",
                        "py38-thinc",
                        "py38-tifffile",
                        "py38-spaCy",
                        "py38-numpy",
                        "py38-blis",
                        "py38-cymem",
                        "py38-preshed",
                        "py38-pyarrow",
                        "py38-murmurhash"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-fairseq",
                        "py38-photomosaic",
                        "py38-pmdarima",
                        "py38-spyder",
                        "py38-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py38-cairo",
            "portdir": "python/py-cairo",
            "version": "1.26.1",
            "license": "(LGPL-2.1 or MPL-1.1)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pygobject/pycairo",
            "description": "Pycairo is set of Python bindings for the cairo graphics library",
            "long_description": "Pycairo is set of Python bindings for the cairo graphics library",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-18",
                        "pkgconfig",
                        "py38-cython",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "cairo",
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-hypothesis",
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-gobject3",
                        "py38-gobject",
                        "py38-graph-tool",
                        "py38-matplotlib"
                    ]
                }
            ]
        },
        {
            "name": "py39-cairo",
            "portdir": "python/py-cairo",
            "version": "1.28.0",
            "license": "(LGPL-2.1 or MPL-1.1)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pygobject/pycairo",
            "description": "Pycairo is set of Python bindings for the cairo graphics library",
            "long_description": "Pycairo is set of Python bindings for the cairo graphics library",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-installer",
                        "py39-meson-python",
                        "clang-18",
                        "pkgconfig",
                        "py39-cython",
                        "py39-setuptools",
                        "py39-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "cairo",
                        "python39"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-hypothesis",
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-gobject3",
                        "py39-matplotlib",
                        "py39-gobject",
                        "py39-graph-tool"
                    ]
                }
            ]
        },
        {
            "name": "py35-cairo",
            "portdir": "python/py-cairo",
            "version": "1.20.1",
            "license": "(LGPL-2.1 or MPL-1.1)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pygobject/pycairo",
            "description": "Pycairo is set of Python bindings for the cairo graphics library",
            "long_description": "Pycairo is set of Python bindings for the cairo graphics library",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-cython",
                        "py35-setuptools",
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "cairo",
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-hypothesis",
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-matplotlib",
                        "py35-gobject3",
                        "py35-gobject"
                    ]
                }
            ]
        },
        {
            "name": "py37-cairo",
            "portdir": "python/py-cairo",
            "version": "1.23.0",
            "license": "(LGPL-2.1 or MPL-1.1)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pygobject/pycairo",
            "description": "Pycairo is set of Python bindings for the cairo graphics library",
            "long_description": "Pycairo is set of Python bindings for the cairo graphics library",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-installer",
                        "clang-18",
                        "pkgconfig",
                        "py37-cython",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "cairo",
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-hypothesis",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-gobject3",
                        "py37-graph-tool",
                        "py37-matplotlib",
                        "py37-gobject"
                    ]
                }
            ]
        },
        {
            "name": "py38-gobject",
            "portdir": "python/py-gobject",
            "version": "2.28.7",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 20110613,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "Python bindings for GObject.",
            "long_description": "PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.",
            "active": false,
            "categories": [
                "gnome",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libffi",
                        "gobject-introspection",
                        "python38",
                        "py38-cairo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-gobject",
            "portdir": "python/py-gobject",
            "version": "2.28.7",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 20110613,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "Python bindings for GObject.",
            "long_description": "PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.",
            "active": false,
            "categories": [
                "gnome",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "glib2",
                        "py35-cairo",
                        "libffi",
                        "gobject-introspection"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-gobject",
            "portdir": "python/py-gobject",
            "version": "2.28.7",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 20110613,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "Python bindings for GObject.",
            "long_description": "PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.",
            "active": false,
            "categories": [
                "gnome",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "pkgconfig",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libffi",
                        "gobject-introspection",
                        "python39",
                        "py39-cairo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-gobject",
            "portdir": "python/py-gobject",
            "version": "2.28.7",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 20110613,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "Python bindings for GObject.",
            "long_description": "PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.",
            "active": false,
            "categories": [
                "gnome",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libffi",
                        "gobject-introspection",
                        "python37",
                        "py37-cairo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-gobject",
            "portdir": "python/py-gobject",
            "version": "2.28.7",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 20110613,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "Python bindings for GObject.",
            "long_description": "PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.",
            "active": false,
            "categories": [
                "gnome",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "glib2",
                        "py36-cairo",
                        "libffi",
                        "gobject-introspection"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-tobler",
            "portdir": "python/py-tobler",
            "version": "0.12.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysal.org/tobler/",
            "description": "Spatial interpolation, Dasymetric Mapping, & Change of Support (tobler)",
            "long_description": "The PySAL tobler is a library for areal interpolation and dasymetric mapping.",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "clang-17",
                        "py39-installer",
                        "py39-build",
                        "py39-wheel",
                        "py39-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-scipy",
                        "py39-statsmodels",
                        "py39-tqdm",
                        "py39-rasterstats",
                        "py39-rasterio",
                        "py39-pandas",
                        "py39-numpy",
                        "py39-libpysal",
                        "py39-joblib",
                        "py39-geopandas"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py39-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "4.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-hatchling",
                        "py39-hatch-vcs",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-jupyter_core",
                        "py39-pylint",
                        "py39-tox",
                        "py39-findpython",
                        "py39-virtualenv",
                        "py39-black",
                        "py39-yapf",
                        "py39-pyopencl",
                        "py39-pooch"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-openstacksdk",
                        "py39-libpysal",
                        "py39-xraydb"
                    ]
                }
            ]
        },
        {
            "name": "py34-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "2.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py34-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python34"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "2.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "py35-setuptools_scm",
                        "py35-toml",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-virtualenv",
                        "py35-pylint"
                    ]
                }
            ]
        },
        {
            "name": "py37-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "4.3.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-hatchling",
                        "py37-installer",
                        "clang-17",
                        "py37-build",
                        "py37-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-typing_extensions",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-jupyter_core",
                        "py37-pylint",
                        "py37-black",
                        "py37-yapf",
                        "py37-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py38-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "4.3.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-hatch-vcs",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-yapf",
                        "py38-virtualenv",
                        "py38-black",
                        "py38-pylint",
                        "py38-jupyter_core",
                        "py38-pyopencl",
                        "py38-tox"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-xraydb"
                    ]
                }
            ]
        },
        {
            "name": "py36-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "2.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py36-setuptools",
                        "py36-setuptools_scm",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-virtualenv",
                        "py36-black",
                        "py36-pylint"
                    ]
                }
            ]
        },
        {
            "name": "py38-setuptools_scm",
            "portdir": "python/py-setuptools_scm",
            "version": "9.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/setuptools_scm/",
            "description": "Package to manage versions by scm tags.",
            "long_description": "Package to manage versions by scm tags.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-tomli",
                        "py38-importlib-metadata",
                        "py38-packaging",
                        "py38-setuptools",
                        "py38-typing_extensions"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-urwid",
                        "py38-lmfit",
                        "py38-jaraco.context",
                        "py38-tempora",
                        "py38-argcomplete",
                        "py38-typeguard",
                        "py38-fugashi",
                        "py38-napari-console",
                        "py38-napari-svg",
                        "py38-ansible-compat",
                        "py38-barnaba",
                        "py38-bcolz",
                        "py38-cppy",
                        "py38-cherrypy",
                        "py38-emcee3",
                        "py38-cssutils",
                        "py38-seqeval",
                        "py38-ujson",
                        "py38-sphinxnotes-strike",
                        "py38-anyio",
                        "py38-monty",
                        "py38-visa",
                        "py38-spglib",
                        "py38-xarray",
                        "py38-xraydb",
                        "py38-xxhash",
                        "py38-pyqt-builder",
                        "py38-automat",
                        "py38-wxutils",
                        "py38-wxmplot",
                        "py38-sip",
                        "py38-reproject",
                        "py38-pyfatfs",
                        "py38-asdf-astropy",
                        "py38-requests-file",
                        "py38-asciimatics",
                        "py38-simpy",
                        "py38-maxminddb",
                        "py38-xlib",
                        "py38-pytest-mypy",
                        "py38-pyusb",
                        "py38-pint",
                        "py38-path",
                        "py38-gwpy",
                        "py38-corner",
                        "py38-semver",
                        "py38-configparser",
                        "py38-pygls",
                        "py38-rstcheck",
                        "py38-subprocess-tee",
                        "py38-uncertainties",
                        "py38-asdf-standard",
                        "py38-absl",
                        "py38-asdf-transform-schemas",
                        "py38-asdf-unit-schemas",
                        "py38-portalocker",
                        "py38-tabulate",
                        "py38-dateutil",
                        "py38-scikit-hep-boost-histogram",
                        "py38-scikit-hep-hepstats",
                        "py38-scikit-hep-mplhep",
                        "py38-pure_eval",
                        "py38-astropy-healpix",
                        "py38-scikit-hep-mplhep_data",
                        "py38-asdf-coordinates-schemas",
                        "py38-extension-helpers",
                        "py38-backports.entry-points-selectable",
                        "py38-zipfile-deflate64",
                        "py38-pystache",
                        "py38-gammapy",
                        "py38-iniconfig",
                        "py38-pytest-qt",
                        "py38-aiomysql",
                        "py38-pyarrow",
                        "py38-nest_asyncio",
                        "py38-zmq",
                        "py38-pathvalidate",
                        "py38-parfive",
                        "py38-pluggy",
                        "py38-sphinx-gallery",
                        "py38-uri-template",
                        "py38-enrich",
                        "py38-statsmodels",
                        "py38-argon2-cffi-bindings",
                        "py38-jsonpickle",
                        "py38-requests-mock",
                        "py38-soxr",
                        "py38-folium",
                        "py38-py",
                        "py38-branca",
                        "py38-regions",
                        "py38-control",
                        "py38-python-lsp-jsonrpc",
                        "py38-pdbpp",
                        "py38-drms",
                        "py38-tldextract",
                        "py38-cvxopt",
                        "py38-matplotlib",
                        "py38-colorcet",
                        "py38-napari-plugin-engine",
                        "py38-pytest-datadir",
                        "py38-pytest-forked",
                        "py38-pytest-html",
                        "py38-mecab-python3",
                        "py38-pytest-mpl",
                        "py38-pytest-regressions",
                        "py38-astropy",
                        "py38-gwosc",
                        "py38-pytest",
                        "py38-mssql",
                        "py38-inflect",
                        "py38-tqdm",
                        "py38-portend",
                        "py38-word2vec",
                        "py38-lazy_object_proxy",
                        "py38-lz4",
                        "py38-rstcheck-core",
                        "py38-importlib-resources",
                        "py38-singledispatch",
                        "py38-quantities",
                        "py38-pyppmd",
                        "py38-xmlsec",
                        "py38-pooch",
                        "py38-pyshortcuts",
                        "py38-h5netcdf",
                        "py38-metpy",
                        "py38-cartopy",
                        "py38-pytest-metadata",
                        "py38-python-lsp-server",
                        "py38-keyring",
                        "py38-pyerfa",
                        "py38-tropycal",
                        "py38-kiwisolver",
                        "py38-freetype",
                        "py38-vispy",
                        "py38-xyzservices",
                        "py38-sunpy",
                        "py38-sip-devel",
                        "py38-asteval",
                        "py38-asdf",
                        "py38-jaraco.classes",
                        "py38-jaraco.functools",
                        "py38-tenacity",
                        "py38-contextily",
                        "py38-asv",
                        "py38-pikepdf",
                        "py38-sniffio",
                        "py38-cmd2",
                        "py38-asttokens",
                        "py38-executing",
                        "py38-stack_data",
                        "py38-pytest-xdist",
                        "py38-setuptools-rust",
                        "py38-pyvo",
                        "py38-pytest-runner",
                        "py38-inflate64",
                        "py38-py7zr",
                        "py38-pytest-asyncio",
                        "py38-pytest-mock",
                        "py38-pytest-remotedata",
                        "py38-pytest-xprocess",
                        "py38-zopfli",
                        "py38-cbor2",
                        "py38-multivolumefile",
                        "py38-pybcj",
                        "py38-xlsx2csv"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-setuptools_scm_git_archive",
                        "py38-virtualenvwrapper",
                        "py38-flit_scm",
                        "py38-hatch-vcs"
                    ]
                }
            ]
        },
        {
            "name": "py39-setuptools_scm",
            "portdir": "python/py-setuptools_scm",
            "version": "9.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/setuptools_scm/",
            "description": "Package to manage versions by scm tags.",
            "long_description": "Package to manage versions by scm tags.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-tomli",
                        "py39-importlib-metadata",
                        "py39-packaging",
                        "py39-setuptools",
                        "py39-typing_extensions"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py39-html2text",
                        "py39-pgspecial",
                        "py39-mssql",
                        "py39-sqlglot",
                        "py39-tropycal",
                        "py39-nest_asyncio",
                        "py39-aiomysql",
                        "py39-barnaba",
                        "py39-tempora",
                        "py39-etuples",
                        "py39-wordcloud",
                        "py39-argon2-cffi-bindings",
                        "py39-joblib",
                        "py39-gmpy2",
                        "py39-metpy",
                        "py39-scikit-hep-hepstats",
                        "py39-scikit-hep-mplhep",
                        "py39-scikit-hep-mplhep_data",
                        "py39-cons",
                        "py39-freetype",
                        "py39-path",
                        "py39-napari-svg",
                        "py39-pint",
                        "py39-pytest-runner",
                        "py39-pygithub",
                        "py39-urwid",
                        "py39-minikanren",
                        "py39-h5netcdf",
                        "py39-cmd2",
                        "py39-jaraco.context",
                        "py39-jaraco.classes",
                        "py39-jaraco.functools",
                        "py39-keyring",
                        "py39-backports.tarfile",
                        "py39-asciimatics",
                        "py39-charset-normalizer",
                        "py39-matplotlib",
                        "py39-makefun",
                        "py39-lmfit",
                        "py39-nodeenv",
                        "py39-sip",
                        "py39-uncertainties",
                        "py39-tldextract",
                        "py39-asdf-coordinates-schemas",
                        "py39-asdf-transform-schemas",
                        "py39-backports.entry-points-selectable",
                        "py39-sniffio",
                        "py39-napari-console",
                        "py39-rubicon-objc",
                        "py39-sphinxnotes-strike",
                        "py39-pluggy",
                        "py39-extension-helpers",
                        "py39-typeguard",
                        "py39-emcee3",
                        "py39-uri-template",
                        "py39-semver",
                        "py39-lz4",
                        "py39-subprocess-tee",
                        "py39-pdbpp",
                        "py39-lazy_object_proxy",
                        "py39-reproject",
                        "py39-cvxopt",
                        "py39-pytest-asyncio",
                        "py39-pytest-mock",
                        "py39-executing",
                        "py39-pure_eval",
                        "py39-stack_data",
                        "py39-mecab-python3",
                        "py39-pyvo",
                        "py39-scikit-hep-boost-histogram",
                        "py39-ujson",
                        "py39-cbor2",
                        "py39-pyusb",
                        "py39-absl",
                        "py39-gwosc",
                        "py39-requests-unixsocket",
                        "py39-xlsx2csv",
                        "py39-keyrings.alt",
                        "py39-survey",
                        "chemex-devel",
                        "py39-mpl-animators",
                        "py39-pathvalidate",
                        "py39-py7zr",
                        "py39-enrich",
                        "py39-rstcheck-core",
                        "py39-rstcheck",
                        "py39-pyarrow",
                        "py39-requests-file",
                        "py39-pygmt",
                        "py39-pyppmd",
                        "py39-zipfile-deflate64",
                        "py39-pystache",
                        "py39-python-lsp-server",
                        "py39-iniconfig",
                        "py39-requests-mock",
                        "py39-quantities",
                        "py39-pyrfc3339",
                        "py39-xmlsec",
                        "py39-sip-devel",
                        "py39-mido",
                        "py39-seqeval",
                        "py39-simpy",
                        "py39-setuptools-rust",
                        "py39-ansible-compat",
                        "py39-branca",
                        "py39-asdf-unit-schemas",
                        "py39-automat",
                        "py39-asv",
                        "py39-asttokens",
                        "py39-regions",
                        "py39-pytest-mpl",
                        "py39-pointpats",
                        "py39-pytest-datadir",
                        "py39-samplerate",
                        "py39-pytest-regressions",
                        "py39-soxr",
                        "py39-spaghetti",
                        "py39-word2vec",
                        "py39-drms",
                        "py39-spglm",
                        "py39-mapclassify",
                        "py39-tqdm",
                        "py39-visa",
                        "py39-tobler",
                        "py39-pytest",
                        "py39-isodate",
                        "py39-napari-plugin-engine",
                        "py39-astropy-healpix",
                        "py39-cartopy",
                        "py39-netcdf4",
                        "py39-numcodecs",
                        "py39-folium",
                        "py39-pyerfa",
                        "py39-spglib",
                        "py39-vispy",
                        "py39-xraydb",
                        "py39-logical-unification",
                        "py39-sphinx-gallery",
                        "py39-sunpy",
                        "py39-multivolumefile",
                        "py39-esda",
                        "py39-pybcj",
                        "py39-giddy",
                        "py39-pysal",
                        "py39-pyfatfs",
                        "py39-segregation",
                        "py39-singledispatch",
                        "py39-xyzservices",
                        "py39-contextily",
                        "py39-control",
                        "py39-gammapy",
                        "py39-gwpy",
                        "py39-inflate64",
                        "py39-inflect",
                        "py39-flexcache",
                        "py39-pytest-xdist",
                        "py39-tabulate",
                        "py39-astropy",
                        "py39-asdf",
                        "py39-emmet-core",
                        "py39-larixite",
                        "py39-pytest-forked",
                        "py39-monty",
                        "py39-pytest-mypy",
                        "py39-pytest-remotedata",
                        "py39-colorcet",
                        "py39-zopfli",
                        "py39-pyshortcuts",
                        "py39-wxmplot",
                        "py39-wxutils",
                        "py39-dateutil",
                        "py39-xraylarch",
                        "py39-xarray",
                        "py39-pooch",
                        "py39-kiwisolver",
                        "py39-langcodes",
                        "py39-pikepdf",
                        "py39-cheroot",
                        "py39-portend",
                        "py39-py",
                        "py39-cssutils",
                        "py39-smart_open",
                        "py39-asdf-standard",
                        "py39-flexparser",
                        "py39-parfive",
                        "py39-asteval",
                        "py39-pytest-qt",
                        "py39-cppy",
                        "py39-anyio",
                        "py39-asdf-astropy",
                        "py39-tenacity",
                        "py39-configparser",
                        "py39-pyqt-builder",
                        "py39-mpmath",
                        "py39-statsmodels",
                        "py39-pytest-flake8",
                        "py39-python-lsp-jsonrpc",
                        "py39-fugashi",
                        "py39-spreg",
                        "py39-pytest-xprocess",
                        "py39-jsonpickle",
                        "py39-libpysal",
                        "py39-momepy",
                        "py39-spopt",
                        "py39-importlib-resources",
                        "py39-portalocker",
                        "py39-xxhash"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-flit_scm",
                        "py39-virtualenvwrapper",
                        "py39-setuptools_scm_git_archive",
                        "py39-hatch-vcs"
                    ]
                }
            ]
        }
    ]
}