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

{
    "count": 50520,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=604",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=602",
    "results": [
        {
            "name": "php81-amqp",
            "portdir": "php/php-amqp",
            "version": "2.1.2",
            "license": "PHP-3.01",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/amqp",
            "description": "AMQP interface for PHP",
            "long_description": "This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.",
            "active": true,
            "categories": [
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "rabbitmq-c",
                        "php81"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "genie",
            "portdir": "devel/genie",
            "version": "93f6621b979f64aed4f31448cb3ce4b21b758f05",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bkaradzic/GENie",
            "description": "GENie project generator tool",
            "long_description": "GENie (pronounced as Jenny) is a project generator tool. It automagically generates project from Lua script, making applying the same settings for multiple projects easy.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 352
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "jp",
            "portdir": "textproc/jp",
            "version": "0.2.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jmespath.org",
            "description": "Command line interface to JMESPath",
            "long_description": "The jp command is a command line interface to JMESPath, an expression language for manipulating JSON",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "squashfs-tools",
            "portdir": "sysutils/squashfs-tools",
            "version": "4.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/plougher/squashfs-tools",
            "description": "Tools to create and extract Squashfs filesystems",
            "long_description": "Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "quentin",
                    "github": "quentinmit",
                    "ports_count": 8
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "lzo2",
                        "xz",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tfmigrate",
            "portdir": "sysutils/tfmigrate",
            "version": "0.4.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/minamijoyo/tfmigrate",
            "description": "A Terraform state migration tool for GitOps",
            "long_description": "A Terraform state migration tool for GitOps",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fnc",
            "portdir": "devel/fnc",
            "version": "0.18",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fnc.bsdbox.org",
            "description": "An interactive text-based user interface for Fossil",
            "long_description": "fnc is an interactive text-based user interface that uses ncurses and libfossil to create a fossil ui experience in the terminal by providing timeline, diff, tree, blame, and branch views to navigate repositories, and parse local changes at the hunk level with an interactive stash command to prepare atomic commits.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mark",
                    "github": "mcjsk",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mach_override",
            "portdir": "devel/mach_override",
            "version": "20140512",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rentzsch/mach_override",
            "description": "runtime function overriding for Mac OS X",
            "long_description": "runtime function overriding for Mac OS X",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "udis86",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo-asm",
            "portdir": "devel/cargo-asm",
            "version": "0.1.13",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gnzlbg/cargo-asm",
            "description": "cargo subcommand showing the assembly or llvm-ir generated for Rust code",
            "long_description": "cargo subcommand showing the assembly or llvm-ir generated for Rust code",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pygccxml",
            "portdir": "python/py-pygccxml",
            "version": "3.0.2",
            "license": "Boost-1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/CastXML/pygccxml",
            "description": "pygccxml is a specialized XML reader that reads the output from CastXML.",
            "long_description": "pygccxml is a specialized XML reader that reads the output from CastXML. It provides a simple framework to navigate C++ declarations, using Python classes.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "castxml",
                        "python310",
                        "py310-importlib-metadata"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pyplusplus"
                    ]
                }
            ]
        },
        {
            "name": "py310-pyplusplus",
            "portdir": "python/py-pyplusplus",
            "version": "1.8.7",
            "license": "Boost-1",
            "platforms": "{darwin any}",
            "epoch": 10,
            "replaced_by": null,
            "homepage": "https://github.com/ompl/pyplusplus",
            "description": "Py++ is a framework for creating a code generator for Boost.Python library and ctypes package",
            "long_description": "Py++ is a framework for creating a code generator for Boost.Python library and ctypes package",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mmoll",
                    "github": "mamoll",
                    "ports_count": 13
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-setuptools",
                        "py310-pygccxml",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "helmwave",
            "portdir": "sysutils/helmwave",
            "version": "0.42.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://helmwave.github.io",
            "description": "Helmwave is like docker-compose for Helm",
            "long_description": "Helmwave is helm-native tool for deploying your Helm Charts via GitOps. HelmWave is like docker-compose for Helm.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-poetry-core",
            "portdir": "python/py-poetry-core",
            "version": "2.2.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-poetry/poetry-core",
            "description": "A PEP 517 build backend implementation developed for Poetry.",
            "long_description": "A PEP 517 build backend implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-gpsoauth",
                        "py310-pastel",
                        "py310-graphql-relay",
                        "py310-aiohappyeyeballs",
                        "py310-dotty-dict",
                        "py310-unpaddedbase64",
                        "py310-poethepoet",
                        "py310-alagitpull",
                        "py310-ffmpy",
                        "py310-fortranformat",
                        "py310-sh",
                        "py310-photoscript",
                        "py310-cleo",
                        "py310-backoff",
                        "py310-qrcode",
                        "py310-pygls",
                        "vpype",
                        "py310-dunamai",
                        "py310-pkgconfig",
                        "py310-bpylist2",
                        "py310-tinydb",
                        "py310-pysigma",
                        "py310-sigma-cli",
                        "py310-funcparserlib",
                        "py310-pytzdata",
                        "py310-xdg",
                        "py310-xdg-base-dirs",
                        "py310-rencode",
                        "py310-rich-theme-manager",
                        "py310-pytest-httpserver",
                        "py310-requests-cache",
                        "py310-terminaltables",
                        "py310-flask-babel",
                        "py310-virtualfish",
                        "py310-rsa",
                        "py310-coveralls",
                        "py310-crashtest",
                        "py310-iso8601",
                        "py310-langcodes",
                        "py310-decli",
                        "py310-checkdigit",
                        "py310-cidrize",
                        "py310-shortuuid",
                        "py310-python-pae",
                        "py310-dns-lexicon",
                        "py310-josepy",
                        "py310-yaspin",
                        "py310-country",
                        "py310-pick",
                        "py310-questionary",
                        "py310-docstyle",
                        "py310-flexmock",
                        "py310-tomlkit",
                        "py310-pylint-venv",
                        "py310-fido2",
                        "py310-clikit",
                        "py310-rich",
                        "py310-textual",
                        "py310-rdflib",
                        "py310-poetry-plugin-shell",
                        "py310-poetry-plugin-export"
                    ]
                }
            ]
        },
        {
            "name": "py310-pygmsh",
            "portdir": "python/py-pygmsh",
            "version": "7.1.17",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nschloe/pygmsh",
            "description": "PyGmsh combines power of Gmsh.",
            "long_description": "PyGmsh combines power of Gmsh. with the versatility of Python and to provide useful abstractions from the Gmsh scripting language so you can create complex geometries more easily.",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-flit_core",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmsh",
                        "py310-meshio",
                        "python310",
                        "py310-numpy",
                        "py310-importlib-metadata",
                        "py310-rich"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pygmsh"
                    ]
                }
            ]
        },
        {
            "name": "py310-pydantic",
            "portdir": "python/py-pydantic",
            "version": "2.12.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/samuelcolvin/pydantic",
            "description": "Data validation and settings management using Python type hinting",
            "long_description": "Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.6+; validate it with pydantic.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-build",
                        "py310-hatchling",
                        "py310-installer",
                        "py310-hatch-fancy-pypi-readme"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-typing_extensions",
                        "py310-annotated_types",
                        "py310-pydantic_core",
                        "py310-typing-inspection"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-pydantic_settings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-cloudflare",
                        "py310-npe2",
                        "py310-app-model",
                        "py310-uv-dynamic-versioning",
                        "py310-rstcheck-core",
                        "py310-rstcheck",
                        "py310-emmet-core",
                        "py310-confection",
                        "py310-inflect",
                        "py310-spaCy",
                        "py310-maggma"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-fastapi",
                        "py310-aws-sam-translator",
                        "py310-transformers"
                    ]
                }
            ]
        },
        {
            "name": "py310-gobject3",
            "portdir": "python/py-gobject3",
            "version": "3.50.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pygobject.readthedocs.io/",
            "description": "Python bindings for GObject, version 3",
            "long_description": "PyGObject is a Python dynamic module that enables developers to use the power of GObject, which is part of the GNOME platform.",
            "active": true,
            "categories": [
                "gnome",
                "python"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 352
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "py310-setuptools",
                        "py310-packaging",
                        "py310-build",
                        "py310-installer",
                        "py310-meson-python"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "gobject-introspection",
                        "python310",
                        "py310-cairo",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnumeric",
                        "libpeas1",
                        "totem",
                        "py310-graph-tool",
                        "gom",
                        "rednotebook",
                        "zim",
                        "nfoview",
                        "py310-nbxmpp"
                    ]
                }
            ]
        },
        {
            "name": "kubectl-1.23",
            "portdir": "sysutils/kubectl",
            "version": "1.23.17",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://kubectl.docs.kubernetes.io/",
            "description": "Kubernetes cluster CLI",
            "long_description": "Command line interface for running commands against Kubernetes clusters",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                },
                {
                    "name": "",
                    "github": "pedrohdz",
                    "ports_count": 80
                },
                {
                    "name": "patarra",
                    "github": "patarra",
                    "ports_count": 28
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "bash",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "kubectl_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "certstrap",
            "portdir": "security/certstrap",
            "version": "1.3.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/square/certstrap",
            "description": "Bootstrap CAs, certificate requests, and signed certificates.",
            "long_description": "A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure. Adapted from etcd-ca. certstrap is a very convenient app if you don't feel like dealing with openssl, its myriad of options or config files.",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "when",
            "portdir": "sysutils/when",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mitsuhiko/when",
            "description": "Timezones from the command line",
            "long_description": "when is a small utility which tells you what time it is somewhere or what some time is somewhere.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-acme",
            "portdir": "python/py-acme",
            "version": "5.2.2",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://certbot.eff.org/",
            "description": "ACME protocol implementation in Python.",
            "long_description": "ACME protocol implementation in Python.",
            "active": true,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [
                "docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-mock",
                        "py310-wheel",
                        "py310-build",
                        "py310-funcsigs",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-requests",
                        "py310-tz",
                        "py310-cryptography",
                        "py310-josepy",
                        "py310-openssl",
                        "py310-pyrfc3339"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-configargparse",
            "portdir": "python/py-configargparse",
            "version": "1.7.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zorro3/ConfigArgParse",
            "description": "configargparse extends argparse with config files and environment variables support",
            "long_description": "configargparse is a drop-in replacement for argparse that adds support for config files and environment variables. It allows options to also be set via config files and/or environment variables.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 608
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest",
                        "py310-mock",
                        "py310-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-configobj",
            "portdir": "python/py-configobj",
            "version": "5.0.8",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/configobj/",
            "description": "Config file reading, writing and validation.",
            "long_description": "ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-six",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-apptools",
                        "py310-cli-helpers"
                    ]
                }
            ]
        },
        {
            "name": "py310-funcsigs",
            "portdir": "python/py-funcsigs",
            "version": "1.0.2",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://funcsigs.readthedocs.org/",
            "description": "Python function signatures from PEP362 for Python 2.7 and 3.2+",
            "long_description": "Python function signatures from PEP362 for Python 2.7 and 3.2+",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2870
                }
            ],
            "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-acme"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pdbpp"
                    ]
                }
            ]
        },
        {
            "name": "py310-google-api",
            "portdir": "python/py-google-api",
            "version": "2.41.0",
            "license": "Apache-2 and MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/googleapis/google-api-python-client",
            "description": "client library for accessing the Plus, Moderator, and many other Google APIs",
            "long_description": "client library for accessing the Plus, Moderator, and many other Google APIs",
            "active": true,
            "categories": [
                "devel",
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-google-api-core",
                        "py310-google-auth",
                        "py310-google-auth-httplib2",
                        "py310-httplib2",
                        "py310-uritemplate"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcalcli",
                        "py310-gsecrets"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-tensorflow-metadata"
                    ]
                }
            ]
        },
        {
            "name": "py310-google-auth",
            "portdir": "python/py-google-auth",
            "version": "2.6.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/google-auth",
            "description": "simplifies using Google's various server-to-server authentication mechanisms",
            "long_description": "simplifies using Google's various server-to-server authentication mechanisms",
            "active": true,
            "categories": [
                "devel",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "mrdomino",
                    "ports_count": 41
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-six",
                        "py310-cachetools",
                        "py310-rsa",
                        "py310-asn1-modules"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-kubernetes",
                        "py310-google-api",
                        "py310-google-api-core",
                        "py310-google-auth-httplib2",
                        "py310-google-api-python-client",
                        "py310-google-cloud-core",
                        "py310-google-cloud-storage"
                    ]
                }
            ]
        },
        {
            "name": "py310-ndg_httpsclient",
            "portdir": "python/py-ndg_httpsclient",
            "version": "0.5.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL.",
            "long_description": "This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-asn1",
                        "py310-openssl",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-gsecrets"
                    ]
                }
            ]
        },
        {
            "name": "py310-pyrfc3339",
            "portdir": "python/py-pyrfc3339",
            "version": "2.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyrfc3339/",
            "description": "pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.",
            "long_description": "pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-acme"
                    ]
                }
            ]
        },
        {
            "name": "py310-asn1-modules",
            "portdir": "python/py-asn1-modules",
            "version": "0.4.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/etingof/pyasn1-modules",
            "description": "A collection of ASN.1-based protocols modules.",
            "long_description": "This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.",
            "active": true,
            "categories": [
                "devel",
                "python",
                "crypto"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-asn1"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-service_identity",
                        "py310-google-auth",
                        "py310-ldap",
                        "py310-oauth2client"
                    ]
                }
            ]
        },
        {
            "name": "py310-google-auth-httplib2",
            "portdir": "python/py-google-auth-httplib2",
            "version": "0.1.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/google-auth-httplib2",
            "description": "provides an httplib2 transport for google-auth",
            "long_description": "provides an httplib2 transport for google-auth",
            "active": true,
            "categories": [
                "devel",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "mrdomino",
                    "ports_count": 41
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-google-auth",
                        "py310-httplib2",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-google-api",
                        "py310-google-api-python-client"
                    ]
                }
            ]
        },
        {
            "name": "py310-httplib2",
            "portdir": "python/py-httplib2",
            "version": "2-0.22.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/httplib2/",
            "description": "A comprehensive HTTP client library in Python",
            "long_description": "A comprehensive HTTP client library that supports many features left out of other HTTP libraries.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 436
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-parsing",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcalcli",
                        "py310-google-api",
                        "py310-ansible-core",
                        "py310-google-auth-httplib2",
                        "py310-oauth2client"
                    ]
                }
            ]
        },
        {
            "name": "py310-oauth2client",
            "portdir": "python/py-oauth2client",
            "version": "4.1.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/oauth2client/",
            "description": "client library for OAuth 2.0",
            "long_description": "client library for OAuth 2.0",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-six",
                        "py310-rsa",
                        "py310-asn1-modules",
                        "py310-httplib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcalcli",
                        "py-oauth2client"
                    ]
                }
            ]
        },
        {
            "name": "py310-parsedatetime",
            "portdir": "python/py-parsedatetime",
            "version": "2.6",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bear/parsedatetime",
            "description": "Parse human-readable date/time text",
            "long_description": "Parse human-readable date/time text",
            "active": true,
            "categories": [
                "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": [
                        "gcalcli",
                        "py310-agate-sql",
                        "py310-agate"
                    ]
                }
            ]
        },
        {
            "name": "py310-psutil",
            "portdir": "python/py-psutil",
            "version": "7.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/giampaolo/psutil",
            "description": "A process utilities module for Python.",
            "long_description": "psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, disk, memory) in a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, free, netstat, ifconfig, nice, ionice, iostato, iotop, uptime, tty.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2870
                }
            ],
            "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-pytest-xprocess",
                        "py310-distributed",
                        "py310-ipyparallel",
                        "py310-py7zr",
                        "salt",
                        "py310-parsel",
                        "py310-virtualfish",
                        "py310-helpdev",
                        "py310-ipykernel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spyder",
                        "py310-xraylarch",
                        "py310-openstacksdk",
                        "py310-transformers",
                        "py310-spyder-devel",
                        "py310-oslo-utils"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-mssql",
                        "py310-lz4",
                        "py310-blosc"
                    ]
                }
            ]
        },
        {
            "name": "py310-python-augeas",
            "portdir": "python/py-python-augeas",
            "version": "1.1.0",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/python-augeas/",
            "description": "Python bindings for Augeas",
            "long_description": "Python bindings for Augeas",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-pycparser",
                        "libffi",
                        "py310-cffi",
                        "augeas",
                        "libxml2",
                        "python310",
                        "py310-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-uritemplate",
            "portdir": "python/py-uritemplate",
            "version": "4.1.1",
            "license": "(BSD or Apache-2)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://uritemplate.readthedocs.org/",
            "description": "Python implementation of RFC6570, URI Template",
            "long_description": "This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.",
            "active": true,
            "categories": [
                "textproc",
                "www",
                "python"
            ],
            "maintainers": [],
            "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-google-api",
                        "py310-google-api-python-client"
                    ]
                }
            ]
        },
        {
            "name": "py310-dns-lexicon",
            "portdir": "python/py-dns-lexicon",
            "version": "3.23.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/AnalogJ/lexicon",
            "description": "Manipulate DNS records on various DNS providers in a standardized/agnostic way.",
            "long_description": "Manipulate DNS records on various DNS providers in a standardized/agnostic way.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "clang-18",
                        "py310-installer",
                        "py310-poetry-core"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-beautifulsoup4",
                        "py310-dnspython",
                        "py310-tldextract",
                        "py310-cryptography",
                        "py310-yaml",
                        "py310-requests",
                        "lexicon_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-dnspython",
            "portdir": "python/py-dnspython",
            "version": "2.8.0",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dnspython.org/",
            "description": "DNS toolkit for Python",
            "long_description": "dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-hatchling",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-sniffio",
                        "py310-trio",
                        "py310-aioquic",
                        "python310",
                        "py310-idna",
                        "py310-requests",
                        "py310-requests-toolbelt",
                        "py310-cryptography"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-eventlet",
                        "py310-pymongo",
                        "py310-maggma"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-dns-lexicon"
                    ]
                }
            ]
        },
        {
            "name": "py310-pynamecheap",
            "portdir": "python/py-pynamecheap",
            "version": "0.0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Bemmu/PyNamecheap",
            "description": "PyNamecheap is a Namecheap API client in Python.",
            "long_description": "PyNamecheap is a Namecheap API client in Python. API itself is documented at http://developer.namecheap.com/docs/",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-requests",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-tldextract",
            "portdir": "python/py-tldextract",
            "version": "5.3.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/john-kurkowski/tldextract",
            "description": "tldextract accurately separates the gTLD or ccTLD (generic or country code top-level domain) from the registered domain and subdomains of a URL.",
            "long_description": "tldextract accurately separates the gTLD or ccTLD (generic or country code top-level domain) from the registered domain and subdomains of a URL.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1212
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-idna",
                        "py310-requests",
                        "py310-filelock",
                        "py310-requests-file",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-scrapy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-dns-lexicon"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py310-trio",
            "portdir": "python/py-trio",
            "version": "0.31.0",
            "license": "(Apache-2 or MIT)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://trio.readthedocs.io",
            "description": "Friendly Python library for async concurrency and I/O",
            "long_description": "The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-installer",
                        "py310-build",
                        "py310-wheel",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-outcome",
                        "py310-exceptiongroup",
                        "python310",
                        "py310-idna",
                        "py310-attrs",
                        "py310-sortedcontainers",
                        "py310-sniffio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-outcome",
                        "py310-sniffio",
                        "py310-async_generator",
                        "py310-sortedcontainers",
                        "py310-attrs",
                        "py310-idna"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-mypy",
                        "py310-mypy_extensions",
                        "py310-astor",
                        "py310-async_generator",
                        "py310-ipython",
                        "py310-cryptography",
                        "py310-openssl",
                        "py310-trustme",
                        "py310-pytest-trio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-dnspython",
                        "py310-pytest-trio",
                        "py310-trio-websocket"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-python-socks"
                    ]
                }
            ]
        },
        {
            "name": "py310-outcome",
            "portdir": "python/py-outcome",
            "version": "1.3.0.post0",
            "license": "(Apache-2 or MIT)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-trio/outcome",
            "description": "Capture the outcome of Python function calls",
            "long_description": "Capture the outcome of Python function calls. Extracted from the Trio project.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-installer",
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-attrs"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest",
                        "py310-async_generator",
                        "py310-pytest-asyncio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-pytest-trio",
                        "py310-trio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-trio"
                    ]
                }
            ]
        },
        {
            "name": "terraform-1.1",
            "portdir": "sysutils/terraform",
            "version": "1.1.9",
            "license": "Commercial and Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.terraform.io/downloads.html",
            "description": "A tool for building, changing, and versioning infrastructure safely and efficiently.",
            "long_description": "Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter infrastructure in a high-level configuration language, from which it can create an execution plan to build the infrastructure in a service provider such as AWS.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                },
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 167
                },
                {
                    "name": "",
                    "github": "pedrohdz",
                    "ports_count": 80
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "terraform_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "terragrunt-0.36",
                        "terragrunt-0.37"
                    ]
                }
            ]
        },
        {
            "name": "balena-cli",
            "portdir": "devel/balena-cli",
            "version": "12.55.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.balena.io/",
            "description": "The official balena Command Line Interface.",
            "long_description": "The balena CLI is a Command Line Interface for balenaCloud or openBalena. It builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "light",
                    "github": "dylanbr",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pick",
            "portdir": "python/py-pick",
            "version": "2.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wong2/pick",
            "description": "pick an option in the terminal with a simple GUI",
            "long_description": "pick an option in the terminal with a simple GUI",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-poetry-core",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dyff",
            "portdir": "textproc/dyff",
            "version": "1.10.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/homeport/dyff",
            "description": "diff tool for YAML files, and sometimes JSON",
            "long_description": "diff tool for YAML files, and sometimes JSON",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pycryptodome",
            "portdir": "python/py-pycryptodome",
            "version": "3.23.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.pycryptodome.org",
            "description": "Cryptographic library for Python",
            "long_description": "PyCryptodome is a self-contained Python package of low-level cryptographic primitives. PyCryptodome is a fork of PyCrypto.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-snmp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-gradio"
                    ]
                }
            ]
        },
        {
            "name": "qobuz-dl",
            "portdir": "net/qobuz-dl",
            "version": "0.9.9.10",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vitiko98/Qobuz-DL",
            "description": "The complete Lossless and Hi-Res music downloader for Qobuz",
            "long_description": "The complete Lossless and Hi-Res music downloader for Qobuz",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-pick",
                        "python311",
                        "py311-pathvalidate",
                        "py311-mutagen",
                        "py311-colorama",
                        "py311-requests",
                        "py311-beautifulsoup4",
                        "py311-tqdm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pathvalidate",
            "portdir": "python/py-pathvalidate",
            "version": "3.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/thombashi/pathvalidate",
            "description": "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.",
            "long_description": "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "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",
                        "py310-allpairspy",
                        "py310-tcolorpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "peg",
            "portdir": "devel/peg",
            "version": "0.1.19",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.piumarta.com/software/peg/",
            "description": "recursive-descent parser generators for C",
            "long_description": "peg and leg are tools for generating recursive-descent parsers: programs that perform pattern matching on text. They processes a Parsing Expression Grammar (PEG) [Ford 2004] to produce a program that recognises legal sentences of that grammar. peg processes PEGs written using the original syntax described by Ford; leg processes PEGs written using slightly different syntax and conventions that are intended to make it an attractive replacement for parsers built with lex and yacc. Unlike lex and yacc, peg and leg support unlimited backtracking, provide ordered choice as a means for disambiguation, and can combine scanning (lexical analysis) and parsing (syntactic analysis) into a single activity.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ngs"
                    ]
                }
            ]
        },
        {
            "name": "ngs",
            "portdir": "shells/ngs",
            "version": "0.2.17",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ngs-lang.org",
            "description": "Next Generation Shell (NGS)",
            "long_description": "NGS is an alternative shell. At its core is a domain-specific language that was specifically designed to be a shell language. It is designed with a focus on Ops and systems engineering. One way to think about NGS is bash plus data structures plus better syntax and error handling.",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gawk",
                        "gsed",
                        "pandoc",
                        "peg",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "pcre",
                        "json-c",
                        "boehmgc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-pretend",
            "portdir": "python/py-pretend",
            "version": "1.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alex/pretend",
            "description": "A library for stubbing in Python",
            "long_description": "A library for stubbing in Python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py35-packaging"
                    ]
                }
            ]
        }
    ]
}