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

{
    "count": 50612,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=557",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=555",
    "results": [
        {
            "name": "py27-psychopy",
            "portdir": "python/py-psychopy",
            "version": "1.78.01",
            "license": "unknown",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.psychopy.org",
            "description": "PsychoPy is an open-source package for creating psychology stimuli in Python",
            "long_description": "PsychoPy is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pyglet",
                        "python27",
                        "py27-scipy",
                        "py27-Pillow",
                        "py27-matplotlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-psychopy"
                    ]
                }
            ]
        },
        {
            "name": "py27-psutil",
            "portdir": "python/py-psutil",
            "version": "6.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/giampaolo/psutil",
            "description": "A process utilities module for Python.",
            "long_description": "psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, disk, memory) in a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, free, netstat, ifconfig, nice, ionice, iostato, iotop, uptime, tty.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-distributed",
                        "py27-helpdev",
                        "terminator",
                        "calendar-contacts-server",
                        "py27-blaze"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-lz4",
                        "py27-selectors2"
                    ]
                }
            ]
        },
        {
            "name": "py27-pss",
            "portdir": "python/py-pss",
            "version": "1.42",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eliben/pss",
            "description": "pss is a tool for grepping through source code",
            "long_description": "pss is a tool for grepping through source code",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py-pss_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-prov",
            "portdir": "python/py-prov",
            "version": "1.5.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://prov.readthedocs.org",
            "description": "A Python library for W3C Provenance Data Model",
            "long_description": "A Python library for W3C Provenance Data Model. It supports PROV-JSON and PROV-XML serialization and deserialization, and exporting of PROV documents into various graphical formats, e.g. PDF, PNG, SVG.",
            "active": false,
            "categories": [
                "devel",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-lxml",
                        "py27-networkx",
                        "python27",
                        "py27-rdflib",
                        "py27-six",
                        "py27-pydot",
                        "py27-dateutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-protobuf3",
            "portdir": "python/py-protobuf3",
            "version": "3.17.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/protobuf",
            "description": "Encode data in an efficient yet extensible format.",
            "long_description": "Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "protobuf3-cpp",
                        "python27",
                        "py27-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-tensorboard1",
                        "ola"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-axolotl"
                    ]
                }
            ]
        },
        {
            "name": "py27-protobuf",
            "portdir": "python/py-protobuf",
            "version": "2.6.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/protobuf",
            "description": "Encode data in an efficient yet extensible format.",
            "long_description": "Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-google-apputils"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "protobuf-cpp",
                        "python27",
                        "py27-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-protobuf",
                        "sumo"
                    ]
                }
            ]
        },
        {
            "name": "py27-protego",
            "portdir": "python/py-protego",
            "version": "0.1.16",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/Protego",
            "description": "Protego is a pure-Python `robots.txt` parser with support for modern conventions.",
            "long_description": "Protego is a pure-Python `robots.txt` parser with support for modern conventions.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py27-prompt_toolkit",
            "portdir": "python/py-prompt_toolkit",
            "version": "1.0.18",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/prompt-toolkit/python-prompt-toolkit",
            "description": "Library for building powerful interactive command lines in Python",
            "long_description": "Library for building powerful interactive command lines in Python",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-six",
                        "python27",
                        "py27-wcwidth",
                        "py27-pygments"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-jupyter_console",
                        "py27-ipython"
                    ]
                }
            ]
        },
        {
            "name": "py27-prometheus_client",
            "portdir": "python/py-prometheus_client",
            "version": "0.11.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/prometheus/client_python",
            "description": "Prometheus instrumentation library for Python applications",
            "long_description": "Prometheus instrumentation library for Python applications",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-notebook"
                    ]
                }
            ]
        },
        {
            "name": "py27-progressbar",
            "portdir": "python/py-progressbar",
            "version": "2.5.20251208",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/niltonvolpato/python-progressbar",
            "description": "Text progressbar library for python",
            "long_description": "This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-pytest-runner",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "youtube-upload"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-FlexGet"
                    ]
                }
            ]
        },
        {
            "name": "py27-processing",
            "portdir": "python/py-processing",
            "version": "0.52",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://py.processing.org/",
            "description": "Using processes which mimics the threading module",
            "long_description": "Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-processing"
                    ]
                }
            ]
        },
        {
            "name": "py27-probstat",
            "portdir": "python/py-probstat",
            "version": "0.912",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://probstat.sourceforge.net/",
            "description": "Probability And Statistics for python",
            "long_description": "python module for doing fast Permutations, Combinations, Cartesian product and Priority Queue.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-probstat"
                    ]
                }
            ]
        },
        {
            "name": "py27-prettytable",
            "portdir": "python/py-prettytable",
            "version": "0.7.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/PrettyTable",
            "description": "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.",
            "long_description": "PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of sub-tables by specifying a row range.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-ipython-sql",
                        "py27-irodsclient"
                    ]
                }
            ]
        },
        {
            "name": "py27-pretend",
            "portdir": "python/py-pretend",
            "version": "1.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alex/pretend",
            "description": "A library for stubbing in Python",
            "long_description": "A library for stubbing in Python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py27-parver",
                        "py27-structlog",
                        "py27-packaging"
                    ]
                }
            ]
        },
        {
            "name": "py27-preshed",
            "portdir": "python/py-preshed",
            "version": "3.0.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/explosion/preshed",
            "description": "Cython hash tables that assume keys are pre-hashed",
            "long_description": "Cython hash tables that assume keys are pre-hashed",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jonesc",
                    "github": "cjones051073",
                    "ports_count": 220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-cython",
                        "python27",
                        "py27-murmurhash",
                        "py27-cymem"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pptx",
            "portdir": "python/py-pptx",
            "version": "0.6.21",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scanny/python-pptx",
            "description": "Python module for creating and updating PowerPoint files.",
            "long_description": "A typical use would be generating a customized PowerPoint presentation from database content, downloadble by clicking a link in a web application. Several developers have used it to automate production of presentation-ready engineering status reports based on information held in their work management system. It could also be used for making bulk updates to a library of presentations or simply to automate the production of a slide or two that would be tedious to get right by hand.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 221
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-Pillow",
                        "py27-XlsxWriter",
                        "py27-lxml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pp",
            "portdir": "python/py-pp",
            "version": "1.6.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.parallelpython.com",
            "description": "parallel python module",
            "long_description": "Use PP to run your software in parallel",
            "active": false,
            "categories": [
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pp"
                    ]
                }
            ]
        },
        {
            "name": "py27-powerline",
            "portdir": "python/py-powerline",
            "version": "2.8.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/powerline/powerline",
            "description": "Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.",
            "long_description": "Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 227
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-posixtimezone",
            "portdir": "python/py-posixtimezone",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://stuartbishop.net/Software/PosixTimeZone/",
            "description": "tzinfo implementation for python",
            "long_description": "PosixTimeZone is a tzinfo implementation for Python, using the POSIX calls provided by many operating systems to handle timezone calculations.",
            "active": false,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-posixtimezone"
                    ]
                }
            ]
        },
        {
            "name": "py27-portend",
            "portdir": "python/py-portend",
            "version": "2.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/portend",
            "description": "TCP port monitoring utilities",
            "long_description": "TCP port monitoring utilities",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-tempora"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-cherrypy"
                    ]
                }
            ]
        },
        {
            "name": "py27-poppler-qt5",
            "portdir": "python/py-poppler-qt5",
            "version": "21.1.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wbsoft/python-poppler-qt5",
            "description": "Python binding for Poppler-Qt5",
            "long_description": "python-poppler-qt5 is a Python binding for Poppler-Qt5 that aims for completeness and for being actively maintained. Using this module you can access the contents of PDF files inside PyQt5 applications.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pyqt5",
                        "qt5-qtbase",
                        "py27-sip4",
                        "poppler-qt5",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-poppler-qt4",
            "portdir": "python/py-poppler-qt4",
            "version": "0.24.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wbsoft/python-poppler-qt4",
            "description": "Python binding for Poppler-Qt4",
            "long_description": "python-poppler-qt4 is a Python binding for Poppler-Qt4 that aims for completeness and for being actively maintained. Using this module you can access the contents of PDF files inside PyQt4 applications.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "qt4-mac",
                        "py27-sip4",
                        "py27-pyqt4",
                        "poppler-qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-poppler",
            "portdir": "python/py-poppler",
            "version": "0.12.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/poppler-python",
            "description": "Python bindings to the Poppler library",
            "long_description": "Python bindings for the Poppler PDF rendering library (libpoppler-glib).",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "atk",
                        "poppler",
                        "python27",
                        "py27-pygtk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-poppler",
                        "gourmet"
                    ]
                }
            ]
        },
        {
            "name": "py27-polygon",
            "portdir": "python/py-polygon",
            "version": "2.0.8",
            "license": "LGPL and Noncommercial",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.j-raedler.de/projects/polygon",
            "description": "Python bindings for General Polygon Clipping Library",
            "long_description": "Polygon is a python package that simplifies the handling of polygons in 2D. It contains Python bindings for gpc, the excellent General Polygon Clipping Library by Alan Murta and some extensions written in C and pure Python.",
            "active": false,
            "categories": [
                "devel",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "numpy",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-poly",
            "portdir": "python/py-poly",
            "version": "0.1.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/Poly/",
            "description": "framework for rapidly developing distributed applications",
            "long_description": "Poly provides a framework for rapidly developing distributed applications where the number of work units to be performed is known in advance. It causes many of the hassles of distributed computing to be handled automatically.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-poly"
                    ]
                }
            ]
        },
        {
            "name": "py27-podcastparser",
            "portdir": "python/py-podcastparser",
            "version": "0.6.6",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gpodder/podcastparser",
            "description": "Simplified, fast RSS parser.",
            "long_description": "The podcast parser project is a library from the gPodder project to provide an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-nose"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pmw",
            "portdir": "python/py-pmw",
            "version": "2.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pmw.sourceforge.net/",
            "description": "high-level compound widget toolkit",
            "long_description": "Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-tkinter"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-plyvel",
            "portdir": "python/py-plyvel",
            "version": "1.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wbolster/plyvel",
            "description": "Plyvel is a fast and feature-rich Python interface to LevelDB.",
            "long_description": "Plyvel is a Python interface to LevelDB that has a rich feature set, high performance and a friendly Pythonic API.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "leveldb",
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "john-jumbo",
                        "john-jumbo-devel"
                    ]
                }
            ]
        },
        {
            "name": "py27-ply",
            "portdir": "python/py-ply",
            "version": "3.11",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dabeaz.com/ply/",
            "description": "lex and yacc implementation for Python",
            "long_description": "lex and yacc implementation for Python",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qt513-qtwebengine",
                        "qt513-qtwebengine-docs",
                        "qt511-qtwebengine-docs",
                        "qt56-qtwebengine",
                        "qt56-qtwebengine-docs",
                        "qt55-qtwebengine",
                        "qt55-qtwebengine-docs",
                        "qt57-qtwebengine",
                        "qt57-qtwebengine-docs",
                        "qt511-qtwebengine",
                        "qt58-qtwebengine",
                        "qt58-qtwebengine-docs",
                        "qt59-qtwebengine",
                        "qt59-qtwebengine-docs",
                        "qt5-qtwebengine",
                        "qt5-qtwebengine-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pylibelf",
                        "py27-smi"
                    ]
                }
            ]
        },
        {
            "name": "py27-plumbum",
            "portdir": "python/py-plumbum",
            "version": "1.6.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://plumbum.readthedocs.org",
            "description": "Plumbum (Latin for lead, which was used to create pipes back in the day) is a small yet feature-rich library for shell script-like programs in Python.",
            "long_description": "Plumbum (Latin for lead, which was used to create pipes back in the day) is a small yet feature-rich library for shell script-like programs in Python. The motto of the library is \"Never write shell scripts again\", and thus it attempts to mimic the shell syntax (\"shell combinators\") where it makes sense, while keeping it all pythonic and cross-platform.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "g5pw",
                    "github": "g5pw",
                    "ports_count": 28
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-six"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pluggy",
            "portdir": "python/py-pluggy",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pytest-dev/pluggy",
            "description": "Plugin and hook calling mechanisms for Python",
            "long_description": "This is the plugin manager as used by pytest but stripped of pytest specific details.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "pedro.salgado",
                    "github": "steenzout",
                    "ports_count": 53
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools_scm",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-importlib-metadata"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-tox",
                        "py27-language-server",
                        "py27-pytest"
                    ]
                }
            ]
        },
        {
            "name": "py27-plistservices",
            "portdir": "python/py-plistservices",
            "version": "2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sarwat.net/opensource/",
            "description": "reads and writes CoreFoundation XML Property List",
            "long_description": "Reads and writes CoreFoundation XML Property List files. Includes an ISO 8601 string parser conforming to w3cs note. plistservices is more functional than the version of plistlib included with Python 2.3 and has an interface similar to Foundations NSPropertyListSerialization.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-plistservices"
                    ]
                }
            ]
        },
        {
            "name": "py27-platformdirs",
            "portdir": "python/py-platformdirs",
            "version": "2.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/platformdirs/platformdirs",
            "description": "A small Python module for determining appropriate platform-specific dirs",
            "long_description": "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\".",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "py27-setuptools_scm",
                        "py27-toml",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-virtualenv"
                    ]
                }
            ]
        },
        {
            "name": "py27-plac",
            "portdir": "python/py-plac",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/micheles/plac",
            "description": "Plac: Parsing the Command Line the Easy Way",
            "long_description": "Plac: Parsing the Command Line the Easy Way",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jonesc",
                    "github": "cjones051073",
                    "ports_count": 220
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pkginfo",
            "portdir": "python/py-pkginfo",
            "version": "1.8.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pkginfo",
            "description": "Query metadatdata from sdists and bdists installed packages.",
            "long_description": "Provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg).",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 169
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-importlib-metadata"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pkgconfig",
            "portdir": "python/py-pkgconfig",
            "version": "1.5.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/matze/pkgconfig",
            "description": "Python module to interface with pkg-config.",
            "long_description": "Python module to interface with pkg-config. It can be used to check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS, and parse the output to build extensions with setup.py.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py27-xmlsec",
                        "py27-lz4",
                        "digital_rf"
                    ]
                }
            ]
        },
        {
            "name": "py27-pivy",
            "portdir": "python/py-pivy",
            "version": "0.6.2",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FreeCAD/pivy",
            "description": "Pivy is a Coin binding for Python.",
            "long_description": "Pivy is a Coin binding for Python.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "swig-python",
                        "Coin-framework",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pipfile",
            "portdir": "python/py-pipfile",
            "version": "0.0.2",
            "license": "(Apache-2 or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/pipfile",
            "description": "The pipfile specification and parser",
            "long_description": "The pipfile specification and parser",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-toml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pipedream",
            "portdir": "python/py-pipedream",
            "version": "0.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.speakeasy.org/~bob_green/pipedream/",
            "description": "python module for easy communication over pipes",
            "long_description": "pipedream is a Python module intended to simplify launching and communicating with child processes over pipes. It provides a simple API based on cross-platform abstractions so the programmer does not need to manage launching child processes, opening and closing pipes, timeouts, or platform-specific peculiarities. It is especially useful for communicating with interactive programs which use stdin/stdout/stderr.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pipedream"
                    ]
                }
            ]
        },
        {
            "name": "py27-pip",
            "portdir": "python/py-pip",
            "version": "20.3.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pip.pypa.io",
            "description": "A tool for installing and managing Python packages.",
            "long_description": "pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pip_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py27-astropy-healpix",
                        "py27-tensorboard1",
                        "py27-tensorflow_estimator1",
                        "py27-murmurhash",
                        "py27-arpeggio",
                        "py27-mkl",
                        "py27-mkl-include"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-reportlab",
                        "calendar-contacts-server"
                    ]
                }
            ]
        },
        {
            "name": "py27-pint",
            "portdir": "python/py-pint",
            "version": "0.9",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pint.readthedocs.org/",
            "description": "Pint: a Python units library",
            "long_description": "Pint is Python module/package to define, operate and manipulate physical quantities: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "g5pw",
                    "github": "g5pw",
                    "ports_count": 28
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-funcsigs",
                        "py27-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pinocchio",
            "portdir": "python/py-pinocchio",
            "version": "0.4.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mkwiatkowski/pinocchio",
            "description": "pinocchio plugins for the nose testing framework",
            "long_description": "Extra plugins for the nose testing framework. Provides tools for flexibly assigning decorator tags to tests, choosing tests based on their runtime, doing moderately sophisticated code coverage analysis of your unit tests, and making your test descriptions look like specifications.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-colorama",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-nose"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-Pillow",
            "portdir": "python/py-Pillow",
            "version": "6.2.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-imaging/Pillow",
            "description": "Python Imaging Library (fork)",
            "long_description": "Python Imaging Library (fork)",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "openjpeg",
                        "tiff",
                        "webp",
                        "zlib",
                        "freetype",
                        "py27-olefile",
                        "py27-tkinter",
                        "python27",
                        "lcms2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-opengl",
                        "py27-xhtml2pdf",
                        "fdroidserver",
                        "py27-pyslides",
                        "py27-psychopy",
                        "gourmet",
                        "py27-pptx",
                        "py27-astlib",
                        "py27-blockdiag",
                        "py27-cartopy",
                        "py27-mahotas",
                        "py27-bokeh",
                        "comix",
                        "py27-openslide",
                        "py27-imageio",
                        "py27-reportlab",
                        "py27-pyphant-imageprocessing"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-aplpy",
                        "py27-scikit-image",
                        "py27-wxpython-4.0",
                        "py27-kivy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-django-countries"
                    ]
                }
            ]
        },
        {
            "name": "py27-pil",
            "portdir": "python/py-pil",
            "version": "1.1.7",
            "license": "MIT",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20201121102218/http://www.pythonware.com/products/pil/",
            "description": "Python Imaging Library",
            "long_description": "The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lcms",
                        "python27",
                        "freetype",
                        "py27-tkinter"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pil"
                    ]
                }
            ]
        },
        {
            "name": "py27-pika",
            "portdir": "python/py-pika",
            "version": "0.12.0",
            "license": "(MPL-1.1 or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pika.readthedocs.org/",
            "description": "Pure-Python implementation of the AMQP 0-9-1 protocol.",
            "long_description": "Pure-Python implementation of the AMQP 0-9-1 protocol.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-piddle",
            "portdir": "python/py-piddle",
            "version": "1.0.15",
            "license": "LGPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://piddle.sourceforge.net/",
            "description": "python module for creating two-dimensional graphics",
            "long_description": "PIDDLE is a Python module for creating two-dimensional graphics in a manner that is both cross-platform and cross-media. That is, it can support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file output (PostScript, PDF, GIF, etc.).",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-piddle"
                    ]
                }
            ]
        },
        {
            "name": "py27-pickleshare",
            "portdir": "python/py-pickleshare",
            "version": "0.7.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vivainio/pickleshare",
            "description": "Tiny 'shelve'-like database with concurrency support.",
            "long_description": "Tiny 'shelve'-like database with concurrency support.",
            "active": false,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-pathlib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-ipython"
                    ]
                }
            ]
        },
        {
            "name": "py27-phonenumbers",
            "portdir": "python/py-phonenumbers",
            "version": "8.12.44",
            "license": "apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/daviddrysdale/python-phonenumbers",
            "description": "parsing, formatting, storing and validating international phone numbers",
            "long_description": "Python version of the Google common library for parsing, formatting, storing and validating international phone numbers",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 436
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "py27-wheel",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pgsql",
            "portdir": "python/py-pgsql",
            "version": "2.5.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pypgsql.sourceforge.net/",
            "description": "python DB-API 2.0 compliant interface to postgresql",
            "long_description": "pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.",
            "active": false,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "postgresql82",
                "postgresql83",
                "postgresql84",
                "postgresql90",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql84",
                        "python27",
                        "py27-mx-base"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pgsql"
                    ]
                }
            ]
        },
        {
            "name": "py27-pgspecial",
            "portdir": "python/py-pgspecial",
            "version": "1.11.10",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pgspecial/",
            "description": "Meta-commands handler for Postgres Database",
            "long_description": "This package provides an API to execute meta-commands (AKA “special”, or “backslash commands”) on PostgreSQL.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "xeron.oskom",
                    "github": "xeron",
                    "ports_count": 20
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-click",
                        "py27-psycopg2",
                        "py27-sqlparse"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}