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

{
    "count": 50822,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=435",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=433",
    "results": [
        {
            "name": "py310-texttable",
            "portdir": "python/py-texttable",
            "version": "1.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/foutaise/texttable/",
            "description": "python module for creating simple ASCII tables",
            "long_description": "python module for creating simple ASCII tables",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-igraph",
                        "py310-py7zr"
                    ]
                }
            ]
        },
        {
            "name": "py310-igraph",
            "portdir": "python/py-igraph",
            "version": "1.0.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://igraph.org/python/",
            "description": "Python interface to the igraph library.",
            "long_description": "Python interface to the igraph library for network analysis and graph theory.",
            "active": true,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "szhorvat",
                    "github": "szhorvat",
                    "ports_count": 18
                }
            ],
            "variants": [
                "external_igraph",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-installer",
                        "clang-20",
                        "pkgconfig",
                        "py310-setuptools",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "igraph",
                        "python310",
                        "py310-texttable"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest",
                        "py310-numpy",
                        "py310-scipy",
                        "py310-pandas",
                        "py310-matplotlib",
                        "py310-networkx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apple-pki-bundle",
            "portdir": "net/apple-pki-bundle",
            "version": "2022-11-12",
            "license": "OpenSSL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.apple.com/certificateauthority/",
            "description": "Apple PKI certificate bundle",
            "long_description": "Installs a bundle of certification authority certificates (CA certs) used on Apple devices.",
            "active": true,
            "categories": [
                "net",
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "system_roots_keychain",
                "additional_pki_bundle"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "openssl",
                        "coreutils",
                        "file",
                        "coreutils-uutils",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "privoxy-pki-bundle"
                    ]
                }
            ]
        },
        {
            "name": "libjpeg-turbo-devel",
            "portdir": "graphics/libjpeg-turbo-devel",
            "version": "3.1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.libjpeg-turbo.org",
            "description": "SIMD-accelerated libjpeg-compatible JPEG codec library",
            "long_description": "libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "debug",
                "java",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "nasm",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-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": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-flit_core",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-soxr",
                        "py310-wxpython-4.0",
                        "py310-aiosqlite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-pydash",
                        "py310-mypy",
                        "py310-diskcache-stubs",
                        "py310-psygnal",
                        "py310-aiosignal",
                        "py310-visa",
                        "py310-asyncssh",
                        "py310-anywidget",
                        "py310-lonboard",
                        "py310-pymc",
                        "py310-cloudflare",
                        "py310-magicgui",
                        "py310-typeguard",
                        "py310-referencing",
                        "py310-ipython",
                        "py310-desktop-notifier",
                        "py310-jsonlines",
                        "py310-pypdf",
                        "py310-sqlalchemy",
                        "py310-aeppl",
                        "py310-aesara",
                        "py310-treq",
                        "py310-scikit-build-core",
                        "py310-docstring-to-markdown",
                        "py310-anyio",
                        "py310-astroid",
                        "py310-async-lru",
                        "py310-cattrs",
                        "py310-emmet-core",
                        "py310-openssl",
                        "py310-textual",
                        "py310-neovim",
                        "py310-tox",
                        "py310-superqt",
                        "py310-mp-api",
                        "py310-onnx",
                        "py310-logbook",
                        "py310-zarr",
                        "py310-psycopg",
                        "py310-app-model",
                        "py310-pysigma",
                        "py310-alembic",
                        "py310-arviz",
                        "py310-pydantic-extra-types",
                        "py310-beautifulsoup4",
                        "py310-scrapy",
                        "py310-mitmproxy",
                        "py310-pymc3",
                        "py310-pytorch",
                        "py310-asgiref",
                        "py310-mistune",
                        "py310-scikit-rf",
                        "py310-black",
                        "py310-uvicorn",
                        "py310-twisted",
                        "py310-async-timeout",
                        "py310-confection",
                        "py310-inflect",
                        "py310-dulwich",
                        "py310-spaCy",
                        "py310-typing-inspection",
                        "py310-urwid",
                        "py310-pytensor",
                        "py310-panel",
                        "py310-logilab-common",
                        "py310-flexcache",
                        "py310-flexparser",
                        "py310-pint",
                        "py310-altair"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-librosa",
                        "py310-ezdxf",
                        "py310-tensorflow-macos",
                        "py310-dogpile-cache",
                        "py310-pygithub",
                        "py310-pydantic",
                        "py310-setuptools-rust",
                        "py310-openstacksdk",
                        "py310-huggingface_hub",
                        "py310-panel",
                        "py310-django-countries",
                        "py310-keystoneauth1",
                        "py310-typer",
                        "py310-Faker",
                        "py310-fastapi",
                        "commitizen"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-numpy"
                    ]
                }
            ]
        },
        {
            "name": "py310-typed-ast",
            "portdir": "python/py-typed-ast",
            "version": "1.4.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/typed_ast",
            "description": "A fork of Python 2 and 3 ast modules with type comment support.",
            "long_description": "A fork of Python 2 and 3 ast modules with type comment support.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2016
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-toml",
            "portdir": "python/py-toml",
            "version": "0.10.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/uiri/toml",
            "description": "Python Library for Tom's Obvious, Minimal Language",
            "long_description": "A Python library for parsing and creating TOML. The module passes the TOML test suite.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-pytensor",
                        "py310-cryptg",
                        "py310-tabulate",
                        "py310-termplotlib",
                        "py310-tokenizers",
                        "py310-astropy",
                        "py310-freetype",
                        "py310-asdf-coordinates-schemas",
                        "py310-xmlsec",
                        "py310-configparser",
                        "py310-aiomysql"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-tox",
                        "py310-herbie-data",
                        "py310-pytest-cov",
                        "py310-jupytext",
                        "py310-pytest-pylint",
                        "py310-eric-ide",
                        "py310-tempora"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py310-mypy_extensions",
            "portdir": "python/py-mypy_extensions",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/mypy_extensions",
            "description": "Experimental type system extensions for programs checked with the mypy typechecker",
            "long_description": "The “mypy_extensions” module defines experimental extensions to the standard “typing” module that are supported by the mypy typechecker.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-flit_core",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-mypy",
                        "py310-psygnal",
                        "py310-black",
                        "py310-logilab-common",
                        "py310-pyannotate"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-trio"
                    ]
                }
            ]
        },
        {
            "name": "py310-mypy",
            "portdir": "python/py-mypy",
            "version": "1.19.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mypy-lang.org",
            "description": "Optional static typing for Python",
            "long_description": "Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-types-psutil",
                        "py310-types-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-mypy_extensions",
                        "py310-typing_extensions",
                        "py310-tomli",
                        "py310-pathspec",
                        "py310-librt"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mypy_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-pytokens"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-scipy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-orjson",
                        "py310-pytest-mypy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-rsa",
                        "py310-numpy",
                        "py310-asgiref",
                        "py310-immutables",
                        "py310-typer",
                        "py310-pytest-asyncio",
                        "py310-trio",
                        "py310-allennlp"
                    ]
                }
            ]
        },
        {
            "name": "py39-hdf5plugin",
            "portdir": "python/py-hdf5plugin",
            "version": "5.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.silx.org/doc/hdf5plugin/latest/",
            "description": "A set of compression filters for h5py",
            "long_description": "hdf5plugin provides HDF5 compression filters--namely: blosc, bitshuffle, lz4, FCIDECOMP, ZFP, zstd--and makes them usable from h5py.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-build",
                        "py39-installer",
                        "py39-cpuinfo",
                        "py39-cython",
                        "py39-setuptools",
                        "py39-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-h5py"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-fabio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py38-hdf5plugin",
            "portdir": "python/py-hdf5plugin",
            "version": "4.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.silx.org/doc/hdf5plugin/latest/",
            "description": "A set of compression filters for h5py",
            "long_description": "hdf5plugin provides HDF5 compression filters--namely: blosc, bitshuffle, lz4, FCIDECOMP, ZFP, zstd--and makes them usable from h5py.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-cython",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-cpuinfo",
                        "py38-h5py"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-fabio"
                    ]
                }
            ]
        },
        {
            "name": "py37-hdf5plugin",
            "portdir": "python/py-hdf5plugin",
            "version": "3.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.silx.org/doc/hdf5plugin/latest/",
            "description": "A set of compression filters for h5py",
            "long_description": "hdf5plugin provides HDF5 compression filters--namely: blosc, bitshuffle, lz4, FCIDECOMP, ZFP, zstd--and makes them usable from h5py.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cython",
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-h5py"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-hdf5plugin",
            "portdir": "python/py-hdf5plugin",
            "version": "5.1.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.silx.org/doc/hdf5plugin/latest/",
            "description": "A set of compression filters for h5py",
            "long_description": "hdf5plugin provides HDF5 compression filters--namely: blosc, bitshuffle, lz4, FCIDECOMP, ZFP, zstd--and makes them usable from h5py.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-hdf5plugin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-urllib3",
            "portdir": "python/py-urllib3",
            "version": "2.6.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://urllib3.readthedocs.io/",
            "description": "HTTP library with thread-safe connection pooling, file post, and more.",
            "long_description": "HTTP library with thread-safe connection pooling, file post, and more.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-hatchling",
                        "py310-installer",
                        "clang-18",
                        "py310-build",
                        "py310-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-certifi",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-prawcore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-kubernetes",
                        "py310-botocore",
                        "py310-awscli2",
                        "py310-vcrpy",
                        "py310-requests-futures",
                        "py310-distributed",
                        "py310-responses",
                        "py310-requests-cache",
                        "py310-dulwich",
                        "salt",
                        "py310-requests"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-elastic-transport",
                        "py310-selenium",
                        "py310-elasticsearch",
                        "py310-spotipy",
                        "py310-pygithub",
                        "py310-pmdarima",
                        "py310-sentry-sdk"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-huggingface_hub"
                    ]
                }
            ]
        },
        {
            "name": "py310-requests-toolbelt",
            "portdir": "python/py-requests-toolbelt",
            "version": "1.0.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/toolbelt",
            "description": "Collection of utilities for python-requests",
            "long_description": "This is just a collection of utilities for python-requests, but do not really belong in requests proper.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 169
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-requests"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-dnspython",
                        "py310-zeep"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-cloudscraper"
                    ]
                }
            ]
        },
        {
            "name": "py310-requests",
            "portdir": "python/py-requests",
            "version": "2.32.5",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://requests.readthedocs.io/",
            "description": "Python HTTP for Humans.",
            "long_description": "Most existing Python modules for dealing HTTP requests are insane. I have to look up everything that I want to do. Most of my worst Python experiences are a result of the various built-in HTTP libraries (yes, even worse than Logging). But this one's different. This one's going to be awesome. And simple. Really simple.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-idna",
                        "py310-certifi",
                        "py310-charset-normalizer",
                        "py310-urllib3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wxpython-4.0",
                        "py310-undetected-chromedriver",
                        "py310-prawcore",
                        "py310-publicsuffix2",
                        "py310-pytorch"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-pynamecheap",
                        "py310-contextily",
                        "py310-kubernetes",
                        "py310-soundcloud-v2",
                        "py310-discogs-client",
                        "py310-acme",
                        "py310-wikipedia-api",
                        "tuir",
                        "py310-ibroadcast",
                        "py310-dnspython",
                        "py310-ckanapi",
                        "watson",
                        "py310-hanko",
                        "py310-hanko-certvalidator",
                        "py310-soco",
                        "py310-pyvo",
                        "py310-bpython",
                        "py310-gsecrets",
                        "py310-panel",
                        "py310-gpsoauth",
                        "py310-cloudflare2",
                        "howdoi",
                        "py310-digitalocean",
                        "py310-requests-file",
                        "py310-requests-futures",
                        "py310-requests-unixsocket",
                        "py310-requests_ntlm",
                        "py310-requests-mock",
                        "py310-responses",
                        "py310-requests-cache",
                        "py310-cookiecutter",
                        "py310-txrequests",
                        "py310-coveralls",
                        "py310-torrequest",
                        "py310-acoustid",
                        "py310-requests-kerberos",
                        "py310-docker",
                        "py310-spaCy",
                        "py310-socid-extractor",
                        "py310-update_checker",
                        "py310-astroquery",
                        "py310-google-api-core",
                        "py310-keep",
                        "py310-urlwatch",
                        "py310-hdfs",
                        "py310-dropbox",
                        "py310-owslib",
                        "salt",
                        "py310-mechanicalsoup",
                        "py310-quantecon",
                        "py310-pooch",
                        "py310-google-cloud-storage",
                        "py310-treq",
                        "py310-tldextract",
                        "py310-blosc2",
                        "py310-resumable-urlretrieve",
                        "py310-rangehttpserver",
                        "py310-jupyterlab_server",
                        "py310-tropycal",
                        "py310-obspy",
                        "py310-epsg",
                        "py310-fdsnwsscripts",
                        "py310-smi",
                        "py310-cachecontrol",
                        "py310-sumy",
                        "py310-zeep",
                        "py310-mp-api",
                        "py310-upt-cpan",
                        "py310-upt-macports",
                        "py310-upt-pypi",
                        "py310-upt-rubygems",
                        "py310-siphon",
                        "uhd",
                        "uhd-39lts",
                        "uhd-devel",
                        "py310-pysigma",
                        "py310-requests-oauthlib",
                        "py310-pywinrm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-transformers",
                        "py310-pygithub",
                        "py310-bpemb",
                        "py310-datasets",
                        "py310-panel",
                        "py310-socketio",
                        "py310-python-coveralls",
                        "py310-oslo-config",
                        "py310-django-allauth",
                        "py310-sphinx",
                        "py310-mailmanclient",
                        "py310-keystoneclient",
                        "py310-dns-lexicon",
                        "py310-cloudscraper",
                        "py310-keystoneauth1",
                        "py310-jfricas",
                        "py310-access",
                        "py310-moviepy",
                        "py310-photomosaic",
                        "py310-libpysal",
                        "py310-spotipy",
                        "py310-allennlp",
                        "py310-codecov",
                        "py310-pymatgen",
                        "py310-flit",
                        "py310-hcloud",
                        "py310-engineio",
                        "py310-requests-toolbelt",
                        "py310-folium",
                        "py310-tensorflow-datasets",
                        "py310-gradio",
                        "py310-xraylarch",
                        "py310-openstackclient",
                        "py310-kraken",
                        "py310-osc-lib",
                        "py310-cinderclient",
                        "py310-analytics-python"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest-httpserver",
                        "py310-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py310-socks",
            "portdir": "python/py-socks",
            "version": "1.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Anorov/PySocks",
            "description": "python SOCKS client module",
            "long_description": "PySOCKS is a SOCKS client module, branched off several earlier abandoned projects",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-torrequest"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-websocket-client"
                    ]
                }
            ]
        },
        {
            "name": "py310-pygments",
            "portdir": "python/py-pygments",
            "version": "2.19.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pygments.org/",
            "description": "Python syntax highlighter",
            "long_description": "Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-hatchling",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pygments_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "flang-13",
                        "lldb-13",
                        "llvm-14",
                        "clang-13",
                        "mlir-13",
                        "mlir-14",
                        "clang-14",
                        "llvm-13",
                        "lldb-14",
                        "flang-14",
                        "py310-pdbpp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-ptpython",
                        "py310-pyface",
                        "py310-pytest",
                        "py310-superqt",
                        "py310-pudb",
                        "py310-pygments-mathematica",
                        "howdoi",
                        "py310-httpx",
                        "py310-bpython",
                        "py310-nbconvert",
                        "py310-qtconsole",
                        "py310-breathe",
                        "py310-ipython-pygments-lexers",
                        "py310-cli-helpers",
                        "py310-jupyter_console",
                        "py310-pyficache",
                        "py310-ipython"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-markdown2",
                        "py310-jupyterlab_pygments",
                        "py310-spyder",
                        "py310-readme_renderer",
                        "py310-rich",
                        "py310-spyder-devel",
                        "py310-trepan3k",
                        "py310-sphinx"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-m2r"
                    ]
                }
            ]
        },
        {
            "name": "py310-defusedxml",
            "portdir": "python/py-defusedxml",
            "version": "0.7.1",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tiran/defusedxml",
            "description": "Workarounds and fixes for DoS and other vulnerabilities in Python’s XML libraries.",
            "long_description": "Workarounds and fixes for DoS and other vulnerabilities in Python’s XML libraries.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pyvo",
                        "py310-nbconvert",
                        "py310-zeep",
                        "py310-scrapy",
                        "py310-cairosvg"
                    ]
                }
            ]
        },
        {
            "name": "py310-charset-normalizer",
            "portdir": "python/py-charset-normalizer",
            "version": "3.4.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ousret/charset_normalizer",
            "description": "A library that helps you read text from an unknown charset encoding.",
            "long_description": "A library that helps you read text from an unknown charset encoding.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-prawcore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-httpx",
                        "py310-pdfminer",
                        "py310-requests-futures",
                        "py310-requests"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-xraylarch"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-numpy"
                    ]
                }
            ]
        },
        {
            "name": "py310-certifi",
            "portdir": "python/py-certifi",
            "version": "2026.2.25",
            "license": "(MPL-1.1 or GPL-2+ or LGPL-2.1+)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/certifi",
            "description": "Python package for providing Mozilla's CA Bundle.",
            "long_description": "Python package for providing Mozilla's CA Bundle.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-matplotlib",
                        "py310-prawcore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-aioquic",
                        "py310-httpcore",
                        "py310-httpx",
                        "py310-freetype",
                        "py310-fiona",
                        "py310-kubernetes",
                        "py310-mitmproxy",
                        "py310-urllib3",
                        "py310-netcdf4",
                        "py310-requests",
                        "py310-skyfield",
                        "py310-pyproj",
                        "py310-pyogrio",
                        "py310-requests-futures"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-elasticsearch",
                        "py310-oci",
                        "py310-elastic-transport",
                        "py310-rasterio",
                        "py310-sentry-sdk"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-cryptography"
                    ]
                }
            ]
        },
        {
            "name": "py310-yarl",
            "portdir": "python/py-yarl",
            "version": "1.22.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/yarl",
            "description": "Yet another URL library.",
            "long_description": "URL library with immutable URL objects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-expandvars",
                        "py310-setuptools",
                        "py310-cython",
                        "py310-tomli"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-multidict",
                        "py310-idna",
                        "py310-propcache",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-vcrpy",
                        "py310-aiohttp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py310-idna",
            "portdir": "python/py-idna",
            "version": "3.11",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kjd/idna/",
            "description": "Internationalized Domain Names in Applications (IDNA).",
            "long_description": "Internationalized Domain Names in Applications (IDNA).",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-flit_core",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-prawcore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-service_identity",
                        "py310-httpx",
                        "py310-yarl",
                        "py310-anyio",
                        "py310-trio",
                        "py310-requests",
                        "py310-dnspython",
                        "py310-jsonschema-format-nongpl",
                        "py310-requests-futures",
                        "py310-tldextract"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-hyperlink",
                        "py310-trustme",
                        "py310-trio",
                        "py310-nbxmpp"
                    ]
                }
            ]
        },
        {
            "name": "gtk3-devel",
            "portdir": "gnome/gtk3-devel",
            "version": "3.24.49",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gtk.org/",
            "description": "GTK+ widget toolkit",
            "long_description": "GTK+ is a highly usable, feature-rich toolkit for creating graphical user interfaces, which boasts cross-platform compatibility and an easy-to-use API. GTK+ is written in C, but has bindings to many other popular programming languages, such as C++, Python and C#, among others.",
            "active": true,
            "categories": [
                "gnome",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "tests",
                "broadway",
                "demos",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gtk-doc",
                        "meson",
                        "ninja",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fontconfig",
                        "gdk-pixbuf2",
                        "harfbuzz",
                        "libepoxy",
                        "pango",
                        "xorg-libXcomposite",
                        "xorg-libXcursor",
                        "atk",
                        "xorg-libXfixes",
                        "xorg-libXi",
                        "xorg-libXinerama",
                        "xorg-libXrandr",
                        "xorg-libXdamage",
                        "glib2",
                        "iso-codes",
                        "libxkbcommon-x11",
                        "at-spi2-atk",
                        "gobject-introspection"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hicolor-icon-theme",
                        "shared-mime-info"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "npm8",
            "portdir": "devel/npm8",
            "version": "8.19.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.npmjs.com/",
            "description": "node package manager",
            "long_description": "npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nodejs16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "lens",
                        "py37-panel",
                        "jake"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wails"
                    ]
                }
            ]
        },
        {
            "name": "py39-matplotlib-basemap",
            "portdir": "python/py-matplotlib-basemap",
            "version": "1.2.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/matplotlib/basemap",
            "description": "matplotlib toolkit for plotting data on map projections",
            "long_description": "Matplotlib basemap is a matplotlib toolkit python library for plotting data on map projections",
            "active": false,
            "categories": [
                "graphics",
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-17",
                        "py39-cython-compat"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "geos",
                        "python39",
                        "py39-matplotlib",
                        "py39-numpy",
                        "py39-pyproj",
                        "py39-pyshp",
                        "py39-six"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-multidict",
            "portdir": "python/py-multidict",
            "version": "6.7.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/multidict",
            "description": "Multidict implementation.",
            "long_description": "Multidict is dict-like collection of key-value pairs where where a key might occur more than once in the container.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-aiobotocore",
                        "py310-aiohttp",
                        "py310-yarl"
                    ]
                }
            ]
        },
        {
            "name": "gtk2-devel",
            "portdir": "gnome/gtk2-devel",
            "version": "2.24.33",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gtk.org/",
            "description": "GTK+ widget toolkit",
            "long_description": "GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. GTK+ it is written in C, but has bindings to many other popular programming languages such as C++, Python and C# among others.",
            "active": true,
            "categories": [
                "gnome",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "quartz",
                "x11",
                "bundle",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gtk-doc",
                        "clang-17",
                        "perl5",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXi",
                        "xorg-libXinerama",
                        "atk",
                        "xorg-libXrandr",
                        "gobject-introspection",
                        "gdk-pixbuf2",
                        "pango",
                        "xorg-libXcomposite",
                        "xorg-libXcursor",
                        "xorg-libXdamage",
                        "xorg-libXfixes"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hicolor-icon-theme",
                        "shared-mime-info"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-omniORBpy",
            "portdir": "python/py-omniORBpy",
            "version": "4.2.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://omniorb.sourceforge.net/",
            "description": "Python bindings for omniORB",
            "long_description": "omniORB is a robust high performance CORBA ORB for C++ and Python. omniORB is largely CORBA 2.6 compliant.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-wheel",
                        "py39-installer",
                        "clang-17",
                        "py39-setuptools",
                        "py39-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "omniORB"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-omniORBpy",
            "portdir": "python/py-omniORBpy",
            "version": "4.2.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://omniorb.sourceforge.net/",
            "description": "Python bindings for omniORB",
            "long_description": "omniORB is a robust high performance CORBA ORB for C++ and Python. omniORB is largely CORBA 2.6 compliant.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "omniORB"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-omniORBpy",
            "portdir": "python/py-omniORBpy",
            "version": "4.2.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://omniorb.sourceforge.net/",
            "description": "Python bindings for omniORB",
            "long_description": "omniORB is a robust high performance CORBA ORB for C++ and Python. omniORB is largely CORBA 2.6 compliant.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "omniORB",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pip",
            "portdir": "python/py-pip",
            "version": "26.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pip.pypa.io",
            "description": "A tool for installing and managing Python packages.",
            "long_description": "pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-flit_core",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-setuptools",
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pip_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-pyfatfs",
                        "py310-mkl",
                        "py310-tensorflow",
                        "py310-pyarrow",
                        "py310-mkl-include",
                        "py310-gyoto"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-spaCy",
                        "py310-pipdeptree"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-coveralls"
                    ]
                }
            ]
        },
        {
            "name": "git-cc",
            "portdir": "devel/git-cc",
            "version": "0.2.6",
            "license": "permissive",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/skalt/git-cc",
            "description": "A git extension to help write conventional commits",
            "long_description": "A git extension to help write conventional commits",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pipdeptree",
            "portdir": "python/py-pipdeptree",
            "version": "2.29.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/naiquevin/pipdeptree",
            "description": "Command line utility to show dependency tree of packages",
            "long_description": "Command line utility to show dependency tree of packages",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-hatchling",
                        "py310-installer",
                        "clang-18",
                        "py310-build",
                        "py310-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-pip",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-gssapi",
            "portdir": "python/py-gssapi",
            "version": "1.11.1",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pythongssapi/python-gssapi",
            "description": "Python interface to RFC 2743/2744",
            "long_description": "Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools",
                        "py310-cython"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-decorator",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-requests-kerberos"
                    ]
                }
            ]
        },
        {
            "name": "py310-decorator",
            "portdir": "python/py-decorator",
            "version": "5.2.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/micheles/decorator",
            "description": "Decorator factory for signature-preserving decorators.",
            "long_description": "Decorator factory for signature-preserving decorators.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-ipython",
                        "tuir",
                        "py310-pytools",
                        "py310-fabric",
                        "py310-ipyparallel",
                        "py310-sqlalchemy-migrate",
                        "py310-jsonpath-rw",
                        "py310-gssapi",
                        "py310-obspy",
                        "py310-httpbin"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-librosa",
                        "py310-dogpile-cache",
                        "py310-openstacksdk",
                        "py310-moviepy",
                        "py310-pyopencl"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-Faker"
                    ]
                }
            ]
        },
        {
            "name": "py310-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": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-setuptools",
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cython_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-silx",
                        "py310-pygrib",
                        "py310-gsd",
                        "py310-fiona",
                        "py310-mdtraj",
                        "py310-mssql",
                        "py310-scikit-learn",
                        "py310-line_profiler",
                        "py310-ndindex",
                        "py310-pyproj",
                        "py310-shapely",
                        "py310-rasterio",
                        "py310-astropy",
                        "py310-pyFAI",
                        "py310-openpyxl",
                        "py310-opengl-accelerate",
                        "py310-pacal",
                        "py310-pymatgen",
                        "py310-statsmodels",
                        "py310-yarl",
                        "py310-gevent",
                        "py310-cwcwidth",
                        "py310-healpy",
                        "py310-htseq",
                        "py310-pysimdjson",
                        "py310-pyfftw",
                        "py310-zmq",
                        "xraylib",
                        "py310-cftime",
                        "py310-editdistance",
                        "py310-slepc4py",
                        "py310-rawpy",
                        "py310-libdnet",
                        "py310-pypcap",
                        "py310-cairo",
                        "py310-asyncmy",
                        "py310-yaml",
                        "py310-plumed",
                        "py310-spiceypy",
                        "py310-fonttools",
                        "py310-fastavro",
                        "py310-numcodecs",
                        "py310-vispy",
                        "py310-pandas",
                        "py310-pyogrio",
                        "py310-wordcloud",
                        "py310-msgpack",
                        "py310-pywavelets",
                        "py310-rencode",
                        "py310-tables",
                        "py310-peewee",
                        "py310-networkit",
                        "py310-pmdarima",
                        "py310-propcache",
                        "py310-cytoolz",
                        "py310-frozenlist",
                        "py310-numpy",
                        "py310-acora",
                        "py310-regions",
                        "py310-scikit-image",
                        "py310-fabio",
                        "py310-hdf5plugin",
                        "py310-pysam",
                        "py310-fugashi",
                        "py310-pytensor",
                        "py310-kapteyn",
                        "py310-krb5",
                        "py310-imagecodecs",
                        "py310-reproject",
                        "py310-gssapi",
                        "py310-cartopy",
                        "py310-h5py",
                        "py310-cchardet",
                        "py310-memprof",
                        "py310-petsc4py",
                        "py310-scipy",
                        "py310-sqlalchemy",
                        "py310-lxml",
                        "py310-netcdf4",
                        "py310-bigfloat",
                        "py310-blosc2",
                        "py310-debugpy",
                        "py310-timelib",
                        "py310-rapidfuzz",
                        "py310-wxpython-4.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-spaCy",
                        "py310-blis",
                        "py310-cymem",
                        "py310-murmurhash",
                        "py310-preshed",
                        "py310-tifffile",
                        "NanoVNASaver",
                        "py310-qutip",
                        "py310-thinc",
                        "cantera",
                        "py310-zope-hookable",
                        "py310-grpcio",
                        "py310-mpi4py",
                        "py310-pyarrow"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spyder",
                        "py310-fairseq",
                        "py310-photomosaic",
                        "py310-pmdarima",
                        "py310-spyder-devel"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-netcdf4",
                        "py310-numpy"
                    ]
                }
            ]
        },
        {
            "name": "py39-pyshortcuts",
            "portdir": "python/py-pyshortcuts",
            "version": "1.9.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/newville/pyshortcuts",
            "description": "Helps users create shortcuts to run python scripts and other applications.",
            "long_description": "Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-wheel",
                        "py39-setuptools",
                        "py39-setuptools_scm",
                        "clang-18",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-larixite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-wxmplot",
                        "py39-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py38-pyshortcuts",
            "portdir": "python/py-pyshortcuts",
            "version": "1.9.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/newville/pyshortcuts",
            "description": "Helps users create shortcuts to run python scripts and other applications.",
            "long_description": "Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "clang-16",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyshortcuts",
            "portdir": "python/py-pyshortcuts",
            "version": "1.8.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/newville/pyshortcuts",
            "description": "Helps users create shortcuts to run python scripts and other applications.",
            "long_description": "Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools_scm",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-pyshortcuts",
            "portdir": "python/py-pyshortcuts",
            "version": "1.9.5",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/newville/pyshortcuts",
            "description": "Helps users create shortcuts to run python scripts and other applications.",
            "long_description": "Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-pyshortcuts"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-virtualenv-clone",
            "portdir": "python/py-virtualenv-clone",
            "version": "0.5.7",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edwardgeorge/virtualenv-clone/",
            "description": "script to clone virtualenvs",
            "long_description": "A script for cloning a non-relocatable virtualenv.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "virtualenv-clone_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-virtualenvwrapper",
                        "py310-pew"
                    ]
                }
            ]
        },
        {
            "name": "py39-pymatgen",
            "portdir": "python/py-pymatgen",
            "version": "2025.6.14",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pymatgen.org/",
            "description": "Python Materials Genomics (pymatgen) is a robust materials analysis code",
            "long_description": "Python Materials Genomics (pymatgen) is a robust materials analysis code that defines core object representations for structures and molecules with support for many electronic structure codes. It is currently the core analysis code powering the Materials Project.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-cython",
                        "clang-18",
                        "py39-installer",
                        "py39-build",
                        "py39-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-numpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-ruamel-yaml",
                        "py39-scipy",
                        "py39-sympy",
                        "py39-tabulate",
                        "py39-tqdm",
                        "py39-uncertainties",
                        "py39-palettable",
                        "py39-plotly",
                        "py39-monty",
                        "py39-spglib",
                        "py39-requests",
                        "py39-pybtex",
                        "py39-pandas",
                        "py39-networkx",
                        "py39-matplotlib",
                        "py39-beautifulsoup4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-emmet-core",
                        "py39-larixite",
                        "py39-mp-api"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py38-pymatgen",
            "portdir": "python/py-pymatgen",
            "version": "2024.7.18",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pymatgen.org/",
            "description": "Python Materials Genomics (pymatgen) is a robust materials analysis code",
            "long_description": "Python Materials Genomics (pymatgen) is a robust materials analysis code that defines core object representations for structures and molecules with support for many electronic structure codes. It is currently the core analysis code powering the Materials Project.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-cython",
                        "clang-16",
                        "py38-installer",
                        "py38-build",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-numpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-ruamel-yaml",
                        "py38-scipy",
                        "py38-sympy",
                        "py38-tabulate",
                        "py38-tqdm",
                        "py38-uncertainties",
                        "py38-palettable",
                        "py38-plotly",
                        "py38-monty",
                        "py38-spglib",
                        "py38-requests",
                        "py38-pybtex",
                        "py38-pandas",
                        "py38-networkx",
                        "py38-matplotlib",
                        "py38-beautifulsoup4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pymatgen",
            "portdir": "python/py-pymatgen",
            "version": "2022.0.14",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pymatgen.org/",
            "description": "Python Materials Genomics (pymatgen) is a robust materials analysis code",
            "long_description": "Python Materials Genomics (pymatgen) is a robust materials analysis code that defines core object representations for structures and molecules with support for many electronic structure codes. It is currently the core analysis code powering the Materials Project.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cython",
                        "clang-9.0",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-numpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pandas",
                        "py37-requests",
                        "py37-ruamel-yaml",
                        "py37-scipy",
                        "py37-sympy",
                        "py37-tabulate",
                        "py37-typing_extensions",
                        "py37-uncertainties",
                        "py37-palettable",
                        "py37-plotly",
                        "py37-monty",
                        "py37-spglib",
                        "py37-networkx",
                        "py37-matplotlib",
                        "py37-beautifulsoup4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-pymatgen",
            "portdir": "python/py-pymatgen",
            "version": "2025.6.14",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pymatgen.org/",
            "description": "Python Materials Genomics (pymatgen) is a robust materials analysis code",
            "long_description": "Python Materials Genomics (pymatgen) is a robust materials analysis code that defines core object representations for structures and molecules with support for many electronic structure codes. It is currently the core analysis code powering the Materials Project.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-pymatgen"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "openssl3",
            "portdir": "devel/openssl3",
            "version": "3.6.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.openssl-library.org",
            "description": "OpenSSL SSL/TLS cryptography library",
            "long_description": "The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                },
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [
                "tests",
                "legacy",
                "universal",
                "rfc3779",
                "fips"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libnick",
                        "parabolic",
                        "tinc",
                        "tinc-devel",
                        "lua-luasec",
                        "lua54-luasec",
                        "lua53-luasec",
                        "lua52-luasec",
                        "lua51-luasec",
                        "drill",
                        "ngtcp2",
                        "pijul-devel",
                        "gftp",
                        "iperf3-devel",
                        "libsrtp",
                        "libjwt",
                        "qpid-proton",
                        "tcpflow",
                        "tcpflow-devel",
                        "wrk",
                        "botan",
                        "mariadb-10.10",
                        "R-mongolite",
                        "mariadb-10.11",
                        "mariadb-10.5",
                        "mariadb-10.6",
                        "mariadb-10.7",
                        "mariadb-10.8",
                        "mariadb-10.9",
                        "asio",
                        "fb303",
                        "fbzmq",
                        "fizz",
                        "folly",
                        "mvfst",
                        "abaddon",
                        "proxygen",
                        "pypy",
                        "pypy37",
                        "pypy38",
                        "pypy39",
                        "snobol4",
                        "tiledb",
                        "snort",
                        "eureka",
                        "R-RSclient",
                        "serf1",
                        "pdns-recursor",
                        "osslsigncode",
                        "osslsigncode-devel",
                        "ideviceinstaller",
                        "ideviceinstaller-devel",
                        "idevicerestore",
                        "idevicerestore-devel",
                        "R-Rserve",
                        "extfstools",
                        "php84-ftp",
                        "php84-openssl",
                        "php83-ftp",
                        "php83-openssl",
                        "php82-ftp",
                        "php82-openssl",
                        "php81-ftp",
                        "php81-openssl",
                        "php80-ftp",
                        "gearmand",
                        "R-forge",
                        "php74-ftp",
                        "x2goclient",
                        "php73-ftp",
                        "php72-ftp",
                        "php71-ftp",
                        "dvisvgm",
                        "dvisvgm-devel",
                        "php70-ftp",
                        "openpace",
                        "mlton",
                        "php56-ftp",
                        "php55-ftp",
                        "ruby-devel",
                        "mysql57",
                        "php54-ftp",
                        "php53-ftp",
                        "php52-ftp",
                        "enigma4",
                        "wt",
                        "py38-cryptography",
                        "liboqs",
                        "libtorrent-devel",
                        "rtorrent-devel",
                        "cpr",
                        "gsoap",
                        "s2geometry",
                        "xmms2",
                        "R-s2",
                        "musikcube",
                        "rust",
                        "cargo",
                        "rtl_433",
                        "rust-bootstrap",
                        "rust-bootstrap-10.6",
                        "rust-bootstrap-10.7",
                        "rust-bootstrap-10.5",
                        "rust-bootstrap-transition",
                        "ixwebsocket",
                        "qt69-qtbase",
                        "R-git2r",
                        "qca-qt5-ossl",
                        "dura",
                        "git-branchless",
                        "qca-qt5-pkcs11",
                        "caps-log",
                        "clamav-legacy",
                        "kristall-devel",
                        "quickfix",
                        "VLC2",
                        "libVLC2",
                        "btfs",
                        "davix",
                        "socat",
                        "libretroshare",
                        "trojan",
                        "arturo",
                        "cryfs",
                        "zola",
                        "xeus-zmq",
                        "starship",
                        "fluent-bit",
                        "PDAL",
                        "goaccess",
                        "prosody",
                        "tor",
                        "ntpsec",
                        "openfortivpn",
                        "R-websocket",
                        "xrootd",
                        "R-openssl",
                        "R-rtracklayer",
                        "rb-aes",
                        "rb33-aes",
                        "rb32-aes",
                        "rb31-aes",
                        "py38-m2crypto",
                        "py39-scamper",
                        "htpdate",
                        "sslscan",
                        "live555",
                        "scamper",
                        "py310-scamper",
                        "py311-scamper",
                        "py312-scamper",
                        "py313-scamper",
                        "py314-scamper",
                        "R-PKI",
                        "R-GGally",
                        "postgresql12",
                        "postgresql95",
                        "postgresql96",
                        "erlang",
                        "paho.mqtt.cpp",
                        "scrypt",
                        "postgresql14",
                        "postgresql15",
                        "postgresql16",
                        "postgresql17",
                        "postgresql18",
                        "tn5250",
                        "R-sf",
                        "nmail",
                        "libssh2",
                        "stunnel",
                        "openssl",
                        "luanti",
                        "sequoia-keystore",
                        "qt64-qtbase",
                        "unshield",
                        "qt67-qtbase",
                        "sqlcipher",
                        "sqlcipher-tools",
                        "qt68-qtbase",
                        "nbsmtp",
                        "py39-cryptography",
                        "py310-cryptography",
                        "py311-cryptography",
                        "py312-cryptography",
                        "py313-cryptography",
                        "py314-cryptography",
                        "http_ping",
                        "libewf",
                        "eiskaltdcpp",
                        "ircii",
                        "ldid",
                        "poco",
                        "restbed",
                        "libimobiledevice",
                        "libimobiledevice-devel",
                        "liberasurecode",
                        "mariadb-11.4",
                        "edencommon",
                        "retdec",
                        "retdec-devel",
                        "munge",
                        "opensc",
                        "tor-devel",
                        "py-m2crypto",
                        "py310-m2crypto",
                        "py311-m2crypto",
                        "py312-m2crypto",
                        "transmission-x11",
                        "ldid-procursus",
                        "cargo-c",
                        "picotls",
                        "sequoia-sq",
                        "redwax-tool",
                        "mupdf",
                        "zeek",
                        "zeek-devel",
                        "httping",
                        "links",
                        "libfido2",
                        "dcmtk",
                        "dcmtk-static",
                        "sequoia-chameleon-gnupg",
                        "ruby33",
                        "cpp-httplib",
                        "pkcs11-provider",
                        "py39-m2crypto",
                        "rawstudio",
                        "cl-async",
                        "cl-plus-ssl",
                        "fdm",
                        "ruby34",
                        "py-awscrt",
                        "py310-awscrt",
                        "py311-awscrt",
                        "py312-awscrt",
                        "py313-awscrt",
                        "websocat",
                        "newsboat",
                        "libhv",
                        "libhsplasma",
                        "fossil",
                        "grisbi",
                        "input-leap",
                        "R-arrow",
                        "poac",
                        "ruby40",
                        "john-jumbo",
                        "john-jumbo-devel",
                        "mlterm",
                        "nmap",
                        "rizin",
                        "openvpn3",
                        "iperf3",
                        "qt6-qtbase",
                        "wangle",
                        "RHash",
                        "paho.mqtt.c",
                        "hurl",
                        "duckdb",
                        "i2pd",
                        "ruby32",
                        "dnscap",
                        "root6",
                        "fbthrift",
                        "openiked",
                        "rustup",
                        "postgresql13",
                        "syslog-ng-devel",
                        "mysql8",
                        "softether5",
                        "haproxy"
                    ]
                }
            ]
        },
        {
            "name": "py39-xyzservices",
            "portdir": "python/py-xyzservices",
            "version": "2025.11.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/geopandas/xyzservices",
            "description": "Source of XYZ tiles provider",
            "long_description": "Source of XYZ tiles provider",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-wheel",
                        "py39-setuptools",
                        "py39-setuptools_scm",
                        "clang-18",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-contextily",
                        "py39-panel",
                        "py39-bokeh"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-panel",
                        "py39-folium"
                    ]
                }
            ]
        },
        {
            "name": "py38-xyzservices",
            "portdir": "python/py-xyzservices",
            "version": "2024.9.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/geopandas/xyzservices",
            "description": "Source of XYZ tiles provider",
            "long_description": "Source of XYZ tiles provider",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "clang-17",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-bokeh",
                        "py38-contextily"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-panel",
                        "py38-folium"
                    ]
                }
            ]
        },
        {
            "name": "py37-xyzservices",
            "portdir": "python/py-xyzservices",
            "version": "2023.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/geopandas/xyzservices",
            "description": "Source of XYZ tiles provider",
            "long_description": "Source of XYZ tiles provider",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2877
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "clang-16",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-bokeh"
                    ]
                }
            ]
        }
    ]
}