GET /api/v1/ports/?format=api&ordering=name&page=669
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=670",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=668",
    "results": [
        {
            "name": "py37-pyx",
            "portdir": "python/py-pyx",
            "version": "0.16",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyx-project.org/",
            "description": "Python package for the creation of PostScript, PDF, and SVG files",
            "long_description": "PyX is a Python package for the creation of PostScript, PDF, and SVG files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives.",
            "active": false,
            "categories": [
                "python",
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-17",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pyxb",
            "portdir": "python/py-pyxb",
            "version": "1.2.6",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pabigot/pyxb",
            "description": "PyXB: Python XML Schema Bindings",
            "long_description": "PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema. In concept it is similar to JAXB for Java and CodeSynthesis XSD for C++.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-17",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-six"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyxb"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyxdg",
            "portdir": "python/py-pyxdg",
            "version": "0.28",
            "license": "LGPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://freedesktop.org/wiki/Software/pyxdg",
            "description": "Python module implementing various freedesktop.org standards",
            "long_description": "PyXDG is a python library to access freedesktop.org standards. Currently supported standards are: * Base Directory Specification Version 0.6 * Menu Specification Version 1.0 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 430
                },
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-bpython"
                    ]
                }
            ]
        },
        {
            "name": "py37-qdarkstyle",
            "portdir": "python/py-qdarkstyle",
            "version": "3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ColinDuquesnoy/QDarkStyleSheet",
            "description": "A dark stylesheet for Python and Qt applications",
            "long_description": "This package provides a dark style sheet for PySide/PyQt4/PyQt5 applications.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-importlib-metadata",
                        "python37",
                        "py37-qtsass",
                        "py37-qtpy",
                        "py37-helpdev"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder",
                        "py37-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py37-qimage2ndarray",
            "portdir": "python/py-qimage2ndarray",
            "version": "1.10.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hmeine/qimage2ndarray",
            "description": "Converts between QImages and numpy.ndarrays",
            "long_description": "Converts between QImages and numpy.ndarrays",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 221
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-numpy",
                        "py37-pyqt5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-gpilab-framework"
                    ]
                }
            ]
        },
        {
            "name": "py37-qpageview",
            "portdir": "python/py-qpageview",
            "version": "0.6.2",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qpageview.org",
            "description": "Widget to display page-based documents for Qt5/PyQt5",
            "long_description": "qpageview provides a page based document viewer widget for Qt5/PyQt5. It has a flexible architecture potentionally supporting many formats. Currently, it supports SVG documents, images, and, using the Poppler-Qt5 binding, PDF documents.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-poppler-qt5",
                        "py37-pyqt5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-qrcode",
            "portdir": "python/py-qrcode",
            "version": "7.4.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lincolnloop/python-qrcode",
            "description": "QR Code image generator",
            "long_description": "QR Code image generator",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-setuptools",
                        "py37-six",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-qscintilla-qt4",
            "portdir": "devel/qscintilla",
            "version": "2.11.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "Python bindings for Qt4 QScintilla",
            "long_description": "Python bindings for Qt4 QScintilla, a port to Qt of Neil Hodgson's Scintilla C++ editor control.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 464
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1511
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "qt4-mac",
                        "py37-sip4",
                        "py37-pyqt4",
                        "qscintilla-qt4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-qscintilla-qt5",
            "portdir": "devel/qscintilla",
            "version": "2.11.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "py37-pyqt5-scintilla",
            "homepage": "https://www.riverbankcomputing.com/software/qscintilla/",
            "description": "Obsolete port, replaced by py37-pyqt5-scintilla",
            "long_description": "This port has been replaced by py37-pyqt5-scintilla.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 464
                },
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1511
                }
            ],
            "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-qstylizer",
            "portdir": "python/py-qstylizer",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/blambright/qstylizer",
            "description": "Qt stylesheet generation utility for PyQt/PySide",
            "long_description": "Qt stylesheet generation utility for PyQt/PySide",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pbr",
                        "clang-14",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-tinycss2",
                        "py37-inflection"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest",
                        "py37-pytest-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder",
                        "py37-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py37-qtawesome",
            "portdir": "python/py-qtawesome",
            "version": "1.2.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/qtawesome",
            "description": "Iconic Fonts in PyQt and PySide applications.",
            "long_description": "QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-qtpy",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest",
                        "py37-pytest-qt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder",
                        "py37-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py37-qtconsole",
            "portdir": "python/py-qtconsole",
            "version": "5.4.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org",
            "description": "Jupyter QtConsole",
            "long_description": "Jupyter QtConsole",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-ipykernel",
                        "py37-ipython_genutils",
                        "py37-jupyter_client",
                        "py37-jupyter_core",
                        "python37",
                        "py37-qtpy",
                        "py37-setuptools",
                        "py37-traitlets",
                        "py37-zmq",
                        "py37-pygments"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-napari-console"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder",
                        "py37-spyder-devel"
                    ]
                }
            ]
        },
        {
            "name": "py37-qtpy",
            "portdir": "python/py-qtpy",
            "version": "2.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/qtpy",
            "description": "Abstraction layer for PyQt5/PyQt6/PySide2/PySide6",
            "long_description": "Provides an uniform layer to support PyQt5, PyQt6, PySide2, and PySide6 with a single codebase.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-packaging"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest-qt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-superqt",
                        "py37-napari-console",
                        "py37-gpilab-framework",
                        "py37-qdarkstyle",
                        "py37-qtconsole",
                        "py37-gpilab-core",
                        "py37-magicgui",
                        "py37-qtawesome"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder-devel",
                        "py37-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py37-qtsass",
            "portdir": "python/py-qtsass",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/qtsass",
            "description": "compile SCSS files to Qt stylesheets",
            "long_description": "The goal of QtSASS is to be able to generate a Qt-CSS stylesheet based on a 100% valid SASS file.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1511
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-libsass"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-qdarkstyle"
                    ]
                }
            ]
        },
        {
            "name": "py37-quantities",
            "portdir": "python/py-quantities",
            "version": "0.12.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-quantities/python-quantities",
            "description": "Support for physical quantities with units, based on numpy",
            "long_description": "Quantities is designed to handle arithmetic and conversions of physical quantities, which have a magnitude, dimensionality specified by various units, and possibly an uncertainty. Quantities builds on the popular numpy library and is designed to work with numpy ufuncs, many of which are already supported. Quantities is actively developed, and while the current features and API are stable, test coverage is incomplete so the package is not suggested for mission-critical applications.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-instrumentkit"
                    ]
                }
            ]
        },
        {
            "name": "py37-queuelib",
            "portdir": "python/py-queuelib",
            "version": "1.6.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/queuelib",
            "description": "Collection of persistent (disk-based) queues",
            "long_description": "Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib goals are speed and simplicity. It was originally part of the `Scrapy framework`_ and stripped out on its own library.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "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-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py37-random2",
            "portdir": "python/py-random2",
            "version": "1.0.1",
            "license": "PSF-2.1.1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pypi.python.org/pypi/random2",
            "description": "Python 3 compatible Python 2 random Module.",
            "long_description": "Python 3 compatible Python 2 random Module.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-Faker"
                    ]
                }
            ]
        },
        {
            "name": "py37-rangehttpserver",
            "portdir": "python/py-rangehttpserver",
            "version": "1.2.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/danvk/RangeHTTPServer",
            "description": "SimpleHTTPServer with support for Range requests",
            "long_description": "SimpleHTTPServer with support for Range requests",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-resumable-urlretrieve"
                    ]
                }
            ]
        },
        {
            "name": "py37-rapidfuzz",
            "portdir": "python/py-rapidfuzz",
            "version": "3.5.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/maxbachmann/RapidFuzz",
            "description": "A fast string matching library for Python.",
            "long_description": "A fast string matching library for Python.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "ninja",
                        "py37-scikit-build",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-cleo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-levenshtein"
                    ]
                }
            ]
        },
        {
            "name": "py37-rarfile",
            "portdir": "python/py-rarfile",
            "version": "4.0",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/markokr/rarfile",
            "description": "RAR archive reader for Python",
            "long_description": "RAR archive reader for Python",
            "active": false,
            "categories": [
                "archivers",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "unrar"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-rasa-nlu",
            "portdir": "python/py-rasa-nlu",
            "version": "0.15.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RasaHQ/rasa_nlu",
            "description": "Rasa NLU a natural language parser for bots",
            "long_description": "Rasa NLU (Natural Language Understanding) is a tool for understanding what is being said in short pieces of text.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "ijackson",
                    "github": "JacksonIsaac",
                    "ports_count": 42
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-boto3",
                        "py37-coloredlogs",
                        "py37-future",
                        "py37-klein",
                        "py37-numpy",
                        "py37-requests",
                        "python37",
                        "py37-setuptools",
                        "py37-simplejson",
                        "py37-six",
                        "py37-tqdm",
                        "py37-yaml",
                        "py37-ruamel-yaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-rasa-nlu"
                    ]
                }
            ]
        },
        {
            "name": "py37-rasterio",
            "portdir": "python/py-rasterio",
            "version": "1.3.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mapbox/rasterio",
            "description": "Fast and direct raster I/O for Python programmers who use Numpy",
            "long_description": "Fast and direct raster I/O for Python programmers who use Numpy",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cython",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-cligj",
                        "py37-numpy",
                        "gdal",
                        "py37-snuggs",
                        "py37-setuptools",
                        "python37",
                        "py37-affine",
                        "py37-attrs",
                        "py37-certifi",
                        "py37-click-plugins"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-contextily"
                    ]
                }
            ]
        },
        {
            "name": "py37-ratelim",
            "portdir": "python/py-ratelim",
            "version": "0.1.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/themiurgo/ratelim",
            "description": "Makes it easy to respect rate limits.",
            "long_description": "Makes it easy to respect rate limits.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-decorator"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-geocoder"
                    ]
                }
            ]
        },
        {
            "name": "py37-raven",
            "portdir": "python/py-raven",
            "version": "6.10.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/getsentry/raven-python",
            "description": "Raven is a client for Sentry",
            "long_description": "Raven is a client for Sentry",
            "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-setuptools",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-httpbin"
                    ]
                }
            ]
        },
        {
            "name": "py37-rbtools",
            "portdir": "python/py-rbtools",
            "version": "2.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.reviewboard.org/downloads/rbtools/",
            "description": "Tools for Review Board integration",
            "long_description": "Tools for integrating with Review Board, a powerful web-based code review tool that offers developers an easy way to handle code reviews. This package provides \"post-review\", a command-line tool that simplifies both creating and updating review requests.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-colorama",
                        "py37-setuptools",
                        "python37",
                        "py37-texttable",
                        "py37-tqdm",
                        "py37-six"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-rdflib",
            "portdir": "python/py-rdflib",
            "version": "5.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RDFLib/rdflib",
            "description": "Python library for working with RDF",
            "long_description": "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-six",
                        "python37",
                        "py37-html5lib",
                        "py37-isodate",
                        "py37-parsing",
                        "py37-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-doctest-ignore-unicode",
                        "py37-networkx",
                        "py37-nose",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-prov"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-sparqlwrapper"
                    ]
                }
            ]
        },
        {
            "name": "py37-re2",
            "portdir": "python/py-re2",
            "version": "1.0.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebook/pyre2",
            "description": "Python wrapper of Google's RE2 library.",
            "long_description": "pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "re2",
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-readability-lxml",
            "portdir": "python/py-readability-lxml",
            "version": "0.8.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/buriy/python-readability",
            "description": "fast html to text parser (article readability tool)",
            "long_description": "fast html to text parser (article readability tool)",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-chardet",
                        "py37-cssselect",
                        "py37-lxml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-readme_renderer",
            "portdir": "python/py-readme_renderer",
            "version": "30.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/readme_renderer",
            "description": "Safely render long_description/README files in Warehouse",
            "long_description": "Safely render long_description/README files in Warehouse",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 430
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-bleach",
                        "py37-docutils",
                        "py37-pygments"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-marisa-trie"
                    ]
                }
            ]
        },
        {
            "name": "py37-recommonmark",
            "portdir": "python/py-recommonmark",
            "version": "0.7.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/readthedocs/recommonmark",
            "description": "Enables writing CommonMark inside of Docutils & Sphinx projects.",
            "long_description": "Enables writing CommonMark inside of Docutils & Sphinx projects.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "clang-16",
                        "py37-installer",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-sphinx",
                        "py37-docutils",
                        "py37-commonmark"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-redis",
            "portdir": "python/py-redis",
            "version": "4.6.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/redis/redis-py",
            "description": "Python client for Redis key-value store",
            "long_description": "Python client for Redis key-value store",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-async-timeout",
                        "py37-importlib-metadata",
                        "py37-typing_extensions",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-portalocker"
                    ]
                }
            ]
        },
        {
            "name": "py37-rednose",
            "portdir": "python/py-rednose",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/JBKahn/rednose",
            "description": "pretty output formatter for python-nosetests",
            "long_description": "rednose is a nosetests plugin for adding colour (and readability) to nosetest console results.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-colorama",
                        "py37-setuptools",
                        "py37-termstyle",
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-nose",
                        "py37-pytest",
                        "py37-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-sure"
                    ]
                }
            ]
        },
        {
            "name": "py37-reflink",
            "portdir": "python/py-reflink",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/rubdos/pyreflink",
            "description": "Python reflink wraps around platform specific reflink implementations",
            "long_description": "Python reflink wraps around platform specific reflink implementations",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pytest-runner",
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-cffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-regex",
            "portdir": "python/py-regex",
            "version": "2023.12.25",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mrabarnett/mrab-regex",
            "description": "Alternate regular expression module, to replace re.",
            "long_description": "Alternate regular expression module, to replace re.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "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-nltk"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-fairseq",
                        "py37-sacremoses"
                    ]
                }
            ]
        },
        {
            "name": "py37-regions",
            "portdir": "python/py-regions",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/astropy/regions",
            "description": "Astropy affilated package for region handling",
            "long_description": "Astropy affilated package for region handling",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-python-install",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel",
                        "clang-12",
                        "py37-cython",
                        "py37-extension-helpers"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-astropy",
                        "py37-numpy",
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-astropy",
                        "py37-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-gammapy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-gammapy"
                    ]
                }
            ]
        },
        {
            "name": "py37-rencode",
            "portdir": "python/py-rencode",
            "version": "1.0.6",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aresch/rencode",
            "description": "Python module for fast (basic) object serialization similar to bencode",
            "long_description": "Python module for fast (basic) object serialization similar to bencode",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cython",
                        "py37-setuptools",
                        "py37-wheel",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-repl",
            "portdir": "python/py-repl",
            "version": "0.9.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/pypy/pyrepl/",
            "description": "readline-a-like in Python",
            "long_description": "readline-a-like in Python",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-fancycompleter"
                    ]
                }
            ]
        },
        {
            "name": "py37-reportlab",
            "portdir": "python/py-reportlab",
            "version": "4.0.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.reportlab.com/software/opensource/rl-toolkit/",
            "description": "Engine for creating PDF documents",
            "long_description": "The ReportLab Toolkit is a library for programatically creating documents in PDF format.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "py37-Pillow",
                        "py37-pip",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-xhtml2pdf"
                    ]
                }
            ]
        },
        {
            "name": "py37-repoze.lru",
            "portdir": "python/py-repoze.lru",
            "version": "0.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.repoze.org/",
            "description": "A tiny LRU cache implementation and decorator.",
            "long_description": "A tiny LRU cache implementation and decorator.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-coverage",
                        "py37-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-routes"
                    ]
                }
            ]
        },
        {
            "name": "py37-repoze.sphinx.autointerface",
            "portdir": "python/py-repoze.sphinx.autointerface",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/repoze.sphinx.autointerface/",
            "description": "An extension for the Sphinx documentation system to allow generation of API documentation by introspection of zope.interface instances in code.",
            "long_description": "An extension for the Sphinx documentation system to allow generation of API documentation by introspection of zope.interface instances in code.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-sphinx",
                        "py37-zopeinterface",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-reproject",
            "portdir": "python/py-reproject",
            "version": "0.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://reproject.readthedocs.io/",
            "description": "Astropy affiliated package for image reprojection",
            "long_description": "Astropy affiliated package for image reprojection",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 430
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13",
                        "py37-cython",
                        "py37-extension-helpers",
                        "py37-setuptools",
                        "py37-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-astropy",
                        "py37-astropy-healpix",
                        "py37-numpy",
                        "py37-scipy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-requests",
            "portdir": "python/py-requests",
            "version": "2.31.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://requests.readthedocs.io/",
            "description": "Python HTTP for Humans.",
            "long_description": "Most existing Python modules for dealing HTTP requests are insane. I have to look up everything that I want to do. Most of my worst Python experiences are a result of the various built-in HTTP libraries (yes, even worse than Logging). But this one's different. This one's going to be awesome. And simple. Really simple.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2850
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-certifi",
                        "py37-idna",
                        "py37-urllib3",
                        "py37-charset-normalizer"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-undetected-chromedriver",
                        "py37-publicsuffix2",
                        "py37-fastdtw",
                        "py37-prawcore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-spaCy",
                        "py37-gpsoauth",
                        "py37-gmusicapi",
                        "py37-discogs-client",
                        "py37-zeep",
                        "py37-gwosc",
                        "py37-mechanicalsoup",
                        "py37-astroquery",
                        "py37-pynamecheap",
                        "livestreamer",
                        "py37-tweepy",
                        "py37-requests-cache",
                        "py37-requests-unixsocket",
                        "py37-cloudflare",
                        "py37-google-api-core",
                        "py37-twilio",
                        "py37-update_checker",
                        "py37-vo",
                        "py37-geocoder",
                        "py37-gpstime",
                        "py37-cachecontrol",
                        "py37-hdfs",
                        "py37-imgur",
                        "py37-rangehttpserver",
                        "py37-datacite",
                        "py37-contextily",
                        "py37-tropycal",
                        "py37-pooch",
                        "py37-soco",
                        "py37-acoustid",
                        "py37-libcloud",
                        "py37-ibroadcast",
                        "py37-rdflib",
                        "py37-docker",
                        "py37-owslib",
                        "py37-tvdb",
                        "py37-bpython",
                        "py37-requests-file",
                        "py37-urlwatch",
                        "py37-cookiecutter",
                        "py37-dnspython",
                        "py37-jupyterlab_server",
                        "py37-upt-cpan",
                        "py37-upt-macports",
                        "py37-upt-pypi",
                        "py37-upt-rubygems",
                        "py37-tldextract",
                        "py37-beancount",
                        "py37-blaze",
                        "py37-rasa-nlu",
                        "py37-acme",
                        "py37-requests-oauthlib",
                        "py37-responses",
                        "py37-resumable-urlretrieve",
                        "py37-obspy",
                        "py37-epsg",
                        "py37-pyvo",
                        "py37-sumy",
                        "py37-requests-mock"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-requests-toolbelt",
                        "py37-flit",
                        "py37-pygithub",
                        "py37-xraylarch",
                        "py37-bpemb",
                        "py37-panel",
                        "py37-jfricas",
                        "py37-pymatgen",
                        "py37-sphinx",
                        "py37-analytics-python",
                        "py37-cfn-lint",
                        "py37-codecov",
                        "py37-esridump",
                        "py37-datasets",
                        "py37-python-coveralls",
                        "py37-cinderclient",
                        "py37-keystoneauth1",
                        "py37-keystoneclient",
                        "py37-oslo-config",
                        "py37-libpysal",
                        "py37-moviepy",
                        "py37-tensorflow-datasets",
                        "py37-hcloud",
                        "py37-socketio",
                        "py37-photomosaic",
                        "py37-dns-lexicon",
                        "py37-tensor2tensor",
                        "py37-engineio"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py37-requests-cache",
            "portdir": "python/py-requests-cache",
            "version": "0.9.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://requests-cache.readthedocs.io/en/stable/",
            "description": "Transparent persistent cache for py-requests",
            "long_description": "Transparent persistent cache for py-requests",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-poetry-core",
                        "py37-setuptools",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-cattrs",
                        "py37-url-normalize",
                        "python37",
                        "py37-appdirs",
                        "py37-attrs",
                        "py37-requests",
                        "py37-urllib3"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-mock",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-tvdb"
                    ]
                }
            ]
        },
        {
            "name": "py37-requestsexceptions",
            "portdir": "python/py-requestsexceptions",
            "version": "1.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.openstack.org/",
            "description": "A simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.",
            "long_description": "A simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pbr",
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-openstacksdk"
                    ]
                }
            ]
        },
        {
            "name": "py37-requests-file",
            "portdir": "python/py-requests-file",
            "version": "2.0.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dashea/requests-file",
            "description": "Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs.",
            "long_description": "Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1176
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-requests",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-zeep",
                        "py37-tldextract"
                    ]
                }
            ]
        },
        {
            "name": "py37-requests-mock",
            "portdir": "python/py-requests-mock",
            "version": "1.9.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://requests-mock.readthedocs.io/",
            "description": "Mock out responses from the requests package",
            "long_description": "requests-mock provides a building block to stub out the HTTP requests portions of your testing code.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 600
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-pbr",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-requests",
                        "py37-six",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-upt-cpan",
                        "py37-upt-macports",
                        "py37-upt-rubygems",
                        "py37-apache-beam",
                        "py37-requests-oauthlib",
                        "py37-tensorflow-addons",
                        "py37-soco",
                        "py37-libcloud"
                    ]
                }
            ]
        },
        {
            "name": "py37-requests-oauthlib",
            "portdir": "python/py-requests-oauthlib",
            "version": "1.3.1",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/requests-oauthlib",
            "description": "OAuth for Humans",
            "long_description": "OAuth for Humans: an easy-to-use Python interface for building OAuth1 and OAuth2 clients.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-requests",
                        "python37",
                        "py37-oauthlib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-mock",
                        "py37-pytest",
                        "py37-requests-mock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-tweepy",
                        "py37-twython"
                    ]
                }
            ]
        },
        {
            "name": "py37-requests-toolbelt",
            "portdir": "python/py-requests-toolbelt",
            "version": "1.0.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/toolbelt",
            "description": "Collection of utilities for python-requests",
            "long_description": "This is just a collection of utilities for python-requests, but do not really belong in requests proper.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 169
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-requests"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-zeep",
                        "py37-dnspython"
                    ]
                }
            ]
        },
        {
            "name": "py37-requests-unixsocket",
            "portdir": "python/py-requests-unixsocket",
            "version": "0.2.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "HTTP via a UNIX domain socket",
            "long_description": "This module uses py-requests to talk HTTP via a UNIX domain socket.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pbr",
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-requests"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-resampy",
            "portdir": "python/py-resampy",
            "version": "0.2.2",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bmcfee/resampy",
            "description": "Efficient sample rate conversion in python",
            "long_description": "Efficient sample rate conversion in python",
            "active": false,
            "categories": [
                "audio",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-scipy",
                        "py37-six",
                        "py37-numba",
                        "py37-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-librosa"
                    ]
                }
            ]
        }
    ]
}