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

{
    "count": 50422,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=660",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=658",
    "results": [
        {
            "name": "py37-hid",
            "portdir": "python/py-hid",
            "version": "1.0.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/apmorton/pyhidapi",
            "description": "Python hidapi bindings in ctypes (aka pyhidapi)",
            "long_description": "Python hidapi bindings in ctypes (aka pyhidapi)",
            "active": false,
            "categories": [
                "python",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "bashu.was.here",
                    "github": "bashu",
                    "ports_count": 40
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hidapi",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-hieroglyph",
            "portdir": "python/py-hieroglyph",
            "version": "2.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nyergler/hieroglyph",
            "description": "Sphinx slide generator",
            "long_description": "Generate HTML presentations from plain text sources with all the power of Sphinx.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools",
                        "py37-six",
                        "py37-sphinx"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hieroglyph_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-hiredis",
            "portdir": "python/py-hiredis",
            "version": "2.3.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pietern/hiredis-py",
            "description": "Python wrapper for hiredis",
            "long_description": "Python wrapper for hiredis",
            "active": false,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2863
                }
            ],
            "variants": [
                "universal"
            ],
            "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": []
        },
        {
            "name": "py37-hjson",
            "portdir": "python/py-hjson",
            "version": "3.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hjson/hjson-py",
            "description": "JSON for Humans, allows comments and is less error prone",
            "long_description": "JSON for Humans, allows comments and is less error prone",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "bashu.was.here",
                    "github": "bashu",
                    "ports_count": 40
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-honcho",
            "portdir": "python/py-honcho",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nickstenning/honcho",
            "description": "Python clone of Foreman (managing Procfile-based applications)",
            "long_description": "Python clone of Foreman (managing Procfile-based applications)",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-jinja2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "honcho_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest",
                        "py37-pytest-mock"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-hpack",
            "portdir": "python/py-hpack",
            "version": "4.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://python-hyper.org/hpack/",
            "description": "Pure-Python HPACK header compression",
            "long_description": "This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. It also contains a compatibility layer that automatically enables the use of nghttp2 if it is available.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 604
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-hypothesis",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-h2"
                    ]
                }
            ]
        },
        {
            "name": "py37-hsluv",
            "portdir": "python/py-hsluv",
            "version": "5.0.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hsluv/hsluv-python",
            "description": "A Python implementation of HSLuv (revision 4).",
            "long_description": "A Python implementation of HSLuv (revision 4).",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1184
                }
            ],
            "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-vispy"
                    ]
                }
            ]
        },
        {
            "name": "py37-html2text",
            "portdir": "python/py-html2text",
            "version": "2020.1.16",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/html2text",
            "description": "Script to turn HTML into equivalent Markdown-structured text.",
            "long_description": "html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py-html2text_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-html5lib",
            "portdir": "python/py-html5lib",
            "version": "1.1",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/html5lib/html5lib-python",
            "description": "Library for working with HTML documents",
            "long_description": "A Python implementation of a HTML parser based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-six",
                        "py37-webencodings",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-beautifulsoup4",
                        "py37-astroquery",
                        "py37-xhtml2pdf",
                        "py37-skyfield",
                        "py37-rdflib"
                    ]
                }
            ]
        },
        {
            "name": "py37-htmldocs",
            "portdir": "lang/py-htmldocs",
            "version": "3.7.17",
            "license": "PSF",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.python.org/",
            "description": "HTML documentation for Python 3.7.17",
            "long_description": "Access Python 3.7.17 HTML docs via file://${prefix}/share/doc/python37-doc/index.html",
            "active": false,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-htseq",
            "portdir": "python/py-htseq",
            "version": "2.0.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/htseq/htseq",
            "description": "A framework to process and analyze data from high-throughput sequencing (HTS) assays",
            "long_description": "A framework to process and analyze data from high-throughput sequencing (HTS) assays",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13",
                        "py37-cython",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-numpy",
                        "py37-pysam",
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-matplotlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-httpbin",
            "portdir": "python/py-httpbin",
            "version": "0.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/httpbin",
            "description": "HTTP Request and Response Service",
            "long_description": "HTTP Request and Response Service",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-markupsafe",
                        "py37-raven",
                        "py37-six",
                        "py37-werkzeug",
                        "py37-brotlicffi",
                        "python37",
                        "py37-blinker",
                        "py37-decorator",
                        "py37-flask",
                        "py37-itsdangerous"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-httpcore",
            "portdir": "python/py-httpcore",
            "version": "0.17.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/encode/httpcore",
            "description": "A minimal low level HTTP client.",
            "long_description": "A minimal low level HTTP client.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-certifi",
                        "py37-h11",
                        "python37",
                        "py37-sniffio",
                        "py37-socksio",
                        "py37-h2",
                        "py37-anyio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-httpx"
                    ]
                }
            ]
        },
        {
            "name": "py37-httplib2",
            "portdir": "python/py-httplib2",
            "version": "2-0.21.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/httplib2/",
            "description": "A comprehensive HTTP client library in Python",
            "long_description": "A comprehensive HTTP client library that supports many features left out of other HTTP libraries.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 432
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-parsing",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-beancount",
                        "py37-ansible-core",
                        "py37-oauth2client",
                        "py37-google-api",
                        "py37-google-auth-httplib2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-apache-beam"
                    ]
                }
            ]
        },
        {
            "name": "py37-httpx",
            "portdir": "python/py-httpx",
            "version": "0.24.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/encode/httpx",
            "description": "The next generation HTTP client.",
            "long_description": "The next generation HTTP client.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-hatchling",
                        "py37-installer",
                        "py37-hatch-fancy-pypi-readme",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-httpcore",
                        "py37-idna",
                        "py37-pygments",
                        "py37-rich",
                        "py37-sniffio",
                        "py37-charset-normalizer",
                        "py37-socksio",
                        "py37-brotlicffi",
                        "python37",
                        "py37-brotli",
                        "py37-certifi",
                        "py37-click",
                        "py37-h2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "httpx_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-zeep",
                        "py37-last"
                    ]
                }
            ]
        },
        {
            "name": "py37-humanfriendly",
            "portdir": "python/py-humanfriendly",
            "version": "9.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://humanfriendly.readthedocs.io/",
            "description": "Human friendly output for text interfaces using Python",
            "long_description": "Human friendly output for text interfaces using Python",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "ijackson",
                    "github": "JacksonIsaac",
                    "ports_count": 42
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-coloredlogs"
                    ]
                }
            ]
        },
        {
            "name": "py37-humanize",
            "portdir": "python/py-humanize",
            "version": "0.5.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/humanize/",
            "description": "Python humanize utilities",
            "long_description": "Python humanize utilities",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-hydra-core",
            "portdir": "python/py-hydra-core",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hydra.cc/",
            "description": "Hydra is a framework for elegantly configuring complex applications",
            "long_description": "Hydra is an open-source Python framework that simplifies the development of research and other complex applications. The key feature is the ability to dynamically create a hierarchical configuration by composition and override it through config files and the command line. The name Hydra comes from its ability to run multiple similar jobs - much like a Hydra with multiple heads.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-antlr4-python3-runtime",
                        "py37-omegaconf"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-fairseq"
                    ]
                }
            ]
        },
        {
            "name": "py37-hyperframe",
            "portdir": "python/py-hyperframe",
            "version": "6.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://python-hyper.org",
            "description": "HTTP/2 framing layer for Python",
            "long_description": "This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. This library is used directly by hyper and a number of other projects to provide HTTP/2 frame decoding logic.",
            "active": false,
            "categories": [
                "net",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 604
                }
            ],
            "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-h2",
                        "py37-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py37-hyperlink",
            "portdir": "python/py-hyperlink",
            "version": "21.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-hyper/hyperlink",
            "description": "A pure-Python implementation of immutable URLs",
            "long_description": "Hyperlink is a pure-Python package and requires nothing but Python.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-17",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-idna"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-hypothesis",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-twisted"
                    ]
                }
            ]
        },
        {
            "name": "py37-hypothesis",
            "portdir": "python/py-hypothesis",
            "version": "6.79.4",
            "license": "MPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/hypothesis",
            "description": "A library for property based testing",
            "long_description": "Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-attrs",
                        "py37-sortedcontainers",
                        "py37-exceptiongroup",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-mutagen",
                        "py37-hpack",
                        "py37-json5",
                        "py37-pytest-asyncio",
                        "py37-fuzzywuzzy",
                        "py37-parver",
                        "py37-tensorflow-addons",
                        "py37-tensorflow-probability",
                        "py37-pyarrow",
                        "py37-cssselect",
                        "py37-natsort",
                        "py37-thinc",
                        "py37-commonmark",
                        "py37-mitmproxy",
                        "py37-pyrsistent",
                        "py37-datrie",
                        "py37-marisa-trie",
                        "py37-pytest-trio",
                        "py37-blis",
                        "py37-hyperlink",
                        "py37-dateutil",
                        "py37-attrs",
                        "py37-cairo"
                    ]
                }
            ]
        },
        {
            "name": "py37-hypy",
            "portdir": "python/py-hypy",
            "version": "1.0.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/corydodt/Hypy",
            "description": "Fulltext search interface for Python applications",
            "long_description": "Hypy is a fulltext search interface for Python applications. Use it to index and search your documents from Python code.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools",
                        "py37-six",
                        "hyperestraier"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-ibroadcast",
            "portdir": "python/py-ibroadcast",
            "version": "1.1.2",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ctrueden/ibroadcast-python",
            "description": "iBroadcast Python client",
            "long_description": "iBroadcast Python client",
            "active": false,
            "categories": [
                "devel",
                "audio",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-requests"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-icalendar",
            "portdir": "python/py-icalendar",
            "version": "4.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://icalendar.readthedocs.org/",
            "description": "The iCalendar package is a parser/generator of RFC 2445 iCalendar files.",
            "long_description": "The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-dateutil",
                        "py37-setuptools",
                        "py37-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-icmplib",
            "portdir": "python/py-icmplib",
            "version": "3.0.2",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ValentinBELYN/icmplib",
            "description": "Implementation of the ICMP protocol in Python",
            "long_description": "Implementation of the ICMP protocol in Python",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-idna",
            "portdir": "python/py-idna",
            "version": "3.10",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kjd/idna/",
            "description": "Internationalized Domain Names in Applications (IDNA).",
            "long_description": "Internationalized Domain Names in Applications (IDNA).",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2863
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-flit_core",
                        "py37-build",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-prawcore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-idna-ssl",
                        "py37-tldextract",
                        "py37-anyio",
                        "py37-klein",
                        "py37-yarl",
                        "py37-trio",
                        "py37-httpx",
                        "py37-requests",
                        "py37-dnspython",
                        "py37-service_identity"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-trio",
                        "py37-trustme",
                        "py37-hyperlink"
                    ]
                }
            ]
        },
        {
            "name": "py37-idna-ssl",
            "portdir": "python/py-idna-ssl",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/idna-ssl/",
            "description": "Monkey patch py-idna to make it work with SSL.",
            "long_description": "py-idna does not work as expected when used with SSL under some versions of Python. py-idna-ssl allows to monkey patch py-idna to solve this issue.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-idna",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-idna-ssl"
                    ]
                }
            ]
        },
        {
            "name": "py37-ifaddr",
            "portdir": "python/py-ifaddr",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydron/ifaddr",
            "description": "Cross-platform network interface and IP address enumeration library",
            "long_description": "Cross-platform network interface and IP address enumeration library",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-soco"
                    ]
                }
            ]
        },
        {
            "name": "py37-igraph",
            "portdir": "python/py-igraph",
            "version": "0.10.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://igraph.org/python/",
            "description": "Python interface to the igraph library.",
            "long_description": "Python interface to the igraph library for network analysis and graph theory. Also install py-cairocffi to enable visualization functionality.",
            "active": false,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "szhorvat",
                    "github": "szhorvat",
                    "ports_count": 18
                }
            ],
            "variants": [
                "external_igraph",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-installer",
                        "clang-15",
                        "pkgconfig",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "igraph",
                        "py37-texttable"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-matplotlib",
                        "py37-networkx",
                        "py37-numpy",
                        "py37-pandas",
                        "py37-pytest",
                        "py37-scipy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-imagecodecs",
            "portdir": "python/py-imagecodecs",
            "version": "2023.9.18",
            "license": "BSD",
            "platforms": "{darwin >= 17}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.lfd.uci.edu/~gohlke/",
            "description": "Image transformation, compression, and decompression codecs",
            "long_description": "Image transformation, compression, and decompression codecs",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1184
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cython",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zopfli",
                        "zstd",
                        "charls",
                        "giflib5",
                        "libjpeg-turbo",
                        "openjpeg",
                        "blosc",
                        "webp",
                        "python37",
                        "py37-numpy",
                        "py37-pyobjc",
                        "cfitsio",
                        "libjxl",
                        "tiff",
                        "brotli",
                        "brunsli",
                        "bzip2",
                        "libaec",
                        "snappy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-imageio",
            "portdir": "python/py-imageio",
            "version": "2.31.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://imageio.github.io/",
            "description": "Easy interface to read and write a wide range of image data.",
            "long_description": "Easy interface to read and write a wide range of image data.",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2863
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-Pillow",
                        "py37-numpy",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-napari-svg",
                        "py37-colour",
                        "py37-magenta"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-magenta",
                        "py37-scikit-image",
                        "py37-moviepy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-zbar"
                    ]
                }
            ]
        },
        {
            "name": "py37-imageio-ffmpeg",
            "portdir": "python/py-imageio-ffmpeg",
            "version": "0.4.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/imageio/imageio-ffmpeg",
            "description": "FFMPEG wrapper for Python",
            "long_description": "The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It implements two simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. It also takes care of publishing platform-specific wheels that include the binary ffmpeg executables.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "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-moviepy"
                    ]
                }
            ]
        },
        {
            "name": "py37-imagesize",
            "portdir": "python/py-imagesize",
            "version": "1.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shibukawa/imagesize_py",
            "description": "get size from image file headers",
            "long_description": "This module analyzes jpeg/jpeg2000/png/gif image headers and returns the image size.",
            "active": false,
            "categories": [
                "devel",
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py37-imaplib2",
            "portdir": "python/py-imaplib2",
            "version": "3.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jazzband/imaplib2/",
            "description": "A threaded Python IMAP4 client.",
            "long_description": "A threaded Python IMAP4 client.",
            "active": false,
            "categories": [
                "devel",
                "mail",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-imdb",
            "portdir": "python/py-imdb",
            "version": "6.8",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://imdbpy.sourceforge.io/",
            "description": "python module providing access to the IMDb movie database",
            "long_description": "py-imdb is a Python package useful to retrieve and manage the data of the IMDb movie database.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-lxml",
                        "py37-setuptools",
                        "py37-sqlalchemy",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-imdb"
                    ]
                }
            ]
        },
        {
            "name": "py37-imgur",
            "portdir": "python/py-imgur",
            "version": "0.6.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyimgur\\}",
            "description": "The simple way of using Imgur",
            "long_description": "The simple way of using Imgur",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 604
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-requests"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-iminuit",
            "portdir": "python/py-iminuit",
            "version": "2.17.0",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://iminuit.readthedocs.io/en/latest/",
            "description": "MINUIT from Python - Fitting like a boss",
            "long_description": "MINUIT from Python - Fitting like a boss",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-immutables",
            "portdir": "python/py-immutables",
            "version": "0.9",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/MagicStack/immutables",
            "description": "A high-performance immutable mapping type for Python",
            "long_description": "An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details).",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                }
            ],
            "variants": [
                "universal"
            ],
            "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": []
        },
        {
            "name": "py37-importlib-metadata",
            "portdir": "python/py-importlib-metadata",
            "version": "6.7.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://importlib-metadata.readthedocs.io/",
            "description": "Library to access the metadata for a Python package.",
            "long_description": "Library to access the metadata for a Python package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2863
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py-bootstrap-modules",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-typing_extensions",
                        "py37-zipp",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-dulwich",
                        "py37-jsonpickle",
                        "frescobaldi2",
                        "py37-catalogue"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-tox",
                        "py37-psygnal",
                        "py37-docstyle",
                        "py37-napari-plugin-engine",
                        "py37-sphinxcontrib-bibtex",
                        "py37-npe2",
                        "py37-m2crypto",
                        "py37-visa",
                        "py37-pint",
                        "py37-flask",
                        "py37-fiona",
                        "py37-meshio",
                        "py37-pytest",
                        "py37-yapf",
                        "py37-coverage",
                        "py37-setuptools_scm",
                        "py37-markdown",
                        "py37-build",
                        "py37-virtualenv",
                        "py37-sip-devel",
                        "py37-pluggy",
                        "py37-sphinx",
                        "py37-poetry-core",
                        "py37-click",
                        "py37-helpdev",
                        "py37-qdarkstyle",
                        "py37-keyring",
                        "py37-sip",
                        "py37-kombu",
                        "py37-jsonschema",
                        "py37-colorcet",
                        "py37-cx_Freeze",
                        "py37-pyface",
                        "py37-pygmsh",
                        "py37-pep517",
                        "py37-python-install",
                        "py37-pyqt-builder",
                        "py37-python-dotenv",
                        "py37-ttfquery",
                        "py37-flake8",
                        "py37-redis",
                        "py37-alembic",
                        "py37-backports.entry-points-selectable",
                        "py37-logilab-common",
                        "py37-altair",
                        "py37-pythran",
                        "py37-metpy",
                        "py37-wxpython-4.0",
                        "py37-rstcheck",
                        "py37-mako",
                        "py37-xarray",
                        "py37-sqlalchemy",
                        "py37-silx",
                        "py37-hatchling"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-spyder-devel",
                        "py37-pkginfo",
                        "py37-asteval",
                        "py37-openstacksdk",
                        "py37-nbconvert",
                        "py37-nbformat",
                        "py37-filetype",
                        "py37-oslo-config",
                        "py37-codecov",
                        "py37-vobject",
                        "py37-isort",
                        "py37-xraylarch",
                        "py37-pydantic",
                        "py37-cmd2",
                        "py37-spyder",
                        "py37-pygments",
                        "py37-notebook"
                    ]
                }
            ]
        },
        {
            "name": "py37-importlib-resources",
            "portdir": "python/py-importlib-resources",
            "version": "5.12.0",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://importlib-resources.readthedocs.io",
            "description": "A backport of Python standard library importlib.resources module for Python 2.7, and 3.4 through 3.8.",
            "long_description": "A backport of Python standard library importlib.resources module for Python 2.7, and 3.4 through 3.8.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-zipp"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-jsonschema",
                        "py37-pyface",
                        "py37-alembic",
                        "py37-metpy",
                        "py37-matplotlib"
                    ]
                }
            ]
        },
        {
            "name": "py37-importmagic",
            "portdir": "python/py-importmagic",
            "version": "0.1.7",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alecthomas/importmagic",
            "description": "A Python library for finding unresolved symbols in Python code, and the corresponding imports",
            "long_description": "A Python library for finding unresolved symbols in Python code, and the corresponding imports",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "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": []
        },
        {
            "name": "py37-imread",
            "portdir": "python/py-imread",
            "version": "0.7.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://luispedro.org/software/imread/",
            "description": "Reads images into numpy arrays",
            "long_description": "Reads images into numpy arrays",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2863
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tiff",
                        "webp",
                        "libjpeg-turbo",
                        "py37-numpy",
                        "python37",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-mahotas"
                    ]
                }
            ]
        },
        {
            "name": "py37-imutils",
            "portdir": "python/py-imutils",
            "version": "0.5.4",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jrosebr1/imutils/",
            "description": "Python image processing functions with OpenCV",
            "long_description": "A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, displaying Matplotlib images, sorting contours, detecting edges, and much more easier with OpenCV and both Python 2.7 and Python 3.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-opencv4",
                        "py37-matplotlib",
                        "py37-numpy",
                        "py37-scipy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-photomosaic"
                    ]
                }
            ]
        },
        {
            "name": "py37-incremental",
            "portdir": "python/py-incremental",
            "version": "21.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/twisted/incremental",
            "description": "A small library that versions your Python projects",
            "long_description": "Incremental is a small library that versions your Python projects.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-click",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-twisted"
                    ]
                }
            ]
        },
        {
            "name": "py37-inflection",
            "portdir": "python/py-inflection",
            "version": "0.5.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jpvanhal/inflection",
            "description": "A port of Ruby on Rails inflector to Python",
            "long_description": "A port of Ruby on Rails inflector to Python",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "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": "run",
                    "ports": [
                        "py37-qstylizer"
                    ]
                }
            ]
        },
        {
            "name": "py37-iniconfig",
            "portdir": "python/py-iniconfig",
            "version": "2.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RonnyPfannschmidt/iniconfig",
            "description": "iniconfig is a small and simple INI-file parser module.",
            "long_description": "iniconfig is a small and simple INI-file parser module.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2863
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel",
                        "py37-build",
                        "py37-hatch-vcs",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ]
        },
        {
            "name": "py37-in-n-out",
            "portdir": "python/py-in-n-out",
            "version": "0.1.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/napari/in-n-out",
            "description": "Python dependency injection you can taste.",
            "long_description": "A lightweight dependency injection and result processing framework for Python using type hints. Emphasis is on simplicity, ease of use, and minimal impact on source code.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1184
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-hatchling",
                        "py37-hatch-vcs",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-app-model"
                    ]
                }
            ]
        },
        {
            "name": "py37-installer",
            "portdir": "python/py-installer",
            "version": "0.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://installer.readthedocs.io/",
            "description": "Python wheel installer",
            "long_description": "This is a low-level library for installing a Python package from a wheel distribution. It provides basic functionality and abstractions for handling wheels and installing packages from wheels.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py-bootstrap-modules",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "py37-jsonnet",
                        "py37-faiss",
                        "py37-z3",
                        "livestreamer",
                        "py37-BitArray2D",
                        "py37-BitVector",
                        "py37-Faker",
                        "py37-SDL2",
                        "py37-XlsxWriter",
                        "py37-absl",
                        "py37-acme",
                        "py37-acora",
                        "py37-aenum",
                        "py37-affine",
                        "py37-aiobotocore",
                        "py37-aiodns",
                        "py37-aiofiles",
                        "py37-aiohttp",
                        "py37-aioitertools",
                        "py37-aiojobs",
                        "py37-aiomysql",
                        "py37-aiorpcX",
                        "py37-aiosqlite",
                        "py37-alabaster",
                        "py37-alembic",
                        "py37-altair",
                        "py37-altgraph",
                        "py37-amqp",
                        "py37-aniso8601",
                        "py37-ansicolor",
                        "py37-antlr4-python3-runtime",
                        "py37-anyio",
                        "py37-anytree",
                        "py37-apipkg",
                        "py37-appdirs",
                        "py37-applaunchservices",
                        "py37-appnope",
                        "py37-apptools",
                        "py37-apsw",
                        "py37-argcomplete",
                        "py37-argon2-cffi",
                        "py37-arrow",
                        "py37-asn1",
                        "py37-asn1-modules",
                        "py37-asn1crypto",
                        "py37-asteval",
                        "py37-astor",
                        "py37-astroid",
                        "py37-astropy",
                        "py37-async-timeout",
                        "py37-async_generator",
                        "py37-atomicwrites",
                        "py37-attrs",
                        "py37-automat",
                        "py37-autopep8",
                        "py37-axolotl",
                        "py37-babel",
                        "py37-backcall",
                        "py37-bcolz",
                        "py37-bcrypt",
                        "py37-beaker",
                        "py37-beancount",
                        "py37-beancount-import",
                        "py37-beautifulsoup4",
                        "py37-benchexec",
                        "py37-billiard",
                        "py37-binaryornot",
                        "py37-biopython",
                        "py37-bitarray",
                        "py37-bitstring",
                        "py37-black",
                        "py37-bleach",
                        "py37-blinker",
                        "py37-blis",
                        "py37-blockdiag",
                        "py37-blosc",
                        "py37-bokeh",
                        "py37-boto",
                        "py37-botocore",
                        "py37-bottle",
                        "py37-bottleneck",
                        "py37-bpemb",
                        "py37-bracex",
                        "py37-brotli",
                        "py37-cachetools",
                        "py37-cachy",
                        "py37-cairo",
                        "py37-cairocffi",
                        "py37-canmatrix",
                        "py37-catalogue",
                        "py37-certifi",
                        "py37-cffi",
                        "py37-chardet",
                        "py37-cheetah",
                        "py37-cheroot",
                        "py37-cherrypy",
                        "py37-clang",
                        "py37-cleo",
                        "py37-cli-helpers",
                        "py37-click",
                        "py37-click-plugins",
                        "py37-cliff",
                        "py37-cligj",
                        "py37-clikit",
                        "py37-clint",
                        "py37-cloudpickle",
                        "py37-cmd2",
                        "py37-codecov",
                        "py37-codestyle",
                        "py37-cog",
                        "py37-colander",
                        "py37-colorama",
                        "py37-colorlog",
                        "py37-colormath",
                        "py37-columnize",
                        "py37-commonmark",
                        "py37-configargparse",
                        "py37-configobj",
                        "py37-conllu",
                        "py37-constantly",
                        "py37-contextlib2",
                        "py37-cookiecutter",
                        "py37-coverage",
                        "py37-cppy",
                        "py37-cpuinfo",
                        "py37-crashtest",
                        "py37-crayons",
                        "py37-crc32c",
                        "py37-cryptography",
                        "py37-cssselect2",
                        "py37-cssutils",
                        "py37-cucumber-tag-expressions",
                        "py37-curl",
                        "py37-curtsies",
                        "py37-cvxopt",
                        "py37-cycler",
                        "py37-cymem",
                        "py37-cython",
                        "py37-cytoolz",
                        "py37-dask",
                        "py37-dateutil",
                        "py37-datrie",
                        "py37-dbfread",
                        "py37-deap",
                        "py37-decorator",
                        "py37-defusedxml",
                        "py37-deprecated",
                        "py37-deprecation",
                        "py37-des",
                        "py37-diff-match-patch",
                        "py37-dill",
                        "py37-distlib",
                        "py37-distorm",
                        "py37-distributed",
                        "py37-distro",
                        "py37-django",
                        "py37-django-countries",
                        "py37-dload",
                        "py37-dm-tree",
                        "py37-dns-lexicon",
                        "py37-dnspython",
                        "py37-docker",
                        "py37-dockerpty",
                        "py37-docopt",
                        "py37-docstyle",
                        "py37-docutils",
                        "py37-dpkt",
                        "py37-drms",
                        "py37-ecdsa",
                        "py37-editorconfig",
                        "py37-elasticsearch-dsl",
                        "py37-empy",
                        "py37-enrich",
                        "py37-entrypoints",
                        "py37-esridump",
                        "py37-et_xmlfile",
                        "py37-eventlet",
                        "py37-execnet",
                        "py37-exifread",
                        "py37-extension-helpers",
                        "py37-fabric",
                        "py37-fastapi",
                        "py37-fasteners",
                        "py37-fastprogress",
                        "py37-feedparser",
                        "py37-fido2",
                        "py37-filelock",
                        "py37-filetype",
                        "py37-fiona",
                        "py37-flake8",
                        "py37-flake8-mccabe",
                        "py37-flaky",
                        "py37-flask",
                        "py37-flask-babel",
                        "py37-flask-frozen",
                        "py37-flask-wtf",
                        "py37-flatbuffers",
                        "py37-flit",
                        "py37-flit_core",
                        "py37-freezegun",
                        "py37-fs",
                        "py37-fsspec",
                        "py37-fugashi",
                        "py37-funcparserlib",
                        "py37-funcsigs",
                        "py37-future",
                        "py37-gacode",
                        "py37-game",
                        "py37-gast",
                        "py37-gcn",
                        "py37-gdal",
                        "py37-gdbm",
                        "py37-geojson",
                        "py37-geopandas",
                        "py37-gitdb",
                        "py37-gitpython",
                        "py37-gnupg",
                        "py37-gnureadline",
                        "py37-gobject",
                        "py37-google-api",
                        "py37-google-auth",
                        "py37-google-auth-httplib2",
                        "py37-graphql-relay",
                        "py37-greenlet",
                        "py37-gwdatafind",
                        "py37-gwosc",
                        "py37-gwpy",
                        "py37-h11",
                        "py37-h2",
                        "py37-healpy",
                        "py37-heapdict",
                        "py37-hiredis",
                        "py37-hpack",
                        "py37-html5lib",
                        "py37-httpbin",
                        "py37-httplib2",
                        "py37-httpx",
                        "py37-hyperframe",
                        "py37-hyperlink",
                        "py37-hypothesis",
                        "py37-icalendar",
                        "py37-idna",
                        "py37-idna-ssl",
                        "py37-igraph",
                        "py37-imagecodecs",
                        "py37-imageio",
                        "py37-imageio-ffmpeg",
                        "py37-imagesize",
                        "py37-imdb",
                        "py37-immutables",
                        "py37-importlib-metadata",
                        "py37-importlib-resources",
                        "py37-importmagic",
                        "py37-incremental",
                        "py37-inflection",
                        "py37-iniconfig",
                        "py37-ipdb",
                        "py37-ipykernel",
                        "py37-ipympl",
                        "py37-ipython_genutils",
                        "py37-ipywidgets",
                        "py37-iso8601",
                        "py37-isodate",
                        "py37-isort",
                        "py37-itemadapter",
                        "py37-itemloaders",
                        "py37-itsdangerous",
                        "py37-jaraco.functools",
                        "py37-jdcal",
                        "py37-jedi",
                        "py37-jellyfish",
                        "py37-jinja2",
                        "py37-jmespath",
                        "py37-jmespath-terminal",
                        "py37-joblib",
                        "py37-josepy",
                        "py37-jsbeautifier",
                        "py37-json-tricks",
                        "py37-json5",
                        "py37-jsonpickle",
                        "py37-jsonschema",
                        "py37-jug",
                        "py37-jupyter_client",
                        "py37-jupyter_console",
                        "py37-jupyter_core",
                        "py37-jupyter_packaging",
                        "py37-jupyter_server",
                        "py37-jupyterlab_pygments",
                        "py37-jupyterlab_server",
                        "py37-kaitaistruct",
                        "py37-kaptan",
                        "py37-keras",
                        "py37-keyring",
                        "py37-kiwisolver",
                        "py37-latexcodec",
                        "py37-lazy_object_proxy",
                        "py37-ldap",
                        "py37-ldap3",
                        "py37-leveldb",
                        "py37-levenshtein",
                        "py37-libcloud",
                        "py37-libnacl",
                        "py37-libvirt",
                        "py37-ligo-lw",
                        "py37-ligotimegps",
                        "py37-llfuse",
                        "py37-llvmlite",
                        "py37-lmfit",
                        "py37-locket",
                        "py37-lockfile",
                        "py37-logbook",
                        "py37-logilab-common",
                        "py37-lscsoft-glue",
                        "py37-lxml",
                        "py37-ly",
                        "py37-lz4",
                        "py37-m2crypto",
                        "py37-m2r",
                        "py37-macholib",
                        "py37-magenta",
                        "py37-magic",
                        "py37-mako",
                        "py37-mapclassify",
                        "py37-marisa-trie",
                        "py37-markdown",
                        "py37-markdown-it-py",
                        "py37-markdown2",
                        "py37-markupsafe",
                        "py37-matplotlib-basemap",
                        "py37-mdit-py-plugins",
                        "py37-meld3",
                        "py37-mercantile",
                        "py37-mesh-tensorflow",
                        "py37-meshio",
                        "py37-metakernel",
                        "py37-mimeparse",
                        "py37-minidb",
                        "py37-mir_eval",
                        "py37-mistune",
                        "py37-mitmproxy",
                        "py37-mock",
                        "py37-modulegraph",
                        "py37-more-itertools",
                        "py37-mpi4py",
                        "py37-mpmath",
                        "py37-msgpack",
                        "py37-multidict",
                        "py37-multipledispatch",
                        "py37-munch",
                        "py37-murmurhash",
                        "py37-mypy",
                        "py37-mypy_extensions",
                        "py37-nbclassic",
                        "py37-nbclient",
                        "py37-nbconvert",
                        "py37-nbformat",
                        "py37-nbval",
                        "py37-nclib",
                        "py37-ndg_httpsclient",
                        "py37-nest_asyncio",
                        "py37-netaddr",
                        "py37-nose",
                        "py37-note-seq",
                        "py37-notebook",
                        "py37-nuitka",
                        "py37-numba",
                        "py37-numexpr",
                        "py37-numpydoc",
                        "py37-oct2py",
                        "py37-octave_kernel",
                        "py37-olefile",
                        "py37-omegaconf",
                        "py37-onnx",
                        "py37-opengl",
                        "py37-opengl-accelerate",
                        "py37-openssl",
                        "py37-outcome",
                        "py37-owslib",
                        "py37-packaging",
                        "py37-paho-mqtt",
                        "py37-pandocfilters",
                        "py37-param",
                        "py37-parameterized",
                        "py37-paramiko",
                        "py37-parfive",
                        "py37-parse",
                        "py37-parsedatetime",
                        "py37-parsel",
                        "py37-parsing",
                        "py37-parso",
                        "py37-partd",
                        "py37-passlib",
                        "py37-pastel",
                        "py37-path",
                        "py37-pathlib2",
                        "py37-pathspec",
                        "py37-pathtools",
                        "py37-patsy",
                        "py37-pbr",
                        "py37-pdfminer",
                        "py37-pendulum",
                        "py37-petsc4py",
                        "py37-pexpect",
                        "py37-phonenumbers",
                        "py37-pickleshare",
                        "py37-pika",
                        "py37-pikepdf",
                        "py37-pint",
                        "py37-pip",
                        "py37-pkgconfig",
                        "py37-plac",
                        "py37-pluggy",
                        "py37-plumbum",
                        "py37-ply",
                        "py37-podcastparser",
                        "py37-poetry-core",
                        "py37-pooch",
                        "py37-portalocker",
                        "py37-portend",
                        "py37-pptx",
                        "py37-preshed",
                        "py37-pretend",
                        "py37-pretty-midi",
                        "py37-prettytable",
                        "py37-prometheus_client",
                        "py37-promise",
                        "py37-prompt_toolkit",
                        "py37-protobuf3",
                        "py37-psutil",
                        "py37-psycopg2",
                        "py37-ptyprocess",
                        "py37-publicsuffix2",
                        "py37-pudb",
                        "py37-py",
                        "py37-py2app",
                        "py37-pyaes",
                        "py37-pybind11",
                        "py37-pycares",
                        "py37-pycparser",
                        "py37-pycryptodome",
                        "py37-pycson",
                        "py37-pyct",
                        "py37-pydantic",
                        "py37-pydicom",
                        "py37-pyerfa",
                        "py37-pyflakes",
                        "py37-pygccxml",
                        "py37-pygments",
                        "py37-pygmsh",
                        "py37-pygrib",
                        "py37-pygtrie",
                        "py37-pyhamcrest",
                        "py37-pyicu",
                        "py37-pyinstaller",
                        "py37-pylint",
                        "py37-pymongo",
                        "py37-pymunk",
                        "py37-pynacl",
                        "py37-pynamecheap",
                        "py37-pynetdicom",
                        "py37-pyobjc",
                        "py37-pyopencl",
                        "py37-pypeg2",
                        "py37-pyperclip",
                        "py37-pyplusplus",
                        "py37-pypng",
                        "py37-pyregion",
                        "py37-pyrfc3339",
                        "py37-pyrsistent",
                        "py37-pysam",
                        "py37-pyscard",
                        "py37-pyside",
                        "py37-pyside-tools",
                        "py37-pytest",
                        "py37-pytest-asyncio",
                        "py37-pytest-benchmark",
                        "py37-pytest-cov",
                        "py37-pytest-forked",
                        "py37-pytest-mock",
                        "py37-pytest-runner",
                        "py37-pytest-sugar",
                        "py37-pytest-timeout",
                        "py37-pytest-xdist",
                        "py37-python-augeas",
                        "py37-python-dotenv",
                        "py37-pytimeparse",
                        "py37-pytools",
                        "py37-pytzdata",
                        "py37-pyusb",
                        "py37-pyvcf",
                        "py37-pyviz_comms",
                        "py37-pyx",
                        "py37-pyxb",
                        "py37-qimage2ndarray",
                        "py37-qrcode",
                        "py37-qtpy",
                        "py37-queuelib",
                        "py37-random2",
                        "py37-rasterio",
                        "py37-raven",
                        "py37-rdflib",
                        "py37-re2",
                        "py37-readme_renderer",
                        "py37-recommonmark",
                        "py37-redis",
                        "py37-regex",
                        "py37-reportlab",
                        "py37-requests",
                        "py37-requests-cache",
                        "py37-requests-file",
                        "py37-requests-mock",
                        "py37-requests-toolbelt",
                        "py37-rfc3339",
                        "py37-rfc3986",
                        "py37-rich",
                        "py37-robotframework",
                        "py37-roman",
                        "py37-rope",
                        "py37-rrdtool",
                        "py37-rsa",
                        "py37-rstcheck",
                        "py37-rtree",
                        "py37-ruamel-yaml",
                        "py37-ruamel-yaml-clib",
                        "py37-s3fs",
                        "py37-s3transfer",
                        "py37-sacrebleu",
                        "py37-samplerate",
                        "py37-scikit-build",
                        "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-seaborn",
                        "py37-selenium",
                        "py37-semantic_version",
                        "py37-semver",
                        "py37-send2trash",
                        "py37-serial",
                        "py37-serpent",
                        "py37-service_identity",
                        "py37-setproctitle",
                        "py37-setupmeta",
                        "py37-setuptools",
                        "py37-setuptools-rust",
                        "py37-setuptools_scm",
                        "py37-setuptools_scm_git_archive",
                        "py37-sgmllib3k",
                        "py37-sh",
                        "py37-shapely",
                        "py37-shellingham",
                        "py37-shiboken",
                        "py37-simplejson",
                        "py37-sip",
                        "py37-six",
                        "py37-sk-video",
                        "py37-slugify",
                        "py37-smart_open",
                        "py37-smmap",
                        "py37-sniffio",
                        "py37-snowballstemmer",
                        "py37-snuggs",
                        "py37-socks",
                        "py37-sortedcontainers",
                        "py37-soupsieve",
                        "py37-sparqlwrapper",
                        "py37-speg",
                        "py37-sphinx",
                        "py37-sphinx-bootstrap-theme",
                        "py37-sphinx_rtd_theme",
                        "py37-sphinxcontrib-applehelp",
                        "py37-sphinxcontrib-bibtex",
                        "py37-sphinxcontrib-devhelp",
                        "py37-sphinxcontrib-htmlhelp",
                        "py37-sphinxcontrib-jsmath",
                        "py37-sphinxcontrib-qthelp",
                        "py37-sphinxcontrib-serializinghtml",
                        "py37-sphinxcontrib-versioning",
                        "py37-sphinxcontrib-websupport",
                        "py37-spyder-kernels",
                        "py37-sqlalchemy",
                        "py37-sqlparse",
                        "py37-srsly",
                        "py37-starlette",
                        "py37-stevedore",
                        "py37-stfio",
                        "py37-structlog",
                        "py37-supervisor",
                        "py37-svipc",
                        "py37-sympy",
                        "py37-tables",
                        "py37-tabulate",
                        "py37-tblib",
                        "py37-tempita",
                        "py37-tempora",
                        "py37-tenacity",
                        "py37-tensorboard",
                        "py37-tensorboard1",
                        "py37-tensorflow-gan",
                        "py37-tensorflow-hub",
                        "py37-tensorflow-metadata",
                        "py37-tensorflow_estimator",
                        "py37-tensorflow_estimator1",
                        "py37-termcolor",
                        "py37-terminado",
                        "py37-terminaltables",
                        "py37-testpath",
                        "py37-text-unidecode",
                        "py37-textdistance",
                        "py37-texttable",
                        "py37-tf-slim",
                        "py37-thinc",
                        "py37-threadpoolctl",
                        "py37-thrift",
                        "py37-tifffile",
                        "py37-tinycss2",
                        "py37-tkinter",
                        "py37-tldextract",
                        "py37-tlsh",
                        "py37-tmuxp",
                        "py37-toml",
                        "py37-tomlkit",
                        "py37-toolz",
                        "py37-tornado",
                        "py37-tqdm",
                        "py37-tracer",
                        "py37-traitlets",
                        "py37-traitsui",
                        "py37-translationstring",
                        "py37-trio",
                        "py37-trustme",
                        "py37-twisted",
                        "py37-typedapi",
                        "py37-typeguard",
                        "py37-typer",
                        "py37-tz",
                        "py37-tzlocal",
                        "py37-ujson",
                        "py37-umap-learn",
                        "py37-uncompyle6",
                        "py37-unicodedata2",
                        "py37-unidecode",
                        "py37-uritemplate",
                        "py37-urllib3",
                        "py37-urlwatch",
                        "py37-urwid",
                        "py37-us",
                        "py37-userpath",
                        "py37-validators",
                        "py37-virtualenv",
                        "py37-virtualenvwrapper",
                        "py37-virtualfish",
                        "py37-visa",
                        "py37-vxi11",
                        "py37-w3lib",
                        "py37-wand",
                        "py37-wasabi",
                        "py37-watchdog",
                        "py37-wcmatch",
                        "py37-wcwidth",
                        "py37-webcolors",
                        "py37-webencodings",
                        "py37-webob",
                        "py37-websocket-client",
                        "py37-websockets",
                        "py37-webtest",
                        "py37-werkzeug",
                        "py37-wheel",
                        "py37-widgetsnbextension",
                        "py37-word2number",
                        "py37-wrapt",
                        "py37-wsproto",
                        "py37-wurlitzer",
                        "py37-wxpython-4.0",
                        "py37-xarray",
                        "py37-xdis",
                        "py37-xlrd",
                        "py37-xlsx2csv",
                        "py37-xmldiff",
                        "py37-xmlsec",
                        "py37-xmltodict",
                        "py37-xxhash",
                        "py37-yaml",
                        "py37-yapf",
                        "py37-yarl",
                        "py37-yt",
                        "py37-zc-lockfile",
                        "py37-zconfig",
                        "py37-zict",
                        "py37-zipp",
                        "py37-zmq",
                        "py37-zope-event",
                        "py37-zopeinterface",
                        "py37-zopfli",
                        "py37-zstd",
                        "rekall",
                        "py37-ukpostcodeparser",
                        "py37-hcloud",
                        "py37-cryptography_vectors",
                        "py37-pytest-subtests",
                        "py37-asttokens",
                        "py37-executing",
                        "py37-matplotlib-inline",
                        "py37-pure_eval",
                        "py37-stack_data",
                        "py37-cwcwidth",
                        "py37-h5netcdf",
                        "py37-bidict",
                        "py37-engineio",
                        "py37-socketio",
                        "py37-astroML",
                        "py37-astroML_addons",
                        "py37-sphinx-autodoc-typehints",
                        "py37-alagitpull",
                        "py37-sphinx-issues",
                        "py37-myst-parser",
                        "py37-beniget",
                        "py37-pythran",
                        "py37-python-lsp-jsonrpc",
                        "py37-python-lsp-server",
                        "py37-charset-normalizer",
                        "py37-backports.entry-points-selectable",
                        "py37-platformdirs",
                        "py37-backports",
                        "py37-build",
                        "py37-macfsevents",
                        "py37-debugpy",
                        "py37-confuse",
                        "py37-mediafile",
                        "py37-fonttools",
                        "py37-pathvalidate",
                        "py37-pick",
                        "py37-termtables",
                        "py37-last",
                        "py37-termplotlib",
                        "py37-ttfquery",
                        "py37-pyqt5-sip",
                        "py37-pyqt-builder",
                        "py37-plotly",
                        "py37-monty",
                        "py37-xyzservices",
                        "py37-xkcdpass",
                        "py37-resolvelib",
                        "py37-xraylarch",
                        "py37-tomli-w",
                        "py37-aiosignal",
                        "py37-frozenlist",
                        "py37-cattrs",
                        "py37-npx",
                        "py37-asgiref",
                        "py37-cachey",
                        "py37-docstring_parser",
                        "py37-freetype",
                        "py37-hsluv",
                        "py37-magicgui",
                        "py37-napari-console",
                        "py37-napari-plugin-engine",
                        "py37-napari-svg",
                        "py37-psygnal",
                        "py37-superqt",
                        "py37-vispy",
                        "py37-panel",
                        "py37-pytest-datadir",
                        "py37-flexmock",
                        "py37-iocapture",
                        "py37-pytomlpp",
                        "py37-wordcloud",
                        "py37-readability-lxml",
                        "py37-utidylib",
                        "py37-repoze.sphinx.autointerface",
                        "py37-undetected-chromedriver",
                        "py37-argon2-cffi-bindings",
                        "py37-pyvo",
                        "py37-google-api-core",
                        "py37-googleapis-common-protos",
                        "py37-praw",
                        "py37-honcho",
                        "py37-pystache",
                        "py37-configparser",
                        "py37-psycopg",
                        "py37-editables",
                        "py37-hatchling",
                        "py37-jaraco.classes",
                        "py37-sphinxcontrib-blockdiag",
                        "py37-hatch-vcs",
                        "py37-types-ujson",
                        "py37-uc-micro-py",
                        "py37-types-python-dateutil",
                        "py37-types-pytz",
                        "py37-types-simplejson",
                        "py37-autoflake",
                        "py37-mdurl",
                        "py37-backoff",
                        "py37-linkify-it-py",
                        "py37-fastjsonschema",
                        "py37-maturin",
                        "py37-python-multipart",
                        "py37-orjson",
                        "py37-rstcheck-core",
                        "py37-types-docutils",
                        "py37-xarray-einstats",
                        "py37-sip-devel",
                        "py37-socksio",
                        "py37-exceptiongroup",
                        "py37-flit_scm",
                        "py37-ephemeral-port-reserve",
                        "py37-pytest-xprocess",
                        "py37-whatthepatch",
                        "py37-langcodes",
                        "py37-cloudflare",
                        "py37-pkgutil_resolve_name",
                        "py37-hatch-fancy-pypi-readme",
                        "py37-app-model",
                        "py37-cython-devel",
                        "py37-in-n-out",
                        "py37-contextily",
                        "py37-brotlicffi",
                        "py37-docstring-to-markdown",
                        "py37-pylint-venv",
                        "py37-rapidfuzz",
                        "py37-fdsnwsscripts",
                        "py37-contourpy",
                        "py37-calver",
                        "py37-poetry-plugin-export",
                        "py37-trove-classifiers",
                        "py37-mongoengine",
                        "py37-pivy",
                        "py37-pypdf",
                        "py37-dotty-dict",
                        "py37-dulwich",
                        "py37-pytest-check",
                        "py37-singledispatch",
                        "py37-pytoolconfig",
                        "py37-scikit-hep-awkward",
                        "py37-scikit-hep-uproot",
                        "py37-confection",
                        "py37-comm",
                        "py37-pyproject_hooks",
                        "py37-mupdf",
                        "py37-setuptools-git-versioning",
                        "py37-pyproject_metadata",
                        "py37-types-psutil",
                        "py37-types-setuptools",
                        "py37-types-typed-ast",
                        "py37-pytest-trio",
                        "py37-pyxdg",
                        "py37-pdm-backend",
                        "py37-expandvars",
                        "py37-python-json-logger",
                        "py37-cython-compat",
                        "py37-backports.zoneinfo",
                        "py37-annotated_types",
                        "py37-pydantic_core",
                        "py37-pyobjc6"
                    ]
                }
            ]
        },
        {
            "name": "py37-instrumentkit",
            "portdir": "python/py-instrumentkit",
            "version": "0.6.0",
            "license": "AGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://instrumentkit.readthedocs.org/",
            "description": "Test and measurement communication library",
            "long_description": "InstrumentKit is an open source Python library designed to help the end-user get straight into communicating with their equipment via a PC. InstrumentKit aims to accomplish this by providing a connection- and vendor-agnostic API. Users can freely swap between a variety of connection types (ethernet, gpib, serial, usb) without impacting their code. Since the API is consistent across similar instruments, a user can, for example, upgrade from their 1980's multimeter using GPIB to a modern Keysight 34461a using ethernet with only a single line change.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-numpy",
                        "py37-pyusb",
                        "py37-quantities",
                        "py37-ruamel-yaml",
                        "python37",
                        "py37-usbtmc",
                        "py37-visa",
                        "py37-vxi11",
                        "py37-serial",
                        "py37-future"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-intervaltree",
            "portdir": "python/py-intervaltree",
            "version": "3.1.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/chaimleib/intervaltree",
            "description": "A mutable, self-balancing interval tree for Python 2 and 3",
            "long_description": "A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-sortedcontainers"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-npe2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-note-seq",
                        "py37-spyder",
                        "py37-spyder-devel"
                    ]
                }
            ]
        }
    ]
}