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

{
    "count": 52294,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=673",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=671",
    "results": [
        {
            "name": "pure-ffi",
            "portdir": "pure/pure-ffi",
            "version": "0.16",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-ffi",
            "description": "an interface to libffi which enables you to call C functions from Pure and vice versa",
            "long_description": "pure-ffi provides an interface to libffi which enables you to call C functions from Pure and vice versa. It goes beyond Pure’s built-in C interface in that it also handles C structs and makes Pure functions callable from C. Moreover, depending on the libffi implementation, it may also be possible to call foreign languages other than C.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libffi",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pure-gtk"
                    ]
                }
            ]
        },
        {
            "name": "pure-g2",
            "portdir": "pure/pure-g2",
            "version": "0.3",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-g2",
            "description": "an interface to the g2 graphics library for Pure",
            "long_description": "pure-g2 provides an interface to the g2 graphics library for Pure.",
            "active": true,
            "categories": [
                "graphics",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "g2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gen",
            "portdir": "pure/pure-gen",
            "version": "0.25",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gen",
            "description": "a Pure C bindings generator",
            "long_description": "pure-gen is a Pure C bindings generator.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "gcc43",
                "gcc44",
                "gcc45",
                "gcc46",
                "gcc47",
                "gcc48",
                "gcc49",
                "gcc6",
                "gcc12"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "file",
                        "grep",
                        "gsed",
                        "clang-18",
                        "alex",
                        "cctools",
                        "happy",
                        "openssl",
                        "pkgconfig",
                        "cabal",
                        "ghc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "pure",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gl",
            "portdir": "pure/pure-gl",
            "version": "0.9",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gl",
            "description": "an interface to access OpenGL functions from Pure",
            "long_description": "pure-gl provides an interface to access OpenGL functions from Pure.",
            "active": true,
            "categories": [
                "graphics",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-glpk",
            "portdir": "pure/pure-glpk",
            "version": "0.6",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-glpk",
            "description": "an interface to the GNU Linear Programming Kit (GLPK) for the Pure programming language",
            "long_description": "pure-glpk provides an interface to the GNU Linear Programming Kit (GLPK) for the Pure programming language.",
            "active": true,
            "categories": [
                "lang",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "zlib",
                        "glpk",
                        "pure",
                        "gmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gsl",
            "portdir": "pure/pure-gsl",
            "version": "0.12",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gsl",
            "description": "a wrapper to call GNU Scientific Library functions from Pure",
            "long_description": "pure-gsl aims to provide a complete wrapper for the GNU Scientific Library which provides a wide range of mathematical routines useful for scientific programming, number crunching and signal processing applications.",
            "active": true,
            "categories": [
                "science",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "gsl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gtk",
            "portdir": "pure/pure-gtk",
            "version": "0.13",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gtk",
            "description": "a collection of bindings to use the GTK+ GUI toolkit version 2.x with Pure",
            "long_description": "pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango libraries, each in their own Pure module",
            "active": true,
            "categories": [
                "x11",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "cairo",
                        "atk",
                        "pure-ffi",
                        "pango",
                        "pure",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-liblo",
            "portdir": "pure/pure-liblo",
            "version": "0.9",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-liblo",
            "description": "an interface to liblo, which implements Berkeley’s Open Sound Control (OSC) protocol",
            "long_description": "pure-liblo provides an interface to liblo, which implements Berkeley’s Open Sound Control (OSC) protocol. OSC is used to exchange data between multimedia devices and software across the network.",
            "active": true,
            "categories": [
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "liblo",
                        "gmp",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-lilv",
            "portdir": "pure/pure-lilv",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-lilv",
            "description": "a Pure interface to David Robillard’s Lilv, an LV2 plugin host library",
            "long_description": "pure-lilv provides a Pure interface to David Robillard’s Lilv, an LV2 plugin host library. It lets you write LV2 audio and MIDI plugin hosts in the Pure programming language.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lilv",
                        "lv2",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-lv2",
            "portdir": "pure/pure-lv2",
            "version": "0.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-lv2",
            "description": "a generic LV2 plugin wrapper for Pure",
            "long_description": "pure-lv2 provides a generic LV2 plugin wrapper for Pure. It lets you write LV2 audio and MIDI plugins in the Pure programming language.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lv2",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-midi",
            "portdir": "pure/pure-midi",
            "version": "0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-midi",
            "description": "a MIDI interface for the Pure programming language",
            "long_description": "pure-midi provides a MIDI interface for the Pure programming language using the PortMidi library.",
            "active": true,
            "categories": [
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "portmidi",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "name": "pure-mpfr",
            "portdir": "pure/pure-mpfr",
            "version": "0.5",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-mpfr",
            "description": "an interface to GNU MPFR from Pure",
            "long_description": "pure-mpfr provides an interface to GNU MPFR from Pure. MPFR is a C library for multiple-precision floating-point computations with correct rounding. It is based on GMP which Pure also uses for its bigint support.",
            "active": true,
            "categories": [
                "devel",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-octave",
            "portdir": "pure/pure-octave",
            "version": "0.13",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-octave",
            "description": "an interface to run Octave commands from Pure",
            "long_description": "pure-octave is an interface to run Octave commands from Pure.",
            "active": true,
            "categories": [
                "science",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "octave"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-odbc",
            "portdir": "pure/pure-odbc",
            "version": "0.10",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-odbc",
            "description": "a simple ODBC interface for the Pure programming language",
            "long_description": "pure-odbc provides a simple ODBC interface for the Pure programming language which lets you access a large variety of open source and commercial database systems from Pure",
            "active": true,
            "categories": [
                "databases",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "unixODBC",
                        "gmp",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-rational",
            "portdir": "pure/pure-rational",
            "version": "0.1",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-rational",
            "description": "a Pure port of Q+Q, Rob Hubbard's rational number library",
            "long_description": "pure-rational is a Pure port of Q+Q, Rob Hubbard's rational number library. It contains rational.pure, a collection of utility functions for rational numbers, and rat_interval.pure, a module for doing interval arithmetic needed by rational.pure. These modules are designed to work with the math.pure module (part of the standard Pure library), which contains the definition of Pure's rational type and implements the basic rational arithmetic.",
            "active": true,
            "categories": [
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-readline",
            "portdir": "pure/pure-readline",
            "version": "0.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-readline",
            "description": "an interface to use readline from Pure",
            "long_description": "pure-readline provides an interface to use readline from Pure.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-reduce",
            "portdir": "pure/pure-reduce",
            "version": "0.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-reduce",
            "description": "a Pure interface to the Reduce computer algebra system",
            "long_description": "pure-reduce provides a Pure interface to the Reduce computer algebra system.",
            "active": true,
            "categories": [
                "devel",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-sockets",
            "portdir": "pure/pure-sockets",
            "version": "0.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-sockets",
            "description": "an interface to the Berkeley socket functions for Pure",
            "long_description": "pure-sockets is an interface to the Berkeley socket functions for Pure. It provides most of the core functionality, so you can create sockets for both stream and datagram-based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them.",
            "active": true,
            "categories": [
                "net",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-sql3",
            "portdir": "pure/pure-sql3",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-sql3",
            "description": "an SQLite interface for the Pure programming language",
            "long_description": "pure-sql3 is a wrapper around SQLite’s C interface that provides Pure programers access to almost all of SQLite’s features, including many that are not available through Pure’s generic ODBC interface.",
            "active": true,
            "categories": [
                "databases",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "gmp",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-stldict",
            "portdir": "pure/pure-stldict",
            "version": "0.8",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-stldict",
            "description": "a Pure interface to the C++ dictionary containers",
            "long_description": "pure-stldict provides a Pure interface to the C++ dictionary containers.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "name": "pure-stllib",
            "portdir": "pure/pure-stllib",
            "version": "0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-stllib",
            "description": "a Pure interface to some C++ container types",
            "long_description": "pure-stllib provides a Pure interface to some C++ container types.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-tk",
            "portdir": "pure/pure-tk",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-tk",
            "description": "a basic interface between Pure and Tcl/Tk",
            "long_description": "pure-tk provides a basic interface between Pure and Tcl/Tk. This module allows you to execute arbitrary commands in the Tcl interpreter, set and retrieve variable values in the interpreter, and invoke Pure callbacks from Tcl/Tk.",
            "active": true,
            "categories": [
                "x11",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-xml",
            "portdir": "pure/pure-xml",
            "version": "0.7",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-xml",
            "description": "an interface to libxml2 and libxslt for Pure",
            "long_description": "pure-xml is an interface to the libxml2 and libxslt libraries for Pure.",
            "active": true,
            "categories": [
                "textproc",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "zlib",
                        "libxslt",
                        "libxml2",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "faust2pd"
                    ]
                }
            ]
        },
        {
            "name": "ansible_select",
            "portdir": "python/ansible_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting the default Ansible version",
            "long_description": "This port installs files that allow 'port select' to create links to the preferred default version of Ansible.",
            "active": true,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "adfernandes",
                    "github": "adfernandes",
                    "ports_count": 45
                },
                {
                    "name": "pedro.salgado",
                    "github": "steenzout",
                    "ports_count": 53
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-ansible-core",
                        "py35-ansible-base",
                        "py36-ansible-core",
                        "py37-ansible-core",
                        "py38-ansible-core",
                        "py39-ansible-core",
                        "py310-ansible-core",
                        "py311-ansible-core",
                        "py312-ansible-core",
                        "py313-ansible-core",
                        "py314-ansible-core"
                    ]
                }
            ]
        },
        {
            "name": "autopep8_select",
            "portdir": "python/autopep8_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default autopep8 version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of autopep8.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-autopep8",
                        "py35-autopep8",
                        "py36-autopep8",
                        "py38-autopep8",
                        "py37-autopep8",
                        "py39-autopep8",
                        "py310-autopep8",
                        "py311-autopep8",
                        "py312-autopep8",
                        "py313-autopep8",
                        "py314-autopep8"
                    ]
                }
            ]
        },
        {
            "name": "awscli_select",
            "portdir": "python/awscli_select",
            "version": "0.3",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default awscli version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of awscli.",
            "active": true,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-awscli",
                        "py36-awscli",
                        "py311-awscli2",
                        "py310-awscli2",
                        "py312-awscli2",
                        "py313-awscli2",
                        "py314-awscli2",
                        "py37-awscli2",
                        "py37-awscli",
                        "py38-awscli",
                        "py39-awscli",
                        "py38-awscli2",
                        "py310-awscli",
                        "py311-awscli",
                        "py312-awscli",
                        "py314-awscli",
                        "py313-awscli",
                        "py39-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "bandit",
            "portdir": "python/bandit",
            "version": "1.9.4",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bandit.readthedocs.io/en/latest",
            "description": "Security oriented static analyser for python code.",
            "long_description": "Security oriented static analyser for python code. Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.",
            "active": true,
            "categories": [
                "security",
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1068
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-pbr",
                        "py314-wheel",
                        "py314-setuptools",
                        "py314-installer",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-stevedore",
                        "py314-gitpython",
                        "py314-sarif-om",
                        "py314-jschema_to_python",
                        "py314-rich",
                        "py314-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "black_select",
            "portdir": "python/black_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default black version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of black.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py36-black",
                        "py38-black",
                        "py37-black",
                        "py310-black",
                        "py311-black",
                        "py312-black",
                        "py313-black",
                        "py314-black",
                        "py39-black"
                    ]
                }
            ]
        },
        {
            "name": "bpython_select",
            "portdir": "python/bpython_select",
            "version": "0.15",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default bpython version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of bpython",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-bpython",
                        "py36-bpython",
                        "py27-bpython",
                        "py38-bpython",
                        "py37-bpython",
                        "py39-bpython",
                        "py310-bpython",
                        "py311-bpython"
                    ]
                }
            ]
        },
        {
            "name": "buildout_select",
            "portdir": "python/buildout_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default buildout version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of buildout.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-zc-buildout"
                    ]
                }
            ]
        },
        {
            "name": "buku",
            "portdir": "python/buku",
            "version": "5.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jarun/buku",
            "description": "A command-line bookmark manager",
            "long_description": "buku is a powerful bookmark manager written in Python3 and SQLite3. buku can auto-import bookmarks from your browser(s) or fetch the title and description of a bookmarked url from the web. You can use your favourite editor to compose and update bookmarks. With multiple search options, including regex and a deep scan mode (particularly for URLs), it can find any bookmark instantly. buku can look up the latest snapshot of a broken link on the Wayback Machine. There's an Easter egg to revisit random forgotten bookmarks too! buku is too busy to track you: no hidden history, obsolete records, usage analytics or homing.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "cardi",
                    "github": "cardi",
                    "ports_count": 8
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-html5lib",
                        "py314-certifi",
                        "py314-urllib3",
                        "py314-cryptography",
                        "py314-beautifulsoup4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "celery_select",
            "portdir": "python/celery_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default celery version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of celery.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2897
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-celery",
                        "py27-celery",
                        "py35-celery",
                        "py36-celery",
                        "py37-celery",
                        "py39-celery",
                        "py310-celery",
                        "py311-celery",
                        "py312-celery",
                        "py313-celery"
                    ]
                }
            ]
        },
        {
            "name": "codespell",
            "portdir": "python/codespell",
            "version": "2.4.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/codespell-project/codespell/",
            "description": "codespell: check code for common misspellings",
            "long_description": "codespell: check code for common misspellings",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-chardet"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csvkit_select",
            "portdir": "python/csvkit_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default csvkit version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of csvkit",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-csvkit",
                        "py35-csvkit",
                        "py36-csvkit",
                        "py37-csvkit",
                        "py38-csvkit",
                        "py39-csvkit",
                        "py310-csvkit",
                        "py311-csvkit",
                        "py312-csvkit",
                        "py313-csvkit"
                    ]
                }
            ]
        },
        {
            "name": "cython_select",
            "portdir": "python/cython_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default cython version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of cython.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-cython",
                        "py36-cython",
                        "py37-cython",
                        "py310-cython",
                        "py311-cython",
                        "py312-cython",
                        "py313-cython",
                        "py314-cython",
                        "py37-cython-devel",
                        "py39-cython",
                        "py38-cython",
                        "py35-cython"
                    ]
                }
            ]
        },
        {
            "name": "django-htmlmin_select",
            "portdir": "python/django-htmlmin_select",
            "version": "0.9.2",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default django-htmlmin version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of django-htmlmin",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 443
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-django-htmlmin",
                        "py35-django-htmlmin",
                        "py36-django-htmlmin",
                        "py313-django-htmlmin"
                    ]
                }
            ]
        },
        {
            "name": "docker-compose",
            "portdir": "python/docker-compose",
            "version": "1.29.2",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/docker/compose",
            "description": "Define and run multi-container applications with Docker",
            "long_description": "Compose is a tool for defining and running multi-container applications with Docker. With Compose, you define a multi- container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 169
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-texttable",
                        "py311-yaml",
                        "py311-jsonschema",
                        "py311-docopt",
                        "python311",
                        "py311-python-dotenv",
                        "py311-docker",
                        "py311-dockerpty",
                        "py311-websocket-client",
                        "py311-distro",
                        "py311-requests",
                        "py311-socks",
                        "py311-six"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "docutils_select",
            "portdir": "python/docutils_select",
            "version": "0.2",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "common files for selecting default docutils version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of docutils.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-docutils",
                        "py310-docutils",
                        "py311-docutils",
                        "py312-docutils",
                        "py313-docutils",
                        "py314-docutils"
                    ]
                }
            ]
        },
        {
            "name": "dot2tex",
            "portdir": "python/dot2tex",
            "version": "2.11.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kjellmf/dot2tex",
            "description": "Convert graphs generated by Graphviz to LaTeX friendly formats",
            "long_description": "The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-parsing",
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz",
                        "texlive"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "dot2texi"
                    ]
                }
            ]
        },
        {
            "name": "doxyqml",
            "portdir": "python/doxyqml",
            "version": "0.5.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://invent.kde.org/sdk/doxyqml",
            "description": "A filler for Doxygen to document QML files",
            "long_description": "doxyqml is an input filler for Doxygen, a documentation system for C++ and a few other languages. doxyqml makes it possible to use Doxygen to document QML code.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "doxygen"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "epy",
            "portdir": "python/epy",
            "version": "2023.6.11",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wustho/epy",
            "description": "CLI ebook Reader",
            "long_description": "A CLI ebook reader that supports epub (.epub, .epub3), FictionBook (.fb2), Mobi, and AZW3 (.azw, .azw3)",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "srirangav",
                    "github": "srirangav",
                    "ports_count": 15
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-poetry-core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fabric_select",
            "portdir": "python/fabric_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default fabric version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of fabric.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-fabric",
                        "py27-fabric",
                        "py36-fabric",
                        "py38-fabric",
                        "py39-fabric",
                        "py310-fabric",
                        "py311-fabric",
                        "py312-fabric",
                        "py313-fabric",
                        "py314-fabric"
                    ]
                }
            ]
        },
        {
            "name": "fava",
            "portdir": "python/fava",
            "version": "1.27.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://beancount.github.io/fava/",
            "description": "Beancount web server",
            "long_description": "Fava is a web frontend for the Beancount plain-text accounting system.",
            "active": true,
            "categories": [
                "python",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "mrdomino",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-flask",
                        "py312-simplejson",
                        "py312-beancount",
                        "python312",
                        "py312-flask-babel",
                        "py312-markdown2",
                        "py312-cheroot",
                        "py312-jinja2",
                        "py312-click",
                        "py312-ply",
                        "py312-babel",
                        "py312-werkzeug"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fdsnwsscripts_select",
            "portdir": "python/fdsnwsscripts_select",
            "version": "1.0",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default fdsnwsscripts version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of fdsnwsscripts, port 'py-fdsnwsscripts'.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 618
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-fdsnwsscripts",
                        "py37-fdsnwsscripts",
                        "py39-fdsnwsscripts",
                        "py38-fdsnwsscripts",
                        "py310-fdsnwsscripts",
                        "py311-fdsnwsscripts",
                        "py312-fdsnwsscripts",
                        "py313-fdsnwsscripts",
                        "py314-fdsnwsscripts"
                    ]
                }
            ]
        },
        {
            "name": "flake8_select",
            "portdir": "python/flake8_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default flake8 version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of 'flake8'.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-flake8",
                        "py35-flake8",
                        "py36-flake8",
                        "py37-flake8",
                        "py39-flake8",
                        "py38-flake8",
                        "py310-flake8",
                        "py311-flake8",
                        "py312-flake8",
                        "py313-flake8",
                        "py314-flake8"
                    ]
                }
            ]
        },
        {
            "name": "flynt",
            "portdir": "python/flynt",
            "version": "1.0.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ikamensh/flynt",
            "description": "CLI tool to convert a python project's %-formatted strings to f-strings.",
            "long_description": "CLI tool to convert a python project's %-formatted strings to f-strings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-hatch-vcs",
                        "py314-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fonttools_select",
            "portdir": "python/fonttools_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default fonttools version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of fonttools.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-fonttools",
                        "py36-fonttools",
                        "py39-fonttools",
                        "py37-fonttools",
                        "py310-fonttools",
                        "py311-fonttools",
                        "py312-fonttools",
                        "py313-fonttools",
                        "py314-fonttools",
                        "py38-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "gdal_select",
            "portdir": "python/gdal_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default py-gdal version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of py-gdal.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "nilason",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-gdal",
                        "py311-gdal",
                        "py310-gdal",
                        "py312-gdal",
                        "py313-gdal",
                        "py314-gdal",
                        "py38-gdal",
                        "py39-gdal"
                    ]
                }
            ]
        },
        {
            "name": "github-backup",
            "portdir": "python/github-backup",
            "version": "0.61.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/josegonzalez/python-github-backup",
            "description": "Backup a GitHub user or organization",
            "long_description": "Backup a GitHub user or organization",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gzdice",
            "portdir": "python/gzdice",
            "version": "0.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gleeblezoid/Diceroller",
            "description": "a Python diceroller",
            "long_description": "gzdice is a Python diceroller designed for tabletop roleplayers and running in terminal to make you feel like a wizard.",
            "active": true,
            "categories": [
                "games",
                "python"
            ],
            "maintainers": [
                {
                    "name": "gzdice",
                    "github": "gleeblezoid",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}