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

{
    "count": 50305,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=668",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=666",
    "results": [
        {
            "name": "py37-pynetdicom",
            "portdir": "python/py-pynetdicom",
            "version": "2.0.2",
            "license": "MIT and BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydicom/pynetdicom",
            "description": "A Python implementation of the DICOM networking protocol",
            "long_description": "pynetdicom is a pure Python 3 package that implements the DICOM networking protocol. Working with pydicom, it allows the easy creation of DICOM Service Class Users (SCUs) and Service Class Providers (SCPs).",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 221
                }
            ],
            "variants": [
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-15",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-pydicom",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyobjc",
            "portdir": "python/py-pyobjc",
            "version": "9.0.1",
            "license": "MIT",
            "platforms": "{darwin >= 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyobjc.readthedocs.io",
            "description": "bidirectional bridge between python and Objective C",
            "long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 171
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-sphinxcontrib-blockdiag",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-sphinx",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-setuptools",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-tensorflow-addons",
                        "py37-param"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-imagecodecs",
                        "py37-gammapy",
                        "py37-applaunchservices",
                        "py37-zope-hookable",
                        "py37-astropy",
                        "py37-pyviz_comms"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyobjc6",
            "portdir": "python/py-pyobjc6",
            "version": "6.2.2",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyobjc.readthedocs.io",
            "description": "Bidirectional bridge between Python and Objective C",
            "long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C-based toolkits and the Objective-C programmer transparent access to Python based functionality.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-sphinx"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools",
                        "libffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyodbc",
            "portdir": "python/py-pyodbc",
            "version": "3.0.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/pyodbc/",
            "description": "Python DB API 2 module for ODBC",
            "long_description": "Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.",
            "active": false,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "unixODBC",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyopencl",
            "portdir": "python/py-pyopencl",
            "version": "2019.1.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mathema.tician.de/software/pyopencl",
            "description": "Python wrapper for OpenCL.",
            "long_description": "PyOpenCL lets you access GPUs and other massively parallel compute devices from Python.",
            "active": false,
            "categories": [
                "science",
                "python",
                "parallel"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-mako",
                        "py37-numpy",
                        "py37-pybind11",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-cffi",
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-decorator",
                        "py37-pytools",
                        "py37-six",
                        "py37-pytest",
                        "py37-appdirs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pyFAI"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyorick",
            "portdir": "python/py-pyorick",
            "version": "1.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dhmunro/pyorick",
            "description": "python connection to yorick",
            "long_description": "The pyorick package starts yorick as a subprocess and provides an interface between python and yorick interpreted code. Features: exec or eval arbitrary yorick code strings; get or set yorick variables; call yorick functions or subroutines with python arguments; get or set slices of large yorick arrays; terminal mode to interact with yorick by keyboard through python. Most of the data is exchanged via binary pipes between the two interpreters. Yorick runs in a request-reply mode. Python prints anything yorick sends to stdout or stderr except prompts.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "thibaut",
                    "github": "paumard",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-numpy",
                        "yorick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyotp",
            "portdir": "python/py-pyotp",
            "version": "2.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyauth.github.io/pyotp",
            "description": "Python One-Time Password Library",
            "long_description": "PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 640
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pypdf",
            "portdir": "python/py-pypdf",
            "version": "3.10.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/py-pdf/pypdf",
            "description": "A utility to read and write pdfs with Python",
            "long_description": "A Pure-Python PDF toolkit. It is capable of extracting document information, splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, and encrypting and decrypting PDF files.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-flit_core",
                        "py37-build",
                        "py37-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-typing_extensions"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-xhtml2pdf"
                    ]
                }
            ]
        },
        {
            "name": "py37-pypdf2",
            "portdir": "python/py-pypdf2",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "py37-pypdf",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by py37-pypdf",
            "long_description": "This port has been replaced by py37-pypdf.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pypeg2",
            "portdir": "python/py-pypeg2",
            "version": "2.15.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fdik.org/pyPEG/",
            "description": "An intrinsic PEG Parser-Interpreter for Python",
            "long_description": "An intrinsic PEG Parser-Interpreter for Python",
            "active": false,
            "categories": [
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 57
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-lxml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyperclip",
            "portdir": "python/py-pyperclip",
            "version": "1.8.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/asweigart/pyperclip",
            "description": "A cross-platform clipboard module for Python",
            "long_description": "A cross-platform clipboard module for Python. It currently handles only plain text.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-mitmproxy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-cmd2"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyplusplus",
            "portdir": "python/py-pyplusplus",
            "version": "1.8.6",
            "license": "Boost-1",
            "platforms": "{darwin any}",
            "epoch": 9,
            "replaced_by": null,
            "homepage": "https://github.com/ompl/pyplusplus",
            "description": "Py++ is a framework for creating a code generator for Boost.Python library and ctypes package",
            "long_description": "Py++ is a framework for creating a code generator for Boost.Python library and ctypes package",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mmoll",
                    "github": "mamoll",
                    "ports_count": 13
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-pygccxml",
                        "py37-setuptools",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pypng",
            "portdir": "python/py-pypng",
            "version": "0.0.20",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/drj11/pypng",
            "description": "Pure Python PNG image encoder/decoder",
            "long_description": "Pure Python PNG image encoder/decoder",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-tensor2tensor"
                    ]
                }
            ]
        },
        {
            "name": "py37-pypostal",
            "portdir": "python/py-pypostal",
            "version": "1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/openvenues/pypostal",
            "description": "International address parsing/normalization",
            "long_description": "Python bindings to libpostal for fast international address parsing/normalization",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 155
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-nose",
                        "py37-setuptools",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-six",
                        "libpostal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyproj",
            "portdir": "python/py-pyproj",
            "version": "3.2.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyproj4.github.io/pyproj",
            "description": "Python interfaces to PROJ.4 functions.",
            "long_description": "Pyrex wrapper to provide python interfaces to PROJ.4 (http://proj.maptools.org) functions. Performs cartographic transformations and geodetic computations.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-16",
                        "py37-cython-compat"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "proj8",
                        "python37",
                        "py37-certifi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pygrib",
                        "py37-geopandas",
                        "py37-metpy",
                        "py37-owslib",
                        "py37-matplotlib-basemap"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-obspy"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyproject_hooks",
            "portdir": "python/py-pyproject_hooks",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
            "description": "API to call PEP 517 hooks",
            "long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "py-bootstrap-modules",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-tomli"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-testpath",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-build"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyproject_metadata",
            "portdir": "python/py-pyproject_metadata",
            "version": "0.7.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FFY00/python-pyproject-metadata",
            "description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "long_description": "Dataclass for PEP 621 metadata with support for core metadata generation",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-packaging",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyqt4",
            "portdir": "python/py-pyqt4",
            "version": "4.12.1",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqt/intro",
            "description": "PyQt4 is a set of Python bindings for the Qt4 toolkit",
            "long_description": "PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 464
                }
            ],
            "variants": [
                "phonon",
                "scintilla",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "dbus-python37",
                        "python37",
                        "py37-sip4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-poppler-qt4",
                        "py37-qscintilla-qt4"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "frescobaldi2"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqt5",
            "portdir": "python/py-pyqt5",
            "version": "5.15.10",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqt/intro",
            "description": "PyQt5 is a set of Python bindings for the Qt5 toolkit",
            "long_description": "PyQt5 is a set of Python bindings for the Qt5 toolkit. The bindings are implemented as a set of Python modules and contain over 620 classes.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "webkit",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "py37-sip",
                        "py37-pyqt-builder",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dbus-python37",
                        "python37",
                        "qt5",
                        "qt5-qtbase",
                        "qt5-qtscript",
                        "qt5-qt3d"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pyqt5-sip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-superqt",
                        "py37-pyqtgraph",
                        "py37-eric-ide",
                        "py37-pyqt5-chart",
                        "py37-gpilab-framework",
                        "py37-vispy",
                        "py37-pyqt5-webengine",
                        "py37-magicgui",
                        "py37-pyface",
                        "py37-qpageview",
                        "py37-pyqt5-scintilla",
                        "py37-poppler-qt5"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder-devel",
                        "py37-qimage2ndarray",
                        "py37-spyder",
                        "py37-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqt5-chart",
            "portdir": "python/py-pyqt5-chart",
            "version": "5.15.6",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtchart",
            "description": "PyQt5 Chart bindings",
            "long_description": "PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library. The bindings sit on top of PyQt5 and are implemented as a single module..",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "pkgconfig",
                        "py37-sip",
                        "py37-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtcharts",
                        "python37",
                        "py37-pyqt5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-eric-ide"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqt5-scintilla",
            "portdir": "python/py-pyqt5-scintilla",
            "version": "2.14.1",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla",
            "description": "PyQt5 bindings for the QScintilla programmers editor widget",
            "long_description": "QScintilla is a port to Qt of the Scintilla programmers editor widget. It supports the traditional low-level Scintilla API and implements a high-level API covering such things as auto-completion, code folding and lexer configuration.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "pkgconfig",
                        "py37-sip",
                        "py37-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qscintilla-qt5",
                        "python37",
                        "py37-pyqt5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-eric-ide"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqt5-sip",
            "portdir": "python/py-pyqt5-sip",
            "version": "12.15.0",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/sip/",
            "description": "The sip module support for PyQt5",
            "long_description": "The sip module support for PyQt5",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-eric-ide"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqt5-webengine",
            "portdir": "python/py-pyqt5-webengine",
            "version": "5.15.6",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqtwebengine",
            "description": "PyQt5 Webengine bindings",
            "long_description": "PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine framework. The framework provides the ability to embed web content in applications and is based on the Chrome browser. The bindings sit on top of PyQt5 and are implemented as three separate modules corresponding to the different libraries that make up the framework.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "pkgconfig",
                        "py37-sip",
                        "py37-pyqt-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtwebengine",
                        "python37",
                        "py37-pyqt5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-eric-ide"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder",
                        "py37-spyder-devel",
                        "py37-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqt-builder",
            "portdir": "python/py-pyqt-builder",
            "version": "1.15.4",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/pyqt-builder/",
            "description": "The PEP 517 compliant PyQt build system",
            "long_description": "The PEP 517 compliant PyQt build system",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools_scm",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-importlib-metadata",
                        "py37-packaging",
                        "py37-sip",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pyqt5-webengine",
                        "py37-pyqt5-scintilla",
                        "py37-poppler-qt5",
                        "py37-pyqt5-chart",
                        "py37-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyqtgraph",
            "portdir": "python/py-pyqtgraph",
            "version": "0.12.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyqtgraph.org/",
            "description": "Scientific Graphics and Qt GUI library for Python",
            "long_description": "PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PyQt5 and numpy. It is intended for use in mathematics / scientific / engineering applications. It is very fast due to its heavy leverage of numpy for number crunching and Qt’s GraphicsView framework for fast display.",
            "active": false,
            "categories": [
                "graphics",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 464
                }
            ],
            "variants": [
                "pyside",
                "opengl",
                "pyqt4",
                "pyqt5"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-opengl",
                        "py37-pyqt5",
                        "py37-scipy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyquery",
            "portdir": "python/py-pyquery",
            "version": "1.4.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gawel/pyquery",
            "description": "A jQuery-like library for Python",
            "long_description": "Pyquery allows you to make jQuery queries on XML documents.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-cssselect",
                        "py37-lxml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-webtest"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyregion",
            "portdir": "python/py-pyregion",
            "version": "2.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/astropy/pyregion",
            "description": "pyregion is a Python module to parse ds9 region files",
            "long_description": "pyregion is a Python module to parse ds9 region files",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-numpy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-astropy",
                        "py37-matplotlib",
                        "py37-parsing"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-aplpy"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyrfc3339",
            "portdir": "python/py-pyrfc3339",
            "version": "1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyRFC3339/",
            "description": "pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.",
            "long_description": "pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-acme"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyro",
            "portdir": "python/py-pyro",
            "version": "4.77",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/irmen/Pyro4",
            "description": "Distributed object middleware for Python (RPC)",
            "long_description": "Pyro means PYthon Remote Objects. It is a library that enables you to build applications in which objects can talk to each other over the network, with minimal programming effort. You can just use normal Python method calls, with almost every possible parameter and return value type, and Pyro takes care of locating the right object on the right computer to execute the method. It is designed to be very easy to use, and to generally stay out of your way. But it also provides a set of powerful features that enables you to build distributed applications rapidly and effortlessly. Pyro is written in 100% pure Python.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-serpent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyrsistent",
            "portdir": "python/py-pyrsistent",
            "version": "0.19.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tobgu/pyrsistent/",
            "description": "Pyrsistent is a number of persistent collections.",
            "long_description": "Pyrsistent is a number of persistent collections.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-hypothesis",
                        "py37-pytest",
                        "py37-pytest-runner"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-jsonschema"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyrxp",
            "portdir": "python/py-pyrxp",
            "version": "2.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyRXP",
            "description": "Fast validating XML parser for python",
            "long_description": "Fast validating XML parser for python",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1511
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-lscsoft-glue"
                    ]
                }
            ]
        },
        {
            "name": "py37-pysam",
            "portdir": "python/py-pysam",
            "version": "0.22.0",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pysam-developers/pysam",
            "description": "Python interface for the SAM/BAM sequence alignment and mapping format",
            "long_description": "Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "git",
                    "github": "SoapZA",
                    "ports_count": 23
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-build",
                        "py37-installer",
                        "py37-cython",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "htslib",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-htseq"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyscard",
            "portdir": "python/py-pyscard",
            "version": "2.0.7",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyscard.sourceforge.io/",
            "description": "Smartcard module for Python.",
            "long_description": "Smartcard module for Python.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 155
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "swig-python"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyshortcuts",
            "portdir": "python/py-pyshortcuts",
            "version": "1.8.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/newville/pyshortcuts",
            "description": "Helps users create shortcuts to run python scripts and other applications.",
            "long_description": "Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools_scm",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyshp",
            "portdir": "python/py-pyshp",
            "version": "2.1.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/GeospatialPython/pyshp",
            "description": "Python Shapefile Library",
            "long_description": "PyShp library provides read and write support for the ESRI shapefile format in pure Python. This format is a popular Geographic Information System vector data format created by ESRI. You can read and write shp, shx, and dbf files with all types of geometry. Everything in the public ESRI shapefile specification is implemented.",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-obspy",
                        "py37-tropycal",
                        "py37-cartopy",
                        "py37-matplotlib-basemap"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyside",
            "portdir": "python/py-pyside",
            "version": "1.2.4",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyside/PySide",
            "description": "LGPL-licensed Python bindings for Qt",
            "long_description": "The PySide project provides LGPL-licensed Python bindings for the Qt cross-platform application and UI framework. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support all of the platforms as Qt itself.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "cmake",
                        "pkgconfig",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-shiboken",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pyside-tools"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyside2",
            "portdir": "python/py-pyside2",
            "version": "5.15.12",
            "license": "(GPL-2 or GPL-3+ or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.qt.io/Qt_for_Python",
            "description": "Python bindings for the Qt cross-platform application and UI framework",
            "long_description": "Python bindings for the Qt cross-platform application and UI framework",
            "active": false,
            "categories": [
                "aqua",
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 23
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1511
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "qt5-sqlite-plugin",
                        "cmake",
                        "pkgconfig",
                        "py37-setuptools",
                        "py37-sphinx",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtsvg",
                        "qt5-qtmacextras",
                        "qt5-qtlocation",
                        "qt5-qtxmlpatterns",
                        "qt5-qtmultimedia",
                        "qt5-qtdatavis3d",
                        "qt5-qtscript",
                        "qt5-qtremoteobjects",
                        "qt5-qtscxml",
                        "qt5-qt3d",
                        "qt5-qtquickcontrols2",
                        "qt5-qtspeech",
                        "qt5-qttools",
                        "qt5-qtwebsockets",
                        "python37",
                        "py37-numpy",
                        "libxml2",
                        "libxslt",
                        "llvm-17",
                        "clang-17",
                        "qt5-qtgamepad",
                        "qt5-qtbase",
                        "qt5-qtwebengine",
                        "qt5-qtdeclarative",
                        "qt5-qtserialport",
                        "qt5-qtsensors",
                        "qt5-qtcharts",
                        "qt5-qtwebchannel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyside-tools",
            "portdir": "python/py-pyside-tools",
            "version": "0.2.15",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qt-project.org/wiki/PySide",
            "description": "Tools for developing PySide applications",
            "long_description": "Tools for developing PySide applications",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "cmake",
                        "pkgconfig",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-pyside",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pystache",
            "portdir": "python/py-pystache",
            "version": "0.6.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/defunkt/pystache",
            "description": "Mustache for Python",
            "long_description": "Pystache is a Python implementation of Mustache. Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pysvn",
            "portdir": "python/py-pysvn",
            "version": "1.9.16",
            "license": "Apache-1.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pysvn.sourceforge.io/",
            "description": "Python Subversion Extension (pysvn)",
            "long_description": "The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apr",
                        "subversion",
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-eric-ide"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyte",
            "portdir": "python/py-pyte",
            "version": "0.8.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/selectel/pyte",
            "description": "an in memory VTXXX-compatible terminal emulator",
            "long_description": "It’s an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de-facto standard for all virtual terminal emulators. pyte follows the suit.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pytest-runner",
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-wcwidth"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-curtsies"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytesseract",
            "portdir": "python/py-pytesseract",
            "version": "0.3.2",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/madmaze/pytesseract",
            "description": "Python-tesseract is a python wrapper for Google's Tesseract-OCR",
            "long_description": "Python-tesseract is a python wrapper for Google's Tesseract-OCR",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 171
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-Pillow",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tesseract"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pytest",
            "portdir": "python/py-pytest",
            "version": "7.4.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytest.org",
            "description": "py.test: simple powerful testing with Python",
            "long_description": "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-tomli",
                        "python37",
                        "py37-exceptiongroup",
                        "py37-importlib-metadata",
                        "py37-iniconfig",
                        "py37-packaging",
                        "py37-pluggy",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pytest_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-docx",
                        "py37-pytest-xdist",
                        "py37-pytest-describe",
                        "py37-pytest-asyncio",
                        "py37-beancount",
                        "py37-pytest-json-report",
                        "py37-pytest-cov",
                        "py37-blaze",
                        "py37-pytest-forked",
                        "py37-pytest-trio",
                        "py37-rpy2",
                        "py37-pytest-mpl",
                        "py37-pytest-qt",
                        "py37-pytest-xprocess",
                        "py37-pytest-random-order"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pytest-virtualenv",
                        "py37-pyopencl",
                        "py37-pytest-flake8",
                        "py37-cartopy",
                        "py37-pytest-datadir",
                        "py37-pytest-regressions",
                        "py37-pytest-sugar",
                        "py37-nbval",
                        "py37-pytest-html",
                        "py37-pytest-metadata",
                        "py37-pytest-benchmark",
                        "py37-pytest-shutil",
                        "py37-pytest-fixture-config",
                        "py37-pytest-mock"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-cairocffi",
                        "py37-catalogue",
                        "py37-cfn-lint",
                        "py37-cftime",
                        "py37-colorlog",
                        "py37-colour",
                        "py37-columnize",
                        "py37-configargparse",
                        "py37-control",
                        "py37-cookies",
                        "py37-country",
                        "py37-cpuinfo",
                        "py37-crc32c",
                        "py37-cssselect2",
                        "py37-csvkit",
                        "py37-cucumber-tag-expressions",
                        "py37-cymem",
                        "py37-databases",
                        "py37-dateutil",
                        "py37-datrie",
                        "py37-ddt",
                        "py37-django-countries",
                        "py37-dnspython",
                        "py37-docker",
                        "py37-emcee",
                        "py37-emcee3",
                        "py37-fairseq",
                        "py37-fastapi",
                        "py37-fastavro",
                        "py37-flake8",
                        "py37-flake8-mccabe",
                        "py37-flask-babel",
                        "py37-freezegun",
                        "py37-ftfy",
                        "py37-fugashi",
                        "py37-future",
                        "py37-fuzzywuzzy",
                        "py37-geopy",
                        "py37-graphql-core",
                        "py37-graphql-relay",
                        "py37-gsd",
                        "py37-gunicorn",
                        "py37-gym",
                        "py37-h11",
                        "py37-hdbscan",
                        "py37-hpack",
                        "py37-html2text",
                        "py37-hydra-core",
                        "py37-hyperframe",
                        "py37-hyperlink",
                        "py37-hypy",
                        "py37-igraph",
                        "py37-iminuit",
                        "py37-immutables",
                        "py37-inflection",
                        "py37-intervaltree",
                        "py37-iso8601",
                        "py37-isort",
                        "py37-jaraco.functools",
                        "py37-jellyfish",
                        "py37-json-rpc",
                        "py37-json-tricks",
                        "py37-json5",
                        "py37-jsonpickle",
                        "py37-kaptan",
                        "py37-keras2onnx",
                        "py37-kfac",
                        "py37-kiwisolver",
                        "py37-latexcodec",
                        "py37-libcloud",
                        "py37-librosa",
                        "py37-lmfit",
                        "py37-lz4",
                        "py37-m2r",
                        "py37-magenta",
                        "py37-managesieve",
                        "py37-marisa-trie",
                        "py37-markupsafe",
                        "py37-mido",
                        "py37-mir_eval",
                        "py37-mitmproxy",
                        "py37-mmtf-python",
                        "py37-mock",
                        "py37-moviepy",
                        "py37-murmurhash",
                        "py37-mutagen",
                        "py37-natsort",
                        "py37-nbval",
                        "py37-neovim",
                        "py37-netaddr",
                        "py37-nmrglue",
                        "py37-note-seq",
                        "py37-numpydoc",
                        "py37-oauthlib",
                        "py37-oct2py",
                        "py37-omegaconf",
                        "py37-onnx",
                        "py37-opt_einsum",
                        "py37-outcome",
                        "py37-panedr",
                        "py37-parameterized",
                        "py37-parse-type",
                        "py37-parsedatetime",
                        "py37-parsel",
                        "py37-parsimonious",
                        "py37-parso",
                        "py37-parver",
                        "py37-pastedeploy",
                        "py37-pdbpp",
                        "py37-photomosaic",
                        "py37-pint",
                        "py37-plumed",
                        "py37-portalocker",
                        "py37-portend",
                        "py37-poyo",
                        "py37-presets",
                        "py37-preshed",
                        "py37-pretend",
                        "py37-pretty-midi",
                        "py37-prompt_toolkit",
                        "py37-pygraphviz",
                        "py37-pygtrie",
                        "py37-pyicu",
                        "py37-pyrsistent",
                        "py37-pytest-asyncio",
                        "py37-pytest-fixture-config",
                        "py37-pytest-shutil",
                        "py37-pytest-timeout",
                        "py37-pytest-virtualenv",
                        "py37-python-jsonrpc-server",
                        "py37-pythonz",
                        "py37-pytools",
                        "py37-qtawesome",
                        "py37-queuelib",
                        "py37-rdflib",
                        "py37-recommonmark",
                        "py37-requests-cache",
                        "py37-resampy",
                        "py37-resumable-urlretrieve",
                        "py37-rope",
                        "py37-sacrebleu",
                        "py37-scikit-hep-awkward1",
                        "py37-scikit-hep-boost-histogram",
                        "py37-scikit-hep-hepstats",
                        "py37-scikit-hep-hepunits",
                        "py37-scikit-hep-hist",
                        "py37-scikit-hep-mplhep",
                        "py37-scikit-hep-mplhep_data",
                        "py37-scikit-hep-particle",
                        "py37-scikit-hep-uproot4",
                        "py37-scipy",
                        "py37-scruffington",
                        "py37-semver",
                        "py37-setuptools_scm_git_archive",
                        "py37-simpy",
                        "py37-six",
                        "py37-soundfile",
                        "py37-spaCy",
                        "py37-spark_parser",
                        "py37-sphinxcontrib-versioning",
                        "py37-srsly",
                        "py37-starlette",
                        "py37-structlog",
                        "py37-supervisor",
                        "py37-sure",
                        "py37-sybil",
                        "py37-tempora",
                        "py37-tensorboardX",
                        "py37-tensorflow-data-validation",
                        "py37-tensorflow-datasets",
                        "py37-term-background",
                        "py37-testfixtures",
                        "py37-texttable",
                        "py37-tfx-bsl",
                        "py37-torchaudio",
                        "py37-transaction",
                        "py37-trustme",
                        "py37-tvdb",
                        "py37-typed-ast",
                        "py37-typer",
                        "py37-tzlocal",
                        "py37-ujson",
                        "py37-uncertainties",
                        "py37-uncompyle6",
                        "py37-us",
                        "py37-watchdog",
                        "py37-wcwidth",
                        "py37-webtest",
                        "py37-wsproto",
                        "py37-wurlitzer",
                        "py37-xarray",
                        "py37-xdis",
                        "py37-xmltodict",
                        "py37-xxhash",
                        "py37-tensorflow-addons",
                        "py37-tensorflow-probability",
                        "py37-hcloud",
                        "py37-cryptography",
                        "py37-black",
                        "py37-astroML",
                        "py37-pyavm",
                        "py37-pythran",
                        "py37-websocket-client",
                        "py37-python-lsp-jsonrpc",
                        "py37-python-lsp-server",
                        "py37-backports.entry-points-selectable",
                        "py37-nmrglue-devel",
                        "py37-iniconfig",
                        "py37-packaging",
                        "py37-pluggy",
                        "py37-zopeinterface",
                        "py37-chardet",
                        "py37-cppy",
                        "py37-webencodings",
                        "py37-text-unidecode",
                        "py37-entrypoints",
                        "py37-filelock",
                        "py37-lazy_object_proxy",
                        "py37-pytest-benchmark",
                        "py37-qstylizer",
                        "py37-wrapt",
                        "py37-rsa",
                        "py37-patsy",
                        "py37-cycler",
                        "py37-pyficache",
                        "py37-asttokens",
                        "py37-about-time",
                        "py37-alive-progress",
                        "py37-jwt",
                        "py37-last",
                        "py37-rarfile",
                        "py37-soco",
                        "py37-path",
                        "py37-responses",
                        "py37-sqlparse",
                        "py37-pick",
                        "py37-tabulate",
                        "py37-seaborn",
                        "py37-myst-parser",
                        "py37-python-ivi",
                        "py37-argh",
                        "py37-bpython",
                        "py37-curtsies",
                        "py37-iocapture",
                        "py37-pyte",
                        "py37-apipkg",
                        "py37-rednose",
                        "py37-wordcloud",
                        "py37-requests-oauthlib",
                        "py37-tomlkit",
                        "py37-protego",
                        "py37-readability-lxml",
                        "py37-undetected-chromedriver",
                        "py37-urlwatch",
                        "py37-openid",
                        "py37-visa",
                        "py37-honcho",
                        "py37-pytest-mock",
                        "py37-jaraco.classes",
                        "py37-zbar",
                        "py37-zopfli",
                        "py37-flask",
                        "py37-python-dotenv",
                        "py37-pymc",
                        "py37-hiredis",
                        "py37-openslide",
                        "py37-s3transfer",
                        "py37-botocore",
                        "py37-rich",
                        "py37-matplotlib-basemap",
                        "py37-pytest-sugar",
                        "py37-discogs-client",
                        "py37-pycryptodome",
                        "py37-ordered-set",
                        "py37-pytorch",
                        "py37-importlib-resources",
                        "py37-clang",
                        "py37-confuse",
                        "py37-werkzeug",
                        "py37-peakutils",
                        "py37-whatthepatch",
                        "py37-distlib",
                        "py37-ldap",
                        "py37-autopep8",
                        "py37-google-pasta",
                        "py37-pytest-mypy",
                        "py37-torchvision",
                        "py37-docx",
                        "py37-greenlet",
                        "py37-xattr",
                        "py37-pytest-metadata",
                        "py37-jsonpointer",
                        "py37-sphinx-jsonschema",
                        "py37-sphinx-rtd-theme",
                        "py37-pygrib",
                        "py37-graphviz",
                        "py37-pyotp",
                        "py37-scrapy",
                        "py37-unidecode",
                        "py37-imagesize",
                        "py37-opengl",
                        "py37-re2",
                        "py37-roman",
                        "py37-unicodedata2",
                        "livestreamer",
                        "py37-mediafile",
                        "py37-pysvn",
                        "py37-jsonnet",
                        "py37-aniso8601",
                        "py37-asn1",
                        "py37-asn1-modules",
                        "py37-bitstring",
                        "py37-bottle",
                        "py37-clint",
                        "py37-cog",
                        "py37-des",
                        "py37-httpbin",
                        "py37-importmagic",
                        "py37-jsbeautifier",
                        "py37-jsonpatch",
                        "py37-libnacl",
                        "py37-markdown2",
                        "py37-mimeparse",
                        "py37-bcrypt",
                        "py37-brotli",
                        "py37-pyxb",
                        "py37-termstyle",
                        "py37-simplejson",
                        "py37-vobject",
                        "py37-w3lib",
                        "py37-yapsy",
                        "py37-lxml",
                        "py37-parse",
                        "py37-xlsx2csv",
                        "py37-crcmod",
                        "py37-geographiclib",
                        "py37-yapf",
                        "py37-ipdb",
                        "py37-contourpy",
                        "py37-more-itertools",
                        "py37-BitArray2D",
                        "py37-BitVector",
                        "py37-beautifulsoup4",
                        "py37-beniget",
                        "py37-contextlib2",
                        "py37-dispatcher",
                        "py37-docopt",
                        "py37-flake8-pep8-naming",
                        "py37-gast",
                        "py37-geojson",
                        "py37-ipaddress",
                        "py37-itsdangerous",
                        "py37-mpd2",
                        "py37-munkres",
                        "py37-musicbrainzngs",
                        "py37-nose",
                        "py37-pew",
                        "py37-pyperclip",
                        "py37-setuptools-git",
                        "py37-slugify",
                        "py37-sentencepiece",
                        "py37-wxpython-4.0",
                        "py37-rfc3339",
                        "py37-wtforms",
                        "py37-icalendar",
                        "py37-pygccxml",
                        "py37-pypeg2",
                        "py37-xmldiff",
                        "py37-isodate",
                        "py37-ephem",
                        "py37-scikit-hep-awkward",
                        "py37-scikit-hep-uproot",
                        "py37-confection",
                        "py37-pyproject_hooks",
                        "py37-gacode",
                        "py37-urwid",
                        "py37-cssselect",
                        "py37-pdal",
                        "py37-xkcdpass",
                        "py37-dm-sonnet",
                        "py37-blinker",
                        "py37-pytest-trio",
                        "py37-tlsh",
                        "py37-gnupg",
                        "py37-sip4",
                        "py37-apsw",
                        "py37-m2crypto",
                        "py37-eventlet",
                        "py37-flask-frozen",
                        "py37-meld3",
                        "py37-click",
                        "py37-pyarrow",
                        "py37-hatch-fancy-pypi-readme",
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "py37-dlib",
                        "py37-faiss",
                        "py37-Faker",
                        "py37-GridDataFormats",
                        "py37-aiomysql",
                        "py37-anytree",
                        "py37-apache-beam",
                        "py37-appdirs",
                        "py37-arpeggio",
                        "py37-asteval",
                        "py37-astroid",
                        "py37-astunparse",
                        "py37-async_generator",
                        "py37-asyncpg",
                        "py37-atomicwrites",
                        "py37-attrs",
                        "py37-audioread",
                        "py37-automat",
                        "py37-avro",
                        "py37-aws-sam-translator",
                        "py37-axolotl",
                        "py37-babel",
                        "py37-behave",
                        "py37-blis",
                        "py37-cachetools",
                        "py37-cairo"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytest-asyncio",
            "portdir": "python/py-pytest-asyncio",
            "version": "0.21.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pytest-asyncio.readthedocs.io/",
            "description": "pytest support for asyncio",
            "long_description": "asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing easier.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                },
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-pytest",
                        "py37-typing_extensions"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-flaky",
                        "py37-hypothesis",
                        "py37-mypy",
                        "py37-pytest",
                        "py37-typed-ast",
                        "py37-pytest-trio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-structlog",
                        "py37-pytest-mock",
                        "py37-outcome",
                        "py37-scrapy",
                        "py37-cssselect",
                        "py37-mitmproxy",
                        "py37-blinker"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytest-benchmark",
            "portdir": "python/py-pytest-benchmark",
            "version": "4.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ionelmc/pytest-benchmark",
            "description": "A pytest fixture for benchmarking code.",
            "long_description": "A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "clang-18",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pytest",
                        "py37-cpuinfo"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-lazy_object_proxy",
                        "py37-graphql-relay",
                        "py37-cryptography"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytest-check",
            "portdir": "python/py-pytest-check",
            "version": "2.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/okken/pytest-check",
            "description": "A pytest plugin that allows multiple failures per test.",
            "long_description": "A pytest plugin that allows multiple failures per test.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1511
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-flit_core",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pytest-cov",
            "portdir": "python/py-pytest-cov",
            "version": "5.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pytest-dev/pytest-cov",
            "description": "Pytest plugin for measuring coverage.",
            "long_description": "Pytest plugin for measuring coverage.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-toml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-coverage",
                        "py37-pytest",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-myst-parser",
                        "py37-gunicorn",
                        "py37-sybil",
                        "py37-moviepy",
                        "py37-tzlocal",
                        "py37-zbar",
                        "py37-last"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytest-datadir",
            "portdir": "python/py-pytest-datadir",
            "version": "1.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://github.com/gabrielcnr/pytest-datadir",
            "description": "pytest plugin for manipulating test data directories and files.",
            "long_description": "pytest plugin for manipulating test data directories and files.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 640
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-pytest-regressions"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytest-describe",
            "portdir": "python/py-pytest-describe",
            "version": "2.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pytest-dev/pytest-describe",
            "description": "Describe-style plugin for pytest",
            "long_description": "Describe-style plugin for pytest",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-graphql-relay"
                    ]
                }
            ]
        },
        {
            "name": "py37-pytest-fixture-config",
            "portdir": "python/py-pytest-fixture-config",
            "version": "1.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/manahl/pytest-plugins",
            "description": "Fixture configuration utils for py.test",
            "long_description": "Simple configuration objects for Py.test fixtures. Allows you to skip tests when their required config variables aren’t set.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools-git",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pytest"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-six",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-pytest-virtualenv"
                    ]
                }
            ]
        }
    ]
}