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

{
    "count": 52341,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1035",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1033",
    "results": [
        {
            "name": "copilot-cli",
            "portdir": "llm/copilot-cli",
            "version": "1.0.68",
            "license": "Restrictive/Distributable",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.github.com/copilot/concepts/agents/about-copilot-cli",
            "description": "GitHub Copilot CLI -- AI-powered coding assistant in the terminal",
            "long_description": "GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent.",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 80
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "skim",
            "portdir": "sysutils/skim",
            "version": "5.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/skim-rs/skim",
            "description": "Fuzzy Finder in Rust",
            "long_description": "Skim is a general fuzzy finder that saves you time. It works on files, lines and commands. It is blazingly fast as it reads the data source asynchronously.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1073
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shaderc",
            "portdir": "graphics/shaderc",
            "version": "2026.2",
            "license": "Apache and Version-2.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/shaderc",
            "description": "A collection of tools, libraries and tests for shader compilation.",
            "long_description": "At the moment it includes: glslc, a command line compiler for GLSL/HLSL to SPIR-V, and libshaderc, a library API for accessing glslc functionality.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "christophecvr",
                    "github": "christophecvr",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python314",
                        "spirv-headers",
                        "clang-20",
                        "cmake",
                        "pkgconfig",
                        "asciidoctor"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "spirv-tools",
                        "glslang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "vulkan-tools",
                        "vulkan-volk"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-lacaml",
            "portdir": "math/ocaml-lacaml",
            "version": "11.1.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mmottl.github.io/lacaml",
            "description": "OCaml interfaces to the BLAS- and LAPACK-library",
            "long_description": "OCaml interfaces to the BLAS- and LAPACK-library",
            "active": true,
            "categories": [
                "devel",
                "math",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-dune-configurator",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-camomile",
            "portdir": "ocaml/ocaml-camomile",
            "version": "2.0.0",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/Camomile",
            "description": "A Unicode library for OCaml",
            "long_description": "Camomile is a Unicode library for OCaml. It provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "toots",
                    "github": "toots",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-camlp-streams",
                        "ocaml-dune-site"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "patoline"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-base",
            "portdir": "ocaml/ocaml-base",
            "version": "0.17.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/base",
            "description": "Jane Street's Full standard library replacement for OCaml",
            "long_description": "Base is a complete and portable alternative to the OCaml standard library, providing all functionality expected from a language standard library.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "ocaml",
                        "ocaml-ocaml_intrinsics_kernel",
                        "ocaml-sexplib0",
                        "ocaml-dune-configurator"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "camlimages",
                        "ocaml-base_bigstring",
                        "ocaml-base_quickcheck",
                        "ocaml-bin_prot",
                        "ocaml-capitalization",
                        "ocaml-core",
                        "ocaml-core_kernel",
                        "ocaml-fieldslib",
                        "ocaml-gel",
                        "ocaml-int_repr",
                        "ocaml-jst-config",
                        "ocaml-patience_diff",
                        "ocaml-ppx_assert",
                        "ocaml-ppx_bin_prot",
                        "ocaml-ppx_cold",
                        "ocaml-ppx_compare",
                        "ocaml-ppx_custom_printf",
                        "ocaml-ppx_diff",
                        "ocaml-ppx_disable_unused_warnings",
                        "ocaml-ppx_enumerate",
                        "ocaml-ppx_expect",
                        "ocaml-ppx_fields_conv",
                        "ocaml-ppx_fixed_literal",
                        "ocaml-ppx_globalize",
                        "ocaml-ppx_hash",
                        "ocaml-ppx_here",
                        "ocaml-ppx_inline_test",
                        "ocaml-ppx_let",
                        "ocaml-ppx_log",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp",
                        "ocaml-ppx_optional",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppx_sexp_message",
                        "ocaml-ppx_sexp_value",
                        "ocaml-ppx_stable",
                        "ocaml-ppx_stable_witness",
                        "ocaml-ppx_string",
                        "ocaml-ppx_string_conv",
                        "ocaml-ppx_tydi",
                        "ocaml-ppx_typerep_conv",
                        "ocaml-ppx_variants_conv",
                        "ocaml-record_builder",
                        "ocaml-splittable_random",
                        "ocaml-stdio",
                        "ocaml-time_now",
                        "ocaml-typerep",
                        "ocaml-uopt",
                        "ocaml-variantslib",
                        "ocaml-expect_test_helpers_core",
                        "ocaml-expect_test_helpers_kernel",
                        "ocaml-ocamlformat-lib",
                        "ocaml-sexp_pretty",
                        "ocaml-configurator"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-checkseum",
            "portdir": "ocaml/ocaml-checkseum",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mirage/checkseum",
            "description": "Adler-32, CRC32 and CRC32-C implementation in C and OCaml",
            "long_description": "Checkseum is a library to provide implementation of Adler-32, CRC32 and CRC32-C algorithms in C and OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 196
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-dune-configurator",
                        "ocaml-findlib",
                        "ocaml-optint"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-decompress"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-cryptokit",
            "portdir": "ocaml/ocaml-cryptokit",
            "version": "1.21.1",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/xavierleroy/cryptokit",
            "description": "OCaml interface to cryptographic functions.",
            "long_description": "The Cryptokit library for OCaml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.",
            "active": true,
            "categories": [
                "devel",
                "security",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-dune-configurator",
                        "zlib",
                        "ocaml-zarith",
                        "ocaml-findlib",
                        "ocaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-dune",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.24.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ppxfind",
                        "karamel",
                        "ocaml-lua",
                        "rocq",
                        "ocaml-gsl",
                        "camlimages",
                        "ocaml-angstrom",
                        "ocaml-async",
                        "ocaml-async_kernel",
                        "ocaml-async_log",
                        "ocaml-async_rpc_kernel",
                        "ocaml-async_unix",
                        "ocaml-base64",
                        "ocaml-base_bigstring",
                        "ocaml-base_quickcheck",
                        "ocaml-batteries",
                        "ocaml-bigarray-compat",
                        "ocaml-bigstringaf",
                        "ocaml-bin_prot",
                        "ocaml-biniou",
                        "ocaml-bisect_ppx",
                        "ocaml-cairo2",
                        "ocaml-calendars",
                        "ocaml-camlp-streams",
                        "ocaml-capitalization",
                        "ocaml-compiler-libs",
                        "ocaml-config-file",
                        "ocaml-core",
                        "ocaml-core_kernel",
                        "ocaml-core_unix",
                        "ocaml-cppo",
                        "ocaml-crunch",
                        "ocaml-cppo_ocamlbuild",
                        "ocaml-csexp",
                        "ocaml-cstruct",
                        "ocaml-ctypes",
                        "ocaml-decompress",
                        "ocaml-digestif",
                        "ocaml-easy-format",
                        "ocaml-either",
                        "ocaml-eqaf",
                        "ocaml-fieldslib",
                        "ocaml-fileutils",
                        "ocaml-fix",
                        "ocaml-gen",
                        "ocaml-gel",
                        "ocaml-hacl-star",
                        "ocaml-hex",
                        "ocaml-int_repr",
                        "ocaml-integers",
                        "ocaml-iri",
                        "ocaml-jane-street-headers",
                        "ocaml-js_of_ocaml",
                        "ocaml-jst-config",
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-logs-syslog",
                        "ocaml-markup",
                        "ocaml-memtrace",
                        "ocaml-merlin",
                        "ocaml-mew",
                        "ocaml-dot-merlin-reader",
                        "ocaml-merlin-lib",
                        "ocaml-mew_vi",
                        "ocaml-mmap",
                        "ocaml-ocaml-version",
                        "ocaml-ocaml_intrinsics",
                        "ocaml-ocaml_intrinsics_kernel",
                        "ocaml-ocamlgraph",
                        "ocaml-ocf",
                        "ocaml-ocf_ppx",
                        "ocaml-ocp-indent",
                        "ocaml-ocplib-endian",
                        "ocaml-optint",
                        "ocaml-ounit2",
                        "ocaml-parmap",
                        "ocaml-parsexp",
                        "ocaml-patience_diff",
                        "ocaml-pcre2",
                        "ocaml-pp_loc",
                        "ocaml-pprint",
                        "ocaml-ppx_assert",
                        "ocaml-ppx_base",
                        "ocaml-ppx_bench",
                        "ocaml-ppx_bin_prot",
                        "ocaml-ppx_blob",
                        "ocaml-ppx_cold",
                        "ocaml-ppx_compare",
                        "ocaml-ppx_custom_printf",
                        "ocaml-ppx_derivers",
                        "ocaml-ppx_deriving",
                        "ocaml-ppx_deriving_yojson",
                        "ocaml-ppx_diff",
                        "ocaml-ppx_disable_unused_warnings",
                        "ocaml-ppx_enumerate",
                        "ocaml-ppx_expect",
                        "ocaml-ppx_fields_conv",
                        "ocaml-ppx_fixed_literal",
                        "ocaml-ppx_globalize",
                        "ocaml-ppx_hash",
                        "ocaml-ppx_here",
                        "ocaml-ppx_ignore_instrumentation",
                        "ocaml-ppx_import",
                        "ocaml-ppx_inline_test",
                        "ocaml-ppx_let",
                        "ocaml-ppx_jane",
                        "ocaml-ppx_log",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp",
                        "ocaml-ppx_optional",
                        "ocaml-ppx_pipebang",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppx_sexp_message",
                        "ocaml-ppx_sexp_value",
                        "ocaml-ppx_stable",
                        "ocaml-ppx_stable_witness",
                        "ocaml-ppx_string",
                        "ocaml-ppx_string_conv",
                        "ocaml-ppx_tydi",
                        "ocaml-ppx_typerep_conv",
                        "ocaml-ppx_variants_conv",
                        "ocaml-ppxlib",
                        "ocaml-ppxlib_jane",
                        "ocaml-protocol_version_header",
                        "ocaml-record_builder",
                        "ocaml-result",
                        "ocaml-sedlex",
                        "ocaml-seq",
                        "ocaml-sexplib",
                        "ocaml-sexplib0",
                        "ocaml-sha",
                        "ocaml-shell",
                        "ocaml-spawn",
                        "ocaml-splittable_random",
                        "ocaml-stdcompat",
                        "ocaml-stdint",
                        "ocaml-stdio",
                        "ocaml-stdlib-shims",
                        "ocaml-stringext",
                        "ocaml-syntax-shims",
                        "ocaml-syslog",
                        "ocaml-syslog-message",
                        "ocaml-textutils",
                        "ocaml-textutils_kernel",
                        "ocaml-time_now",
                        "ocaml-timezone",
                        "ocaml-trie",
                        "ocaml-typerep",
                        "ocaml-unidecode",
                        "ocaml-uopt",
                        "ocaml-uri",
                        "ocaml-variantslib",
                        "ocaml-visitors",
                        "ocaml-wasm",
                        "ocaml-yojson",
                        "ocaml-zed",
                        "lablgtk3",
                        "ocaml-menhir",
                        "ocaml-menhirLib",
                        "ocaml-menhirSdk",
                        "ocaml-menhirGLR",
                        "ocaml-menhirCST",
                        "ocaml-coq-menhirlib",
                        "ocaml-ocamlrss",
                        "geneweb",
                        "ocaml-cudf",
                        "ocaml-pcre",
                        "everparse",
                        "abella",
                        "stanc3",
                        "ocaml-alcotest",
                        "ocaml-core_extended",
                        "ocaml-expect_test_helpers_core",
                        "ocaml-expect_test_helpers_kernel",
                        "ocaml-jingoo",
                        "ocaml-ocamlformat",
                        "ocaml-ocamlformat-lib",
                        "ocaml-patdiff",
                        "ocaml-re",
                        "ocaml-sexp_pretty",
                        "ocaml-xtmpl",
                        "ocaml-xtmpl_ppx",
                        "ocaml-lacaml",
                        "ocaml-camomile",
                        "ocaml-base",
                        "ocaml-checkseum",
                        "ocaml-cryptokit",
                        "ocaml-dune-configurator",
                        "ocaml-dune-build-info",
                        "ocaml-xdg",
                        "fstar",
                        "ocaml-sqlite3",
                        "ocaml-ppx_tools",
                        "ocaml-lambda-term",
                        "ocaml-lwt",
                        "ocaml-utop",
                        "ocaml-lwt_ppx",
                        "ocaml-lwt_react",
                        "stog",
                        "ocaml-higlo",
                        "ocaml-configurator",
                        "ocaml-migrate-parsetree",
                        "ocaml-ppx_tools_versioned"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-dune-site"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-dune-configurator",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.24.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-csexp",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ctypes",
                        "ocaml-jst-config",
                        "ocaml-ocaml_intrinsics",
                        "ocaml-bigstringaf",
                        "ocaml-pcre2",
                        "ocaml-pcre",
                        "ocaml-cairo2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-sqlite3",
                        "ocaml-lwt",
                        "ocaml-lwt_ppx",
                        "ocaml-gsl",
                        "ocaml-lwt_react",
                        "camlimages",
                        "ocaml-parmap",
                        "ocaml-lacaml",
                        "ocaml-base",
                        "ocaml-checkseum",
                        "ocaml-cryptokit"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-dune-build-info",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.24.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlformat-lib",
                        "stog"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-xdg",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.24.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-utop"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-dune-site",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.24.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-dune"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-camomile",
                        "stog"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-sqlite3",
            "portdir": "ocaml/ocaml-sqlite3",
            "version": "5.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mmottl.github.io/sqlite3-ocaml",
            "description": "OCaml bindings for SQLite 3",
            "long_description": "OCaml bindings for SQLite 3",
            "active": true,
            "categories": [
                "devel",
                "databases",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 85
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "sqlite3",
                        "ocaml",
                        "ocaml-dune-configurator"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-ppx_inline_test"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "patoline"
                    ]
                }
            ]
        },
        {
            "name": "oh-my-posh",
            "portdir": "sysutils/oh-my-posh",
            "version": "29.20.0",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ohmyposh.dev",
            "description": "A prompt theme engine for any shell.",
            "long_description": "A prompt theme engine for any shell.",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1073
                },
                {
                    "name": "ihj3s1wy",
                    "github": "PinoTucana",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elixir",
            "portdir": "lang/elixir",
            "version": "1.20.2",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://elixir-lang.org/",
            "description": "The Elixir Programming language",
            "long_description": "Elixir is a functional, meta-programming aware language built on top of the Erlang VM. It is a dynamic language that focuses on tooling to leverage Erlang's abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 36
                },
                {
                    "name": "me",
                    "github": "milmazz",
                    "ports_count": 1
                },
                {
                    "name": "secsaba",
                    "github": "secsaba",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "atomvm"
                    ]
                }
            ]
        },
        {
            "name": "trufflehog",
            "portdir": "security/trufflehog",
            "version": "3.95.8",
            "license": "AGPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trufflesecurity/trufflehog",
            "description": "Find credentials all over the place",
            "long_description": "trufflehog scans for credentials in Github & Gitlab repositories, filesystems, and S3 buckets. It utilizes 700 credential detectors that support active verification against their respective APIs.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1073
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "2.0.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-decorator",
                        "py27-ipykernel",
                        "python27",
                        "py27-wurlitzer",
                        "py27-zmq",
                        "py27-jupyter_client",
                        "py27-cloudpickle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-wurlitzer",
                        "python38",
                        "py38-zmq",
                        "py38-cloudpickle",
                        "py38-ipykernel",
                        "py38-ipython",
                        "py38-jupyter_client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-spyder-devel",
                        "py38-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py36-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "2.2.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py36-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py36-ipykernel",
                        "py36-ipython",
                        "python36",
                        "py36-wurlitzer",
                        "py36-zmq",
                        "py36-jupyter_client",
                        "py36-cloudpickle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py36-spyder",
                        "py36-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py39-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.0.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-wurlitzer",
                        "python39",
                        "py39-zmq",
                        "py39-cloudpickle",
                        "py39-ipykernel",
                        "py39-ipython",
                        "py39-jupyter_client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-spyder-devel",
                        "py39-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py37-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "2.4.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-wurlitzer",
                        "python37",
                        "py37-zmq",
                        "py37-cloudpickle",
                        "py37-ipykernel",
                        "py37-ipython",
                        "py37-jupyter_client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder",
                        "py37-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py35-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "2.0.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-decorator",
                        "py35-ipykernel",
                        "python35",
                        "py35-wurlitzer",
                        "py35-zmq",
                        "py35-jupyter_client",
                        "py35-cloudpickle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.5",
            "license": "MIT",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-spyder-kernels"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-zmq",
                        "python310",
                        "py310-cloudpickle",
                        "py310-wurlitzer",
                        "py310-ipykernel",
                        "py310-ipython",
                        "py310-jupyter_client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-spyder-devel",
                        "py310-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py311-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-jupyter_client",
                        "python311",
                        "py311-zmq",
                        "py311-wurlitzer",
                        "py311-ipython",
                        "py311-cloudpickle",
                        "py311-ipykernel"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py312-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-jupyter_client",
                        "python312",
                        "py312-cloudpickle",
                        "py312-ipython",
                        "py312-wurlitzer",
                        "py312-zmq",
                        "py312-ipykernel"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py313-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-jupyter_client",
                        "python313",
                        "py313-ipykernel",
                        "py313-ipython",
                        "py313-cloudpickle",
                        "py313-wurlitzer",
                        "py313-zmq"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py313-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py314-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "3.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-jupyter_client",
                        "python314",
                        "py314-zmq",
                        "py314-wurlitzer",
                        "py314-cloudpickle",
                        "py314-ipython",
                        "py314-ipykernel"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-spyder-kernels"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-spyder"
                    ]
                }
            ]
        },
        {
            "name": "fish",
            "portdir": "shells/fish",
            "version": "4.8.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fishshell.com/",
            "description": "The friendly interactive shell: a command line shell for the 90s",
            "long_description": "fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family",
            "active": true,
            "categories": [
                "shells"
            ],
            "maintainers": [
                {
                    "name": "akierig",
                    "github": "akierig",
                    "ports_count": 24
                }
            ],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "rust",
                        "clang-18",
                        "py314-sphinx",
                        "gettext",
                        "cargo",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "pcre2",
                        "libiconv",
                        "gettext-runtime"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pexpect"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-virtualfish",
                        "py35-virtualfish",
                        "py36-virtualfish",
                        "py38-virtualfish",
                        "py37-virtualfish",
                        "py39-virtualfish",
                        "py310-virtualfish",
                        "py311-virtualfish",
                        "py312-virtualfish",
                        "py313-virtualfish",
                        "py314-virtualfish"
                    ]
                }
            ]
        },
        {
            "name": "py37-spyder",
            "portdir": "python/py-spyder",
            "version": "5.4.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-cookiecutter",
                        "py37-cython",
                        "py37-diff-match-patch",
                        "py37-importlib-metadata",
                        "py37-intervaltree",
                        "py37-ipython",
                        "py37-jellyfish",
                        "py37-jsonschema",
                        "py37-keyring",
                        "py37-matplotlib",
                        "py37-nbconvert",
                        "py37-numpy",
                        "py37-numpydoc",
                        "py37-pandas",
                        "py37-pexpect",
                        "py37-pickleshare",
                        "py37-psutil",
                        "py37-pygments",
                        "py37-pylint",
                        "py37-pyls-spyder",
                        "py37-pyqt5",
                        "py37-pyqt5-webengine",
                        "py37-qdarkstyle",
                        "py37-qstylizer",
                        "py37-qtawesome",
                        "py37-qtconsole",
                        "py37-qtpy",
                        "py37-rtree",
                        "py37-scipy",
                        "py37-sphinx",
                        "py37-spyder-kernels",
                        "py37-sympy",
                        "py37-textdistance",
                        "py37-three-merge",
                        "py37-watchdog",
                        "py37-zmq",
                        "py37-python-lsp-server",
                        "py37-python-lsp-black",
                        "py37-pylint-venv",
                        "spyder_select",
                        "py37-applaunchservices",
                        "py37-atomicwrites",
                        "py37-chardet",
                        "py37-cloudpickle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-spyder",
            "portdir": "python/py-spyder",
            "version": "5.2.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python36"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py36-cookiecutter",
                        "py36-cython",
                        "py36-diff-match-patch",
                        "py36-importlib-metadata",
                        "py36-intervaltree",
                        "py36-ipython",
                        "py36-jsonschema",
                        "py36-keyring",
                        "py36-matplotlib",
                        "py36-nbconvert",
                        "py36-numpy",
                        "py36-numpydoc",
                        "py36-pandas",
                        "py36-pexpect",
                        "py36-pickleshare",
                        "py36-psutil",
                        "py36-pygments",
                        "py36-pylint",
                        "py36-pyls-spyder",
                        "py36-pyqt5",
                        "py36-pyqt5-webengine",
                        "py36-qdarkstyle",
                        "py36-qstylizer",
                        "py36-qtawesome",
                        "py36-qtconsole",
                        "py36-qtpy",
                        "py36-rtree",
                        "py36-scipy",
                        "py36-sphinx",
                        "py36-spyder-kernels",
                        "py36-sympy",
                        "py36-textdistance",
                        "py36-three-merge",
                        "py36-watchdog",
                        "py36-zmq",
                        "py36-python-lsp-server",
                        "py36-python-lsp-black",
                        "py36-jellyfish",
                        "spyder_select",
                        "py36-applaunchservices",
                        "py36-atomicwrites",
                        "py36-chardet",
                        "py36-cloudpickle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-spyder",
            "portdir": "python/py-spyder",
            "version": "5.5.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-build",
                        "py38-installer",
                        "pkgconfig",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-intervaltree",
                        "py38-ipython",
                        "py38-jellyfish",
                        "py38-jsonschema",
                        "py38-keyring",
                        "py38-matplotlib",
                        "py38-nbconvert",
                        "py38-numpy",
                        "py38-numpydoc",
                        "py38-pandas",
                        "py38-pexpect",
                        "py38-pickleshare",
                        "py38-psutil",
                        "py38-pygments",
                        "py38-pylint",
                        "py38-pyls-spyder",
                        "py38-pyqt5",
                        "py38-pyqt5-webengine",
                        "py38-qdarkstyle",
                        "py38-qstylizer",
                        "py38-qtawesome",
                        "py38-qtconsole",
                        "py38-qtpy",
                        "py38-rtree",
                        "py38-scipy",
                        "py38-sphinx",
                        "py38-spyder-kernels",
                        "py38-sympy",
                        "py38-textdistance",
                        "py38-three-merge",
                        "py38-watchdog",
                        "py38-zmq",
                        "spyder_select",
                        "py38-python-lsp-server",
                        "py38-python-lsp-black",
                        "py38-pylint-venv",
                        "py38-applaunchservices",
                        "py38-atomicwrites",
                        "py38-chardet",
                        "py38-cloudpickle",
                        "py38-cookiecutter",
                        "py38-cython",
                        "py38-diff-match-patch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-spyder",
            "portdir": "python/py-spyder",
            "version": "6.0.8",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-build",
                        "py39-installer",
                        "pkgconfig",
                        "py39-setuptools",
                        "py39-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "qt5-qtbase"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-diff-match-patch",
                        "py39-importlib-metadata",
                        "py39-intervaltree",
                        "py39-ipython",
                        "py39-jedi",
                        "py39-jellyfish",
                        "py39-jsonschema",
                        "py39-keyring",
                        "py39-matplotlib",
                        "py39-nbconvert",
                        "py39-numpy",
                        "py39-numpydoc",
                        "py39-pandas",
                        "py39-parso",
                        "py39-pexpect",
                        "py39-pickleshare",
                        "py39-psutil",
                        "py39-pygithub",
                        "py39-pygments",
                        "py39-pylint",
                        "py39-pyls-spyder",
                        "py39-pyqt5",
                        "py39-pyqt5-webengine",
                        "py39-qdarkstyle",
                        "py39-qstylizer",
                        "py39-qtawesome",
                        "py39-qtconsole",
                        "py39-qtpy",
                        "py39-rtree",
                        "py39-scipy",
                        "py39-setuptools",
                        "py39-sphinx",
                        "py39-spyder-kernels",
                        "py39-sympy",
                        "py39-textdistance",
                        "py39-three-merge",
                        "py39-watchdog",
                        "py39-yarl",
                        "py39-zmq",
                        "spyder_select",
                        "py39-python-lsp-server",
                        "py39-python-lsp-black",
                        "py39-superqt",
                        "py39-pylint-venv",
                        "py39-pyuca",
                        "py39-asyncssh",
                        "py39-aiohttp",
                        "py39-applaunchservices",
                        "py39-atomicwrites",
                        "py39-chardet",
                        "py39-cloudpickle",
                        "py39-cookiecutter",
                        "py39-cython"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.5",
            "license": "MIT",
            "platforms": "any",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "py314-spyder"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-build",
                        "py310-installer",
                        "pkgconfig",
                        "py310-setuptools",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-chardet",
                        "py310-intervaltree",
                        "py310-textdistance",
                        "py310-three-merge",
                        "py310-numpy",
                        "py310-importlib-metadata",
                        "py310-keyring",
                        "py310-pylint",
                        "py310-pyqt5",
                        "py310-pyqt5-webengine",
                        "py310-qstylizer",
                        "py310-qtawesome",
                        "py310-qtpy",
                        "py310-aiohttp",
                        "py310-sympy",
                        "py310-scipy",
                        "py310-pandas",
                        "py310-cookiecutter",
                        "py310-matplotlib",
                        "py310-ipython",
                        "py310-jedi",
                        "py310-jsonschema",
                        "py310-nbconvert",
                        "py310-parso",
                        "py310-pexpect",
                        "py310-pickleshare",
                        "py310-zmq",
                        "py310-sphinx",
                        "py310-qtconsole",
                        "py310-jellyfish",
                        "py310-bcrypt",
                        "py310-cloudpickle",
                        "py310-psutil",
                        "py310-superqt",
                        "py310-numpydoc",
                        "py310-watchdog",
                        "py310-pygithub",
                        "py310-applaunchservices",
                        "py310-pyls-spyder",
                        "py310-python-lsp-black",
                        "py310-python-lsp-server",
                        "py310-qdarkstyle",
                        "py310-rtree",
                        "py310-spyder-kernels",
                        "py310-pylint-venv",
                        "py310-asyncssh",
                        "py310-ipython-pygments-lexers",
                        "py310-python-lsp-ruff",
                        "py310-pyuca",
                        "spyder_select",
                        "py310-setuptools",
                        "py310-cython",
                        "py310-yarl",
                        "py310-pygments",
                        "py310-atomicwrites",
                        "py310-diff-match-patch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-setuptools",
                        "py311-wheel",
                        "pkgconfig",
                        "py311-build",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-parso",
                        "py311-numpy",
                        "py311-pygments",
                        "py311-sphinx",
                        "py311-aiohttp",
                        "py311-atomicwrites",
                        "py311-diff-match-patch",
                        "py311-intervaltree",
                        "py311-jedi",
                        "py311-pylint-venv",
                        "py311-pandas",
                        "py311-pexpect",
                        "py311-python-lsp-black",
                        "py311-pickleshare",
                        "py311-matplotlib",
                        "py311-scipy",
                        "py311-pylint",
                        "py311-jsonschema",
                        "py311-keyring",
                        "py311-textdistance",
                        "py311-three-merge",
                        "py311-applaunchservices",
                        "py311-chardet",
                        "py311-pyqt5",
                        "py311-pyqt5-webengine",
                        "py311-qstylizer",
                        "py311-qtawesome",
                        "py311-qtpy",
                        "py311-ipython",
                        "py311-cookiecutter",
                        "py311-bcrypt",
                        "py311-cloudpickle",
                        "py311-superqt",
                        "py311-nbconvert",
                        "py311-zmq",
                        "py311-qtconsole",
                        "py311-python-lsp-server",
                        "py311-watchdog",
                        "py311-jellyfish",
                        "py311-rtree",
                        "py311-numpydoc",
                        "py311-pyls-spyder",
                        "py311-qdarkstyle",
                        "py311-spyder-kernels",
                        "py311-asyncssh",
                        "py311-pygithub",
                        "py311-ipython-pygments-lexers",
                        "py311-python-lsp-ruff",
                        "py311-pyuca",
                        "spyder_select",
                        "py311-setuptools",
                        "py311-cython",
                        "py311-sympy",
                        "py311-psutil",
                        "py311-yarl",
                        "py311-importlib-metadata"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-installer",
                        "py313-setuptools",
                        "pkgconfig",
                        "clang-18",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-pygments",
                        "py313-ipython",
                        "py313-pickleshare",
                        "py313-psutil",
                        "py313-cython",
                        "py313-numpy",
                        "py313-importlib-metadata",
                        "py313-sphinx",
                        "py313-rtree",
                        "py313-scipy",
                        "py313-pyqt5",
                        "py313-chardet",
                        "py313-matplotlib",
                        "py313-applaunchservices",
                        "py313-diff-match-patch",
                        "py313-yarl",
                        "py313-aiohttp",
                        "py313-intervaltree",
                        "py313-pandas",
                        "py313-cloudpickle",
                        "py313-pylint",
                        "py313-qtpy",
                        "py313-superqt",
                        "py313-keyring",
                        "py313-zmq",
                        "py313-jsonschema",
                        "py313-nbconvert",
                        "py313-qtconsole",
                        "py313-bcrypt",
                        "py313-python-lsp-server",
                        "py313-pyqt5-webengine",
                        "py313-asyncssh",
                        "py313-pyls-spyder",
                        "py313-pylint-venv",
                        "py313-python-lsp-black",
                        "py313-pyuca",
                        "py313-qtawesome",
                        "py313-textdistance",
                        "py313-three-merge",
                        "py313-numpydoc",
                        "py313-cookiecutter",
                        "py313-jellyfish",
                        "py313-pygithub",
                        "py313-qdarkstyle",
                        "py313-qstylizer",
                        "py313-spyder-kernels",
                        "py313-ipython-pygments-lexers",
                        "py313-python-lsp-ruff",
                        "py313-watchdog",
                        "spyder_select",
                        "py313-setuptools",
                        "py313-atomicwrites",
                        "py313-sympy",
                        "py313-jedi",
                        "py313-parso",
                        "py313-pexpect"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "docs",
                "pil",
                "small"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-setuptools",
                        "py312-wheel",
                        "pkgconfig",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-chardet",
                        "py312-yarl",
                        "py312-aiohttp",
                        "py312-atomicwrites",
                        "py312-diff-match-patch",
                        "py312-intervaltree",
                        "py312-pygments",
                        "py312-sphinx",
                        "py312-applaunchservices",
                        "py312-sympy",
                        "py312-importlib-metadata",
                        "py312-keyring",
                        "py312-pexpect",
                        "py312-jsonschema",
                        "py312-ipython",
                        "py312-pickleshare",
                        "py312-psutil",
                        "py312-watchdog",
                        "py312-pylint",
                        "py312-jellyfish",
                        "py312-pandas",
                        "py312-pyqt5",
                        "py312-matplotlib",
                        "py312-pyqt5-webengine",
                        "py312-cookiecutter",
                        "py312-pylint-venv",
                        "py312-qstylizer",
                        "py312-qtawesome",
                        "py312-qtpy",
                        "py312-numpydoc",
                        "py312-scipy",
                        "py312-three-merge",
                        "py312-zmq",
                        "py312-bcrypt",
                        "py312-nbconvert",
                        "py312-qtconsole",
                        "py312-rtree",
                        "py312-python-lsp-server",
                        "py312-cloudpickle",
                        "py312-superqt",
                        "py312-pyls-spyder",
                        "py312-python-lsp-black",
                        "py312-qdarkstyle",
                        "py312-spyder-kernels",
                        "py312-asyncssh",
                        "py312-pygithub",
                        "py312-ipython-pygments-lexers",
                        "py312-python-lsp-ruff",
                        "py312-pyuca",
                        "spyder_select",
                        "py312-setuptools",
                        "py312-textdistance",
                        "py312-cython",
                        "py312-jedi",
                        "py312-parso",
                        "py312-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-spyder",
            "portdir": "python/py-spyder",
            "version": "6.1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 20111202,
            "replaced_by": null,
            "homepage": "https://www.spyder-ide.org/",
            "description": "Spyder is the Scientific PYthon Development EnviRonment",
            "long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [
                "small",
                "docs",
                "pil"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-installer",
                        "py314-setuptools",
                        "pkgconfig",
                        "clang-18",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-numpy",
                        "py314-scipy",
                        "py314-keyring",
                        "py314-intervaltree",
                        "py314-pexpect",
                        "py314-psutil",
                        "py314-pyqt5",
                        "py314-pyqt5-webengine",
                        "py314-textdistance",
                        "py314-three-merge",
                        "py314-matplotlib",
                        "py314-sphinx",
                        "py314-sympy",
                        "py314-aiohttp",
                        "py314-yarl",
                        "py314-pandas",
                        "py314-asyncssh",
                        "py314-importlib-metadata",
                        "py314-cookiecutter",
                        "py314-qtpy",
                        "py314-applaunchservices",
                        "py314-pylint-venv",
                        "py314-pyuca",
                        "py314-qstylizer",
                        "py314-qtawesome",
                        "py314-jedi",
                        "py314-parso",
                        "py314-pylint",
                        "py314-pyls-spyder",
                        "py314-python-lsp-black",
                        "py314-python-lsp-ruff",
                        "py314-python-lsp-server",
                        "py314-watchdog",
                        "py314-bcrypt",
                        "py314-jsonschema",
                        "py314-cloudpickle",
                        "py314-numpydoc",
                        "py314-ipython",
                        "py314-zmq",
                        "py314-nbconvert",
                        "py314-jellyfish",
                        "py314-ipython-pygments-lexers",
                        "py314-pickleshare",
                        "py314-pygithub",
                        "py314-qdarkstyle",
                        "py314-qtconsole",
                        "py314-spyder-kernels",
                        "py314-superqt",
                        "py314-rtree",
                        "spyder_select",
                        "py314-setuptools",
                        "py314-cython",
                        "py314-pygments",
                        "py314-atomicwrites",
                        "py314-chardet",
                        "py314-diff-match-patch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py35-distlib",
            "portdir": "python/py-distlib",
            "version": "0.3.4",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py34-distlib",
            "portdir": "python/py-distlib",
            "version": "0.3.4",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python34"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py34-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py38-distlib",
            "portdir": "python/py-distlib",
            "version": "0.3.9",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py37-distlib",
            "portdir": "python/py-distlib",
            "version": "0.3.8",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py39-distlib",
            "portdir": "python/py-distlib",
            "version": "0.4.0",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py36-distlib",
            "portdir": "python/py-distlib",
            "version": "0.3.6",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypa/distlib",
            "description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "long_description": "Low-level components of distutils2/packaging, augmented with higher-level APIs for making packaging easier.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "py36-python-install",
                        "py36-setuptools",
                        "py36-wheel",
                        "py36-build"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py36-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py36-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py37-icalendar",
            "portdir": "python/py-icalendar",
            "version": "4.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://icalendar.readthedocs.org/",
            "description": "The iCalendar package is a parser/generator of RFC 2445 iCalendar files.",
            "long_description": "The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-dateutil",
                        "py37-setuptools",
                        "py37-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-icalendar",
            "portdir": "python/py-icalendar",
            "version": "4.0.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://icalendar.readthedocs.org/",
            "description": "The iCalendar package is a parser/generator of RFC 2445 iCalendar files.",
            "long_description": "The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-dateutil",
                        "py27-setuptools",
                        "py27-tz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-icalendar",
            "portdir": "python/py-icalendar",
            "version": "4.0.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://icalendar.readthedocs.org/",
            "description": "The iCalendar package is a parser/generator of RFC 2445 iCalendar files.",
            "long_description": "The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "py36-dateutil",
                        "py36-setuptools",
                        "py36-tz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-icalendar",
            "portdir": "python/py-icalendar",
            "version": "4.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://icalendar.readthedocs.org/",
            "description": "The iCalendar package is a parser/generator of RFC 2445 iCalendar files.",
            "long_description": "The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-16",
                        "py39-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-dateutil",
                        "py39-setuptools",
                        "py39-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}