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

{
    "count": 50662,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=521",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=519",
    "results": [
        {
            "name": "liblbfgs",
            "portdir": "math/liblbfgs",
            "version": "2021.04.12",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.chokkan.org/software/liblbfgs",
            "description": "A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)",
            "long_description": "libLBFGS is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "sse2",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "crfsuite"
                    ]
                }
            ]
        },
        {
            "name": "libpetanque",
            "portdir": "math/libpetanque",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/quarkslab/arybo",
            "description": "Library that helps manipulate symbolic boolean expressions",
            "long_description": "Manipulation, canonicalization and identification of mixed boolean-arithmetic symbolic expressions.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lis",
            "portdir": "math/lis",
            "version": "2.0.30",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ssisc.org/lis/index.en.html",
            "description": "a parallel software library for solving linear equations and eigenvalue problems",
            "long_description": "Lis (Library of Iterative Solvers for linear systems, pronounced [lis]) is a parallel software library for solving linear equations and eigenvalue problems that arise in the numerical solution of partial differential equations using iterative methods.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang10",
                "clang11",
                "clang12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran",
                "mpich",
                "clang18",
                "clang19",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc12",
                "openmpi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gerris"
                    ]
                }
            ]
        },
        {
            "name": "metis",
            "portdir": "math/metis",
            "version": "20230403",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/KarypisLab/METIS",
            "description": "Serial Graph Partitioning and Fill-reducing Matrix Ordering",
            "long_description": "Serial Graph Partitioning and Fill-reducing Matrix Ordering",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "openmp",
                "longindex",
                "single",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gklib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p4est",
                        "psblas3",
                        "spral",
                        "hiop",
                        "taucs",
                        "R-rmumps",
                        "mumps",
                        "strumpack",
                        "ginkgo",
                        "ceres-solver",
                        "deal.ii",
                        "parmetis",
                        "gmsh"
                    ]
                }
            ]
        },
        {
            "name": "minpack",
            "portdir": "math/minpack",
            "version": "20220613",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fortran-lang/minpack",
            "description": "Minpack includes software for solving nonlinear equations and nonlinear least squares problems.",
            "long_description": "Minpack includes software for solving nonlinear equations and nonlinear least squares problems. Five algorithmic paths each include a core subroutine and an easy-to-use driver. The algorithms proceed either from an analytic specification of the Jacobian matrix or directly from the problem functions. The paths include facilities for systems of equations with a banded Jacobian matrix, for least squares problems with a large amount of data, and for checking the consistency of the Jacobian matrix with the functions.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 169
                }
            ],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc14",
                        "ninja",
                        "pkgconfig",
                        "clang-17",
                        "meson"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-cffi",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mtl",
            "portdir": "math/mtl",
            "version": "2021.03.06",
            "license": "Restrictive/Distributable",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20171217181912/http://www.osl.iu.edu/research/mtl https://web.archive.org/web/20171216224505/http://www.simunova.com/en/node/24",
            "description": "The Matrix Template Library (MTL)",
            "long_description": "The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "itl"
                    ]
                }
            ]
        },
        {
            "name": "optpp",
            "portdir": "math/optpp",
            "version": "20220920",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://software.sandia.gov/opt++",
            "description": "C++ library for non-linear optimization",
            "long_description": "OPT++ is a C++ library for non-linear optimization.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "gcc10",
                "mpich",
                "openmpi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "parmetis",
            "portdir": "math/parmetis",
            "version": "20230326",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/KarypisLab/ParMETIS",
            "description": "ParMETIS - parallel graph partitioning",
            "long_description": "ParMETIS - parallel graph partitioning",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "clang11",
                "clang12",
                "clang13",
                "debug",
                "clang10",
                "clang14",
                "clang15",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "mpich",
                "openmpi",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang90",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "metis",
                        "mpich-clang17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "superlu_dist",
                        "mumps"
                    ]
                }
            ]
        },
        {
            "name": "pffft",
            "portdir": "math/pffft",
            "version": "2022.12.19",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/marton78/pffft",
            "description": "Pretty Fast FFT (PFFFT) library",
            "long_description": "A fork of Julien Pommier’s Pretty Fast FFT (PFFFT) library with several additions.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "polycalc",
            "portdir": "math/polycalc",
            "version": "2023.01.03",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Zeta611/polycalc",
            "description": "PolyCalc: Polynomial Calculator",
            "long_description": "PolyCalc is a polynomial calculator. It calculates and expands polynomials, equations and relations. It supports simple variable assignments for the ease of handling expressions.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "polymake",
            "portdir": "math/polymake",
            "version": "4.11",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://polymake.org/",
            "description": "polymake is open source software for research in polyhedral geometry.",
            "long_description": "polymake is open source software for research in polyhedral geometry.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "ppl",
                        "readline",
                        "bliss",
                        "flint",
                        "singular",
                        "libxml2",
                        "libxslt",
                        "boost176",
                        "p5.34-json",
                        "gmp",
                        "p5.34-term-readkey",
                        "p5.34-term-readline-gnu",
                        "p5.34-xml-sax",
                        "p5.34-xml-writer",
                        "lrslib",
                        "soplex",
                        "scip",
                        "normaliz",
                        "permlib",
                        "sympol",
                        "p5.34-svg",
                        "mongo-c-driver"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "polysolve",
            "portdir": "math/polysolve",
            "version": "2023.06.29",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://polyfem.github.io",
            "description": "Easy-to-use wrapper for linear solver.",
            "long_description": "This library contains a cross-platform Eigen wrapper for many different external linear solvers.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nlohmann-json",
                        "libomp",
                        "eigen3",
                        "hypre"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "stp",
            "portdir": "math/stp",
            "version": "20150306",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://stp.github.io/stp",
            "description": "STP (Simple Theorem Provider)",
            "long_description": "STP is a constraint solver (also referred to as a decision procedure or automated prover) aimed at solving constraints generated by program analysis tools, theorem provers, automated bug finders, intelligent fuzzers and model checkers.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "cmake",
                        "flex",
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vowpal_wabbit",
            "portdir": "math/vowpal_wabbit",
            "version": "8.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hunch.net/~vw/",
            "description": "a fast online learning tool",
            "long_description": "Vowpal Wabbit is the essence of speed in machine learning, able to learn from terafeature datasets with ease. Via parallel learning, it can exceed the throughput of any single machine network interface when doing linear learning, a first amongst learning algorithms.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-crypt-passphrase-argon2",
            "portdir": "perl/p5-crypt-passphrase-argon2",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-crypt-passphrase-argon2",
            "homepage": "https://metacpan.org/pod/Crypt::Passphrase::Argon2",
            "description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "long_description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-crypt-passphrase-argon2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-crypt-passphrase-argon2",
            "portdir": "perl/p5-crypt-passphrase-argon2",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Crypt::Passphrase::Argon2",
            "description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "long_description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-mime-base64",
                        "p5.28-parent",
                        "p5.28-crypt-argon2",
                        "p5.28-crypt-passphrase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-crypt-passphrase-argon2",
            "portdir": "perl/p5-crypt-passphrase-argon2",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Crypt::Passphrase::Argon2",
            "description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "long_description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-mime-base64",
                        "p5.30-parent",
                        "p5.30-crypt-argon2",
                        "p5.30-crypt-passphrase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-crypt-passphrase-argon2",
            "portdir": "perl/p5-crypt-passphrase-argon2",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Crypt::Passphrase::Argon2",
            "description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "long_description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-mime-base64",
                        "p5.32-parent",
                        "p5.32-crypt-argon2",
                        "p5.32-crypt-passphrase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-crypt-passphrase-argon2",
            "portdir": "perl/p5-crypt-passphrase-argon2",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Crypt::Passphrase::Argon2",
            "description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "long_description": "Crypt::Passphrase::Argon2 - An Argon2 encoder for Crypt::Passphrase",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-mime-base64",
                        "p5.34-parent",
                        "p5.34-crypt-argon2",
                        "p5.34-crypt-passphrase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-crypt-passphrase-argon2"
                    ]
                }
            ]
        },
        {
            "name": "p5-dbi",
            "portdir": "perl/p5-dbi",
            "version": "1.647.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-dbi",
            "homepage": "http://dbi.perl.org/",
            "description": "Abstract database access module for Perl",
            "long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-dbi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-dbi",
            "portdir": "perl/p5-dbi",
            "version": "1.647.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dbi.perl.org/",
            "description": "Abstract database access module for Perl",
            "long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-dbd-sqlite",
                        "p5.28-mytop",
                        "p5.28-mogilefs-server",
                        "p5.28-tie-dbi",
                        "p5.28-ima-dbi",
                        "p5.28-dbd-csv",
                        "p5.28-catalyst-plugin-session-store-dbi",
                        "p5.28-dancer-plugin-database-core",
                        "p5.28-dbd-mock",
                        "p5.28-dbd-sqlite2",
                        "p5.28-dbix-admin-createtable",
                        "p5.28-dbix-admin-tableinfo",
                        "p5.28-dbix-dbschema",
                        "p5.28-fey-loader",
                        "p5.28-fey-test",
                        "p5.28-innotop",
                        "p5.28-log-handler",
                        "p5.28-net-ftpserver",
                        "p5.28-rdf-trine",
                        "p5.28-sql-abstract-limit",
                        "p5.28-dbd-mysql",
                        "p5.28-sql-translator",
                        "p5.28-mail-spamassassin",
                        "p5.28-log-log4perl",
                        "p5.28-dbix-sqlcrosstab",
                        "p5.28-dbix-searchbuilder",
                        "p5.28-dbix-contextualfetch",
                        "p5.28-pgtop",
                        "p5.28-dbd-mariadb",
                        "p5.28-dbd-pg",
                        "p5.28-dbm-deep",
                        "p5.28-test2-plugin-dbiprofile",
                        "p5.28-dbix-connector",
                        "p5.28-dbix-class",
                        "p5.28-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-dbi",
            "portdir": "perl/p5-dbi",
            "version": "1.647.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dbi.perl.org/",
            "description": "Abstract database access module for Perl",
            "long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-dbd-sqlite",
                        "p5.30-mytop",
                        "p5.30-mogilefs-server",
                        "p5.30-tie-dbi",
                        "p5.30-ima-dbi",
                        "p5.30-dbd-csv",
                        "p5.30-catalyst-plugin-session-store-dbi",
                        "p5.30-dancer-plugin-database-core",
                        "p5.30-dbd-mock",
                        "p5.30-dbd-sqlite2",
                        "p5.30-dbix-admin-createtable",
                        "p5.30-dbix-admin-tableinfo",
                        "p5.30-dbix-dbschema",
                        "p5.30-fey-loader",
                        "p5.30-fey-test",
                        "p5.30-innotop",
                        "p5.30-log-handler",
                        "p5.30-net-ftpserver",
                        "p5.30-rdf-trine",
                        "p5.30-sql-abstract-limit",
                        "p5.30-dbd-mysql",
                        "p5.30-sql-translator",
                        "p5.30-mail-spamassassin",
                        "p5.30-log-log4perl",
                        "p5.30-dbix-sqlcrosstab",
                        "p5.30-dbix-searchbuilder",
                        "p5.30-dbix-contextualfetch",
                        "p5.30-pgtop",
                        "p5.30-dbd-mariadb",
                        "p5.30-dbd-pg",
                        "p5.30-dbm-deep",
                        "p5.30-test2-plugin-dbiprofile",
                        "p5.30-dbix-connector",
                        "p5.30-dbix-class",
                        "p5.30-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-dbi",
            "portdir": "perl/p5-dbi",
            "version": "1.647.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dbi.perl.org/",
            "description": "Abstract database access module for Perl",
            "long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dbd-sqlite",
                        "p5.32-mytop",
                        "p5.32-mogilefs-server",
                        "p5.32-tie-dbi",
                        "p5.32-ima-dbi",
                        "p5.32-dbd-csv",
                        "p5.32-catalyst-plugin-session-store-dbi",
                        "p5.32-dancer-plugin-database-core",
                        "p5.32-dbd-mock",
                        "p5.32-dbd-sqlite2",
                        "p5.32-dbix-admin-createtable",
                        "p5.32-dbix-admin-tableinfo",
                        "p5.32-dbix-dbschema",
                        "p5.32-fey-loader",
                        "p5.32-fey-test",
                        "p5.32-innotop",
                        "p5.32-log-handler",
                        "p5.32-net-ftpserver",
                        "p5.32-rdf-trine",
                        "p5.32-sql-abstract-limit",
                        "p5.32-dbd-mysql",
                        "p5.32-sql-translator",
                        "p5.32-mail-spamassassin",
                        "p5.32-log-log4perl",
                        "p5.32-dbix-sqlcrosstab",
                        "p5.32-dbix-searchbuilder",
                        "p5.32-dbix-contextualfetch",
                        "p5.32-pgtop",
                        "p5.32-dbd-mariadb",
                        "p5.32-dbd-pg",
                        "p5.32-dbm-deep",
                        "p5.32-test2-plugin-dbiprofile",
                        "p5.32-dbix-connector",
                        "p5.32-dbix-class",
                        "p5.32-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-dbi",
            "portdir": "perl/p5-dbi",
            "version": "1.647.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dbi.perl.org/",
            "description": "Abstract database access module for Perl",
            "long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-statistics-covid",
                        "mysql-zrm",
                        "bugzilla",
                        "p5.34-mytop",
                        "p5.34-mogilefs-server",
                        "p5.34-tie-dbi",
                        "sympa",
                        "p5.34-ima-dbi",
                        "monarch",
                        "nedi",
                        "p5.34-dbd-csv",
                        "p5.34-catalyst-plugin-session-store-dbi",
                        "p5.34-dancer-plugin-database-core",
                        "p5.34-dbd-mock",
                        "p5.34-dbd-sqlite2",
                        "p5.34-dbix-admin-createtable",
                        "p5.34-dbix-admin-tableinfo",
                        "p5.34-dbix-dbschema",
                        "p5.34-fey-loader",
                        "p5.34-fey-test",
                        "p5.34-innotop",
                        "p5.34-log-handler",
                        "p5.34-net-ftpserver",
                        "p5.34-rdf-trine",
                        "p5.34-sql-abstract-limit",
                        "p5.34-dbd-mysql",
                        "p5.34-sql-translator",
                        "p5.34-mail-spamassassin",
                        "p5.34-log-log4perl",
                        "argus-monitor",
                        "sendpage",
                        "p5.34-dbix-sqlcrosstab",
                        "p5.34-dbix-searchbuilder",
                        "wallet-server",
                        "p5.34-dbd-sqlite",
                        "p5.34-dbix-contextualfetch",
                        "p5.34-pgtop",
                        "sqlgrey",
                        "p5.34-dbd-mariadb",
                        "percona-toolkit",
                        "p5.34-dbd-pg",
                        "p5.34-dbm-deep",
                        "p5.34-test2-plugin-dbiprofile",
                        "sqlninja-devel",
                        "log2timeline",
                        "p5.34-dbix-connector",
                        "p5-dbi",
                        "p5.34-dbix-class",
                        "xmltv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "amavisd-new",
                        "postgresql_autodoc"
                    ]
                }
            ]
        },
        {
            "name": "p5-dbix-class",
            "portdir": "perl/p5-dbix-class",
            "version": "0.82.844",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-dbix-class",
            "homepage": "https://metacpan.org/pod/DBIx::Class",
            "description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "long_description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-dbix-class"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-dbix-class",
            "portdir": "perl/p5-dbix-class",
            "version": "0.82.844",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class",
            "description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "long_description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-class-dbi",
                        "p5.28-datetime",
                        "p5.28-dbd-sqlite",
                        "p5.28-file-temp",
                        "p5.28-test-deep",
                        "p5.28-test-exception",
                        "p5.28-test-warn",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-dbi",
                        "p5.28-devel-globaldestruction",
                        "p5.28-hash-merge",
                        "p5.28-module-find",
                        "p5.28-moo",
                        "p5.28-mro-compat",
                        "perl5.28",
                        "p5.28-path-class",
                        "p5.28-scope-guard",
                        "p5.28-sql-abstract-classic",
                        "p5.28-sub-name",
                        "p5.28-text-balanced",
                        "p5.28-try-tiny",
                        "p5.28-namespace-clean",
                        "p5.28-class-accessor-grouped",
                        "p5.28-class-c3-componentised",
                        "p5.28-class-inspector",
                        "p5.28-config-any",
                        "p5.28-context-preserve",
                        "p5.28-data-compare",
                        "p5.28-data-dumper-concise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-dbicx-testdatabase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-catalyst-plugin-authentication-store-dbic",
                        "p5.28-catalyst-plugin-session-store-dbic",
                        "p5.28-dbix-class-introspectablem2m",
                        "p5.28-treepath",
                        "p5.28-dbix-class-cursor-cached",
                        "p5.28-dbix-class-dynamicdefault",
                        "p5.28-dbix-class-timestamp",
                        "p5.28-catalyst-model-dbic-schema",
                        "p5.28-dbix-class-schema-loader",
                        "p5.28-dbix-class-encodedcolumn",
                        "p5.28-catalyst-authentication-store-dbix-class",
                        "p5.28-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-dbix-class",
            "portdir": "perl/p5-dbix-class",
            "version": "0.82.844",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class",
            "description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "long_description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-class-dbi",
                        "p5.30-datetime",
                        "p5.30-dbd-sqlite",
                        "p5.30-file-temp",
                        "p5.30-test-deep",
                        "p5.30-test-exception",
                        "p5.30-test-warn",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-dbi",
                        "p5.30-devel-globaldestruction",
                        "p5.30-hash-merge",
                        "p5.30-module-find",
                        "p5.30-moo",
                        "p5.30-mro-compat",
                        "perl5.30",
                        "p5.30-path-class",
                        "p5.30-scope-guard",
                        "p5.30-sql-abstract-classic",
                        "p5.30-sub-name",
                        "p5.30-text-balanced",
                        "p5.30-try-tiny",
                        "p5.30-namespace-clean",
                        "p5.30-class-accessor-grouped",
                        "p5.30-class-c3-componentised",
                        "p5.30-class-inspector",
                        "p5.30-config-any",
                        "p5.30-context-preserve",
                        "p5.30-data-compare",
                        "p5.30-data-dumper-concise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-dbicx-testdatabase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-catalyst-plugin-authentication-store-dbic",
                        "p5.30-catalyst-plugin-session-store-dbic",
                        "p5.30-dbix-class-introspectablem2m",
                        "p5.30-treepath",
                        "p5.30-dbix-class-cursor-cached",
                        "p5.30-dbix-class-dynamicdefault",
                        "p5.30-dbix-class-timestamp",
                        "p5.30-catalyst-model-dbic-schema",
                        "p5.30-dbix-class-schema-loader",
                        "p5.30-dbix-class-encodedcolumn",
                        "p5.30-catalyst-authentication-store-dbix-class",
                        "p5.30-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-dbix-class",
            "portdir": "perl/p5-dbix-class",
            "version": "0.82.844",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class",
            "description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "long_description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-class-dbi",
                        "p5.32-datetime",
                        "p5.32-dbd-sqlite",
                        "p5.32-file-temp",
                        "p5.32-test-deep",
                        "p5.32-test-exception",
                        "p5.32-test-warn",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dbi",
                        "p5.32-devel-globaldestruction",
                        "p5.32-hash-merge",
                        "p5.32-module-find",
                        "p5.32-moo",
                        "p5.32-mro-compat",
                        "perl5.32",
                        "p5.32-path-class",
                        "p5.32-scope-guard",
                        "p5.32-sql-abstract-classic",
                        "p5.32-sub-name",
                        "p5.32-text-balanced",
                        "p5.32-try-tiny",
                        "p5.32-namespace-clean",
                        "p5.32-class-accessor-grouped",
                        "p5.32-class-c3-componentised",
                        "p5.32-class-inspector",
                        "p5.32-config-any",
                        "p5.32-context-preserve",
                        "p5.32-data-compare",
                        "p5.32-data-dumper-concise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-dbicx-testdatabase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-catalyst-plugin-authentication-store-dbic",
                        "p5.32-catalyst-plugin-session-store-dbic",
                        "p5.32-dbix-class-introspectablem2m",
                        "p5.32-treepath",
                        "p5.32-dbix-class-cursor-cached",
                        "p5.32-dbix-class-dynamicdefault",
                        "p5.32-dbix-class-timestamp",
                        "p5.32-catalyst-model-dbic-schema",
                        "p5.32-dbix-class-schema-loader",
                        "p5.32-dbix-class-encodedcolumn",
                        "p5.32-catalyst-authentication-store-dbix-class",
                        "p5.32-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-dbix-class",
            "portdir": "perl/p5-dbix-class",
            "version": "0.82.844",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class",
            "description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "long_description": "DBIx::Class - Extensible and flexible object <-> relational mapper.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-class-dbi",
                        "p5.34-datetime",
                        "p5.34-dbd-sqlite",
                        "p5.34-file-temp",
                        "p5.34-test-deep",
                        "p5.34-test-exception",
                        "p5.34-test-warn",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-dbi",
                        "p5.34-devel-globaldestruction",
                        "p5.34-hash-merge",
                        "p5.34-module-find",
                        "p5.34-moo",
                        "p5.34-mro-compat",
                        "perl5.34",
                        "p5.34-path-class",
                        "p5.34-scope-guard",
                        "p5.34-sql-abstract-classic",
                        "p5.34-sub-name",
                        "p5.34-text-balanced",
                        "p5.34-try-tiny",
                        "p5.34-namespace-clean",
                        "p5.34-class-accessor-grouped",
                        "p5.34-class-c3-componentised",
                        "p5.34-class-inspector",
                        "p5.34-config-any",
                        "p5.34-context-preserve",
                        "p5.34-data-compare",
                        "p5.34-data-dumper-concise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-dbicx-testdatabase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-catalyst-plugin-authentication-store-dbic",
                        "p5.34-catalyst-plugin-session-store-dbic",
                        "p5.34-dbix-class-introspectablem2m",
                        "p5.34-treepath",
                        "p5.34-dbix-class-cursor-cached",
                        "p5.34-dbix-class-dynamicdefault",
                        "p5.34-dbix-class-timestamp",
                        "p5.34-catalyst-model-dbic-schema",
                        "p5.34-dbix-class-schema-loader",
                        "p5-dbix-class",
                        "p5.34-dbix-class-encodedcolumn",
                        "wallet-server",
                        "p5.34-catalyst-authentication-store-dbix-class",
                        "p5.34-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "py-benchexec",
            "portdir": "python/py-benchexec",
            "version": "3.27",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sosy-lab/benchexec",
            "description": "A Framework for Reliable Benchmarking and Resource Measurement",
            "long_description": "A Framework for Reliable Benchmarking and Resource Measurement",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-benchexec"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-benchexec",
            "portdir": "python/py-benchexec",
            "version": "3.27",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sosy-lab/benchexec",
            "description": "A Framework for Reliable Benchmarking and Resource Measurement",
            "long_description": "A Framework for Reliable Benchmarking and Resource Measurement",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-yaml",
                        "py313-lxml",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-benchexec"
                    ]
                }
            ]
        },
        {
            "name": "py-jupyter_console",
            "portdir": "python/py-jupyter_console",
            "version": "6.6.3",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter terminal console.",
            "long_description": "Jupyter terminal console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-jupyter_console"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-jupyter_console",
            "portdir": "python/py-jupyter_console",
            "version": "6.6.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter terminal console.",
            "long_description": "Jupyter terminal console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-hatchling",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-jupyter_core",
                        "py39-prompt_toolkit",
                        "python39",
                        "py39-traitlets",
                        "py39-zmq",
                        "py39-pygments",
                        "py39-ipykernel",
                        "py39-ipython",
                        "py39-jupyter_client"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-jupyter"
                    ]
                }
            ]
        },
        {
            "name": "py310-jupyter_console",
            "portdir": "python/py-jupyter_console",
            "version": "6.6.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter terminal console.",
            "long_description": "Jupyter terminal console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-hatchling",
                        "py310-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-jupyter_client",
                        "py310-jupyter_core",
                        "python310",
                        "py310-traitlets",
                        "py310-zmq",
                        "py310-prompt_toolkit",
                        "py310-pygments",
                        "py310-ipykernel",
                        "py310-ipython"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-jupyter"
                    ]
                }
            ]
        },
        {
            "name": "py311-jupyter_console",
            "portdir": "python/py-jupyter_console",
            "version": "6.6.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter terminal console.",
            "long_description": "Jupyter terminal console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-ipython",
                        "py311-ipykernel",
                        "python311",
                        "py311-jupyter_core",
                        "py311-zmq",
                        "py311-jupyter_client",
                        "py311-traitlets",
                        "py311-pygments",
                        "py311-prompt_toolkit"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-jupyter"
                    ]
                }
            ]
        },
        {
            "name": "py312-jupyter_console",
            "portdir": "python/py-jupyter_console",
            "version": "6.6.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter terminal console.",
            "long_description": "Jupyter terminal console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-traitlets",
                        "py312-zmq",
                        "python312",
                        "py312-jupyter_client",
                        "py312-jupyter_core",
                        "py312-ipykernel",
                        "py312-pygments",
                        "py312-ipython",
                        "py312-prompt_toolkit"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-jupyter"
                    ]
                }
            ]
        },
        {
            "name": "py313-jupyter_console",
            "portdir": "python/py-jupyter_console",
            "version": "6.6.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter terminal console.",
            "long_description": "Jupyter terminal console.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py313-build",
                        "py313-installer",
                        "py313-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-ipython",
                        "py313-jupyter_core",
                        "python313",
                        "py313-jupyter_client",
                        "py313-ipykernel",
                        "py313-zmq",
                        "py313-traitlets",
                        "py313-prompt_toolkit",
                        "py313-pygments"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-jupyter",
                        "py-jupyter_console"
                    ]
                }
            ]
        },
        {
            "name": "py-mitmproxy_macos",
            "portdir": "python/py-mitmproxy_macos",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Precompiled binaries used by Mitmproxy",
            "long_description": "Precompiled binaries used by Mitmproxy, provides Local Redirect Mode and automates the certificate trust process. See https://mitmproxy.org/posts/local-redirect/macos/",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-mitmproxy_macos"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-mitmproxy_macos",
            "portdir": "python/py-mitmproxy_macos",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Precompiled binaries used by Mitmproxy",
            "long_description": "Precompiled binaries used by Mitmproxy, provides Local Redirect Mode and automates the certificate trust process. See https://mitmproxy.org/posts/local-redirect/macos/",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-mitmproxy_rs"
                    ]
                }
            ]
        },
        {
            "name": "py311-mitmproxy_macos",
            "portdir": "python/py-mitmproxy_macos",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Precompiled binaries used by Mitmproxy",
            "long_description": "Precompiled binaries used by Mitmproxy, provides Local Redirect Mode and automates the certificate trust process. See https://mitmproxy.org/posts/local-redirect/macos/",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-mitmproxy_rs"
                    ]
                }
            ]
        },
        {
            "name": "py313-mitmproxy_macos",
            "portdir": "python/py-mitmproxy_macos",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Precompiled binaries used by Mitmproxy",
            "long_description": "Precompiled binaries used by Mitmproxy, provides Local Redirect Mode and automates the certificate trust process. See https://mitmproxy.org/posts/local-redirect/macos/",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-mitmproxy_macos"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-mitmproxy_rs"
                    ]
                }
            ]
        },
        {
            "name": "py312-mitmproxy_macos",
            "portdir": "python/py-mitmproxy_macos",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Precompiled binaries used by Mitmproxy",
            "long_description": "Precompiled binaries used by Mitmproxy, provides Local Redirect Mode and automates the certificate trust process. See https://mitmproxy.org/posts/local-redirect/macos/",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-mitmproxy_rs"
                    ]
                }
            ]
        },
        {
            "name": "py-mitmproxy_rs",
            "portdir": "python/py-mitmproxy_rs",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Rust bits for Mitmproxy",
            "long_description": "Rust bits for Mitmproxy, most notably WireGuard Mode and Local Redirect Mode.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-mitmproxy_rs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-mitmproxy_rs",
            "portdir": "python/py-mitmproxy_rs",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Rust bits for Mitmproxy",
            "long_description": "Rust bits for Mitmproxy, most notably WireGuard Mode and Local Redirect Mode.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-installer",
                        "clang-17",
                        "py310-setuptools",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-mitmproxy_macos"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py311-mitmproxy_rs",
            "portdir": "python/py-mitmproxy_rs",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Rust bits for Mitmproxy",
            "long_description": "Rust bits for Mitmproxy, most notably WireGuard Mode and Local Redirect Mode.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-17",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-mitmproxy_macos"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py312-mitmproxy_rs",
            "portdir": "python/py-mitmproxy_rs",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Rust bits for Mitmproxy",
            "long_description": "Rust bits for Mitmproxy, most notably WireGuard Mode and Local Redirect Mode.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-17",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-mitmproxy_macos"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py313-mitmproxy_rs",
            "portdir": "python/py-mitmproxy_rs",
            "version": "0.11.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mitmproxy.org/",
            "description": "Rust bits for Mitmproxy",
            "long_description": "Rust bits for Mitmproxy, most notably WireGuard Mode and Local Redirect Mode.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-17",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-mitmproxy_macos"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-mitmproxy",
                        "py-mitmproxy_rs"
                    ]
                }
            ]
        },
        {
            "name": "py-notebook",
            "portdir": "python/py-notebook",
            "version": "7.1.2",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org",
            "description": "Web-based notebook environment for interactive computing.",
            "long_description": "Web-based notebook environment for interactive computing.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-notebook"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-notebook",
            "portdir": "python/py-notebook",
            "version": "7.1.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org",
            "description": "Web-based notebook environment for interactive computing.",
            "long_description": "Web-based notebook environment for interactive computing.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-hatchling",
                        "py39-installer",
                        "clang-17",
                        "py39-hatch-jupyter-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39",
                        "py39-notebook_shim",
                        "py39-jupyter_server",
                        "py39-jupyterlab",
                        "py39-jupyterlab_server",
                        "py39-tornado"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-jupyterthemes",
                        "py39-jupyter",
                        "py39-metakernel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-photomosaic"
                    ]
                }
            ]
        },
        {
            "name": "py311-notebook",
            "portdir": "python/py-notebook",
            "version": "7.1.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org",
            "description": "Web-based notebook environment for interactive computing.",
            "long_description": "Web-based notebook environment for interactive computing.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "clang-17",
                        "py311-hatch-jupyter-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-notebook_shim",
                        "py311-tornado",
                        "py311-jupyter_server",
                        "py311-jupyterlab",
                        "py311-jupyterlab_server"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-metakernel",
                        "py311-jupyter"
                    ]
                }
            ]
        }
    ]
}