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

{
    "count": 51750,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=140",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=138",
    "results": [
        {
            "name": "pure-faust",
            "portdir": "pure/pure-faust",
            "version": "0.13",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-faust",
            "description": "a module which lets you load and run Faust-generated signal processing modules in Pure",
            "long_description": "pure-faust provides a module which lets you load and run Faust-generated signal processing modules in Pure.",
            "active": true,
            "categories": [
                "lang",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "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-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libffi",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pure-gtk"
                    ]
                }
            ]
        },
        {
            "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-9.0"
                    ]
                },
                {
                    "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-12"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-12"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "unixODBC",
                        "gmp",
                        "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "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-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-autopep8",
                        "py35-autopep8",
                        "py36-autopep8",
                        "py38-autopep8",
                        "py310-autopep8",
                        "py311-autopep8",
                        "py312-autopep8",
                        "py313-autopep8",
                        "py314-autopep8",
                        "py37-autopep8",
                        "py39-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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-awscli",
                        "py36-awscli",
                        "py37-awscli2",
                        "py37-awscli",
                        "py38-awscli",
                        "py39-awscli",
                        "py38-awscli2",
                        "py310-awscli2",
                        "py311-awscli2",
                        "py312-awscli2",
                        "py313-awscli2",
                        "py314-awscli2",
                        "py310-awscli",
                        "py311-awscli",
                        "py312-awscli",
                        "py313-awscli",
                        "py314-awscli",
                        "py39-awscli2"
                    ]
                }
            ]
        },
        {
            "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-14"
                    ]
                }
            ],
            "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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-bpython",
                        "py36-bpython",
                        "py27-bpython",
                        "py38-bpython",
                        "py310-bpython",
                        "py311-bpython",
                        "py37-bpython",
                        "py39-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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-zc-buildout"
                    ]
                }
            ]
        },
        {
            "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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-csvkit",
                        "py35-csvkit",
                        "py36-csvkit",
                        "py37-csvkit",
                        "py38-csvkit",
                        "py310-csvkit",
                        "py311-csvkit",
                        "py312-csvkit",
                        "py313-csvkit",
                        "py39-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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-cython-devel",
                        "py39-cython",
                        "py38-cython",
                        "py27-cython",
                        "py36-cython",
                        "py37-cython",
                        "py310-cython",
                        "py311-cython",
                        "py312-cython",
                        "py313-cython",
                        "py314-cython",
                        "py35-cython"
                    ]
                }
            ]
        },
        {
            "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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-fabric",
                        "py27-fabric",
                        "py36-fabric",
                        "py310-fabric",
                        "py311-fabric",
                        "py312-fabric",
                        "py313-fabric",
                        "py314-fabric",
                        "py38-fabric",
                        "py39-fabric"
                    ]
                }
            ]
        },
        {
            "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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-flake8",
                        "py35-flake8",
                        "py36-flake8",
                        "py37-flake8",
                        "py39-flake8",
                        "py310-flake8",
                        "py311-flake8",
                        "py312-flake8",
                        "py313-flake8",
                        "py314-flake8",
                        "py38-flake8"
                    ]
                }
            ]
        },
        {
            "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-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-fonttools",
                        "py36-fonttools",
                        "py39-fonttools",
                        "py310-fonttools",
                        "py311-fonttools",
                        "py312-fonttools",
                        "py313-fonttools",
                        "py314-fonttools",
                        "py37-fonttools",
                        "py38-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "hieroglyph_select",
            "portdir": "python/hieroglyph_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default hieroglyph version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of hieroglyph.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-hieroglyph",
                        "py35-hieroglyph",
                        "py36-hieroglyph",
                        "py39-hieroglyph",
                        "py37-hieroglyph",
                        "py38-hieroglyph",
                        "py310-hieroglyph"
                    ]
                }
            ]
        },
        {
            "name": "honcho_select",
            "portdir": "python/honcho_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default honcho version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of honcho.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-honcho",
                        "py35-honcho",
                        "py36-honcho",
                        "py39-honcho",
                        "py37-honcho",
                        "py38-honcho",
                        "py310-honcho"
                    ]
                }
            ]
        },
        {
            "name": "httpx_select",
            "portdir": "python/httpx_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default httpx version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of httpx.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-httpx",
                        "py37-httpx",
                        "py38-httpx",
                        "py310-httpx",
                        "py311-httpx",
                        "py312-httpx",
                        "py313-httpx",
                        "py314-httpx"
                    ]
                }
            ]
        },
        {
            "name": "ioflo_select",
            "portdir": "python/ioflo_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default ioflo version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of ioflo.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-ioflo",
                        "py35-ioflo",
                        "py36-ioflo",
                        "py38-ioflo",
                        "py37-ioflo",
                        "py313-ioflo"
                    ]
                }
            ]
        },
        {
            "name": "ipdb_select",
            "portdir": "python/ipdb_select",
            "version": "0.3",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default ipdb version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of ipdb.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-ipdb",
                        "py36-ipdb",
                        "py37-ipdb",
                        "py27-ipdb",
                        "py310-ipdb",
                        "py311-ipdb",
                        "py313-ipdb",
                        "py312-ipdb",
                        "py38-ipdb"
                    ]
                }
            ]
        },
        {
            "name": "ipython2_select",
            "portdir": "python/ipython2_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default IPython2 version",
            "long_description": "This port installs files that allow 'port select' to create links to the preferred default version of IPython2.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-ipython"
                    ]
                }
            ]
        },
        {
            "name": "ipython3_select",
            "portdir": "python/ipython3_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default IPython3 version",
            "long_description": "This port installs files that allow 'port select' to create links to the preferred default version of IPython3.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-ipython",
                        "py36-ipython",
                        "py37-ipython",
                        "py38-ipython",
                        "py310-ipython",
                        "py311-ipython",
                        "py312-ipython",
                        "py313-ipython",
                        "py314-ipython",
                        "py39-ipython"
                    ]
                }
            ]
        },
        {
            "name": "ipython_select",
            "portdir": "python/ipython_select",
            "version": "0.4",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default IPython version",
            "long_description": "This port installs files that allow 'port select' to create links to the preferred default version of IPython.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-ipython",
                        "py36-ipython",
                        "py27-ipython",
                        "py37-ipython",
                        "py38-ipython",
                        "py310-ipython",
                        "py311-ipython",
                        "py312-ipython",
                        "py313-ipython",
                        "py314-ipython",
                        "py39-ipython"
                    ]
                }
            ]
        },
        {
            "name": "isort_select",
            "portdir": "python/isort_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default isort version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of isort.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-isort",
                        "py35-isort",
                        "py36-isort",
                        "py310-isort",
                        "py311-isort",
                        "py312-isort",
                        "py313-isort",
                        "py314-isort",
                        "py37-isort",
                        "py38-isort",
                        "py39-isort"
                    ]
                }
            ]
        },
        {
            "name": "local-pipelines_select",
            "portdir": "python/local-pipelines_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default local-pipelines version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of local-pipelines",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py-local-pipelines",
                        "py27-local-pipelines",
                        "py35-local-pipelines",
                        "py36-local-pipelines"
                    ]
                }
            ]
        },
        {
            "name": "memprof_select",
            "portdir": "python/memprof_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default memprof version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of memprof.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-memprof",
                        "py35-memprof",
                        "py36-memprof",
                        "py39-memprof",
                        "py310-memprof",
                        "py311-memprof"
                    ]
                }
            ]
        },
        {
            "name": "mypy_select",
            "portdir": "python/mypy_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default mypy version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of mypy.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-mypy",
                        "py310-mypy",
                        "py311-mypy",
                        "py312-mypy",
                        "py313-mypy",
                        "py314-mypy",
                        "py39-mypy",
                        "py38-mypy"
                    ]
                }
            ]
        },
        {
            "name": "nosetests_select",
            "portdir": "python/nosetests_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default nosetests version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of nosetests",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-nose",
                        "py36-nose",
                        "py37-nose",
                        "py39-nose",
                        "py-nose",
                        "py27-nose",
                        "py310-nose",
                        "py311-nose",
                        "py38-nose",
                        "py312-nose",
                        "py313-nose"
                    ]
                }
            ]
        },
        {
            "name": "pep8_select",
            "portdir": "python/pep8_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default pep8 version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of pep8.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-pep8",
                        "py27-pep8",
                        "py35-pep8",
                        "py36-pep8",
                        "py38-pep8",
                        "py39-pep8",
                        "py310-pep8"
                    ]
                }
            ]
        },
        {
            "name": "pip_select",
            "portdir": "python/pip_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default pip version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of the pip, pip2 and pip3 commands.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-pip",
                        "py36-pip",
                        "py37-pip",
                        "py38-pip",
                        "py34-pip",
                        "calendar-contacts-server",
                        "py39-pip",
                        "py27-pip",
                        "py26-pip",
                        "py32-pip",
                        "py33-pip",
                        "py310-pip",
                        "py312-pip",
                        "py311-pip",
                        "py313-pip",
                        "py314-pip"
                    ]
                }
            ]
        },
        {
            "name": "py-beautifulsoup",
            "portdir": "python/py-beautifulsoup",
            "version": "3.2.2",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-beautifulsoup"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-beautifulsoup",
            "portdir": "python/py-beautifulsoup",
            "version": "3.2.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.crummy.com/software/BeautifulSoup/",
            "description": "Python HTML/XML parser",
            "long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "redo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py-beautifulsoup",
                        "gourmet"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-FlexGet"
                    ]
                }
            ]
        },
        {
            "name": "py-clnum",
            "portdir": "python/py-clnum",
            "version": "1.6",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://calcrpnpy.sourceforge.net/",
            "description": "a Python interface to the Class Library for Numbers (CLN)",
            "long_description": "clnum is a Python interface to the Class Library for Numbers (CLN).",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py26-clnum"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py26-clnum",
            "portdir": "python/py-clnum",
            "version": "1.6",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://calcrpnpy.sourceforge.net/",
            "description": "a Python interface to the Class Library for Numbers (CLN)",
            "long_description": "clnum is a Python interface to the Class Library for Numbers (CLN).",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python26",
                        "cln"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-clnum"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py26-rpncalc"
                    ]
                }
            ]
        },
        {
            "name": "py-daemon",
            "portdir": "python/py-daemon",
            "version": "1.0.1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.clapper.org/software/python/daemon/",
            "description": "Module to daemonize the calling process",
            "long_description": "Module to daemonize the calling process",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-daemon"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}