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

{
    "count": 50475,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=699",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=697",
    "results": [
        {
            "name": "py38-mutagen",
            "portdir": "python/py-mutagen",
            "version": "1.47.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mutagen.readthedocs.io",
            "description": "A Python module to handle audio metadata",
            "long_description": "Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.",
            "active": false,
            "categories": [
                "devel",
                "audio",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-hypothesis",
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-gmusicapi",
                        "py38-mediafile"
                    ]
                }
            ]
        },
        {
            "name": "py38-mygpoclient",
            "portdir": "python/py-mygpoclient",
            "version": "1.9",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gpodder/mygpoclient",
            "description": "python module for interacting with my.gpodder.org web services",
            "long_description": "The mygpoclient library allows developers to utilize a Pythonic interface to the my.gpodder.org web services. It's mostly useful for the gpodder podcast client.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-simplejson",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-mypy",
            "portdir": "python/py-mypy",
            "version": "1.14.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mypy-lang.org",
            "description": "Optional static typing for Python",
            "long_description": "Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-types-psutil",
                        "py38-types-setuptools",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-mypy_extensions",
                        "py38-typing_extensions",
                        "py38-tomli",
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mypy_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-scipy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-orjson",
                        "py38-pytest-mypy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-trio",
                        "py38-typer",
                        "py38-pytest-asyncio",
                        "py38-allennlp",
                        "py38-rsa"
                    ]
                }
            ]
        },
        {
            "name": "py38-mypy_extensions",
            "portdir": "python/py-mypy_extensions",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python/mypy_extensions",
            "description": "Experimental type system extensions for programs checked with the mypy typechecker",
            "long_description": "The “mypy_extensions” module defines experimental extensions to the standard “typing” module that are supported by the mypy typechecker.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-black",
                        "py38-logilab-common",
                        "py38-pyannotate",
                        "py38-mypy",
                        "py38-psygnal"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-trio"
                    ]
                }
            ]
        },
        {
            "name": "py38-mysqlclient",
            "portdir": "python/py-mysqlclient",
            "version": "2.2.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PyMySQL/mysqlclient-python",
            "description": "Python3 interface to MySQL/MariaDB, fork of MySQL-python",
            "long_description": "Python3 interface to MySQL/MariaDB, fork of MySQL-python",
            "active": false,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "ctreleaven",
                    "github": "ctreleaven",
                    "ports_count": 2
                }
            ],
            "variants": [
                "mysql57",
                "mysql8",
                "mariadb10_3",
                "mariadb10_4",
                "mariadb10_5",
                "mariadb10_6",
                "mariadb10_7",
                "mariadb10_8",
                "mariadb10_9",
                "mariadb10_10",
                "mariadb10_11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-build",
                        "py38-installer",
                        "pkgconfig",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mariadb-10.9",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-myst-parser",
            "portdir": "python/py-myst-parser",
            "version": "3.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/executablebooks/MyST-Parser",
            "description": "An extended commonmark compliant parser, with bridges to docutils & sphinx.",
            "long_description": "MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility. This repository serves as the reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx. It contains an extended CommonMark-compliant parser using markdown-it-py, as well as a Sphinx extension that allows you to write MyST Markdown in Sphinx.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 644
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-flit_core",
                        "clang-16",
                        "py38-installer",
                        "py38-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-sphinx",
                        "py38-yaml",
                        "py38-mdit-py-plugins",
                        "py38-markdown-it-py",
                        "py38-jinja2",
                        "py38-docutils"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-beautifulsoup4",
                        "py38-mdit-py-plugins",
                        "py38-pytest",
                        "py38-pytest-regressions"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nameutils",
            "portdir": "python/py-nameutils",
            "version": "1.0.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://raf.org/nameutils",
            "description": "Identify given/family names and capitalize correctly",
            "long_description": "Identify given/family names and capitalize correctly. \n\nnameutils is a python module containing functions that can split a person's full name into their given and family names, and capitalize the letters appropriately. It understands complex names in Latin scripts from many different languages, and it understands Chinese, Japanese, and Korean names, in both their own characters, and romanized.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "raf",
                    "github": "macportsraf",
                    "ports_count": 33
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-regex"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-napari-console",
            "portdir": "python/py-napari-console",
            "version": "0.0.9",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/napari/napari-console",
            "description": "A plugin that adds a console to napari.",
            "long_description": "A plugin that adds a console to napari.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1199
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-oldest-supported-numpy",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-ipykernel",
                        "py38-ipython",
                        "py38-qtconsole",
                        "py38-qtpy",
                        "py38-napari-plugin-engine",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-napari-plugin-engine",
            "portdir": "python/py-napari-plugin-engine",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/napari/napari-plugin-engine",
            "description": "napari-plugin-engine is a fork of pluggy, modified by the napari team.",
            "long_description": "napari-plugin-engine is a fork of pluggy, modified by the napari team.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1199
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "clang-16",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-napari-console",
                        "py38-napari-svg"
                    ]
                }
            ]
        },
        {
            "name": "py38-napari-svg",
            "portdir": "python/py-napari-svg",
            "version": "0.1.10",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/napari/napari-svg",
            "description": "A plugin for reading and writing svg files with napari.",
            "long_description": "A plugin for reading and writing svg files with napari.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1199
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-imageio",
                        "py38-numpy",
                        "py38-napari-plugin-engine",
                        "py38-vispy",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-natsort",
            "portdir": "python/py-natsort",
            "version": "8.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/SethMMorton/natsort",
            "description": "Natural sorting for Python",
            "long_description": "When you try to sort a list of strings that contain numbers, the normal Python sort algorithm sorts lexicographically, so you might not get the results that you expect. `natsort` provides a function `natsorted` that helps sort lists 'naturally', either as real numbers (i.e. signed/unsigned floats or ints), or as versions.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-pyicu"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-hypothesis",
                        "py38-pytest",
                        "py38-pytest-mock"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nbclassic",
            "portdir": "python/py-nbclassic",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.",
            "long_description": "NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-babel",
                        "py38-jupyter_packaging",
                        "py38-jupyter_server",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-nbformat",
                        "py38-nest_asyncio",
                        "py38-prometheus_client",
                        "py38-send2trash",
                        "python38",
                        "py38-tornado",
                        "py38-traitlets",
                        "py38-zmq",
                        "py38-notebook_shim",
                        "py38-terminado",
                        "py38-argon2-cffi",
                        "py38-ipykernel",
                        "py38-ipython_genutils",
                        "py38-jinja2",
                        "py38-jupyter_client",
                        "py38-jupyter_core",
                        "py38-jupyter_server"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nbclient",
            "portdir": "python/py-nbclient",
            "version": "0.9.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Client library for programmatic Jupyter notebook execution.",
            "long_description": "Client library for programmatic Jupyter notebook execution.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-traitlets",
                        "py38-jupyter_client",
                        "py38-jupyter_core",
                        "py38-nbformat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-nbconvert"
                    ]
                }
            ]
        },
        {
            "name": "py38-nbconvert",
            "portdir": "python/py-nbconvert",
            "version": "7.16.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org/",
            "description": "Jupyter Notebooks converter.",
            "long_description": "Jupyter Notebooks converter.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "wget"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-markupsafe",
                        "py38-mistune",
                        "py38-nbclient",
                        "py38-nbformat",
                        "py38-packaging",
                        "py38-pandocfilters",
                        "py38-pygments",
                        "py38-tinycss2",
                        "py38-traitlets",
                        "python38",
                        "py38-beautifulsoup4",
                        "py38-bleach",
                        "py38-defusedxml",
                        "py38-jinja2",
                        "py38-jupyter_core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-importlib-metadata",
                        "pandoc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-jupyter_sphinx",
                        "py38-jupyter",
                        "py38-jupyter_server"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-spyder-devel",
                        "py38-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py38-nbformat",
            "portdir": "python/py-nbformat",
            "version": "5.10.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org",
            "description": "The Jupyter Notebook format.",
            "long_description": "The Jupyter Notebook format.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-hatch-nodejs-version",
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-jsonschema",
                        "py38-jupyter_core",
                        "py38-traitlets",
                        "py38-fastjsonschema"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-nbclient",
                        "py38-jupyter_sphinx",
                        "py38-jupyter_server",
                        "py38-nbclassic",
                        "py38-nbconvert",
                        "py38-jupytext"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-nbval"
                    ]
                }
            ]
        },
        {
            "name": "py38-nbval",
            "portdir": "python/py-nbval",
            "version": "0.11.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/computationalmodelling/nbval",
            "description": "A py.test plugin to validate Jupyter notebooks",
            "long_description": "The plugin adds functionality to py.test to recognise and collect Jupyter notebooks. The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs of the .ipynb file. Whilst also ensuring that the notebooks are running without errors.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "clang-16",
                        "py38-installer",
                        "py38-build",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-pytest",
                        "py38-nbformat",
                        "py38-jupyter_client",
                        "py38-ipykernel",
                        "py38-coverage"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-matplotlib",
                        "py38-pytest",
                        "py38-sympy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py38-onnx"
                    ]
                }
            ]
        },
        {
            "name": "py38-nbxmpp",
            "portdir": "python/py-nbxmpp",
            "version": "0.6.10",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dev.gajim.org/gajim/python-nbxmpp",
            "description": "Non blocking Jabber/XMPP module",
            "long_description": "The goal of this python library is to provide a way for python applications to use Jabber/XMPP networks in a non-blocking way. Originally, a fork of the xmpppy jabber python library.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nclib",
            "portdir": "python/py-nclib",
            "version": "1.0.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nclib.readthedocs.io/",
            "description": "A Python socket library that wants to be your friend",
            "long_description": "nclib provides easy-to-use interfaces for connecting to and listening on TCP and UDP sockets, a better socket class (the Netcat object), mechanisms to launch processes with their input/output streams connected to sockets, TCP and UDP server classes for writing simple Python daemons and a script to easily daemonize command-line programs.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "f30",
                    "github": "F30",
                    "ports_count": 20
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-ndg_httpsclient",
            "portdir": "python/py-ndg_httpsclient",
            "version": "0.5.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL.",
            "long_description": "This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-asn1",
                        "py38-openssl",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-ndindex",
            "portdir": "python/py-ndindex",
            "version": "1.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://quansight-labs.github.io/ndindex/",
            "description": "Python library for manipulating indices of ndarrays",
            "long_description": "ndindex is a library that allows representing and manipulating objects that can be valid indices to numpy arrays, i.e., slices, integers, ellipses, None, integer and boolean arrays, and tuples thereof.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-cython",
                        "py38-setuptools",
                        "clang-16",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-blosc2"
                    ]
                }
            ]
        },
        {
            "name": "py38-nds2-client",
            "portdir": "science/nds2-client-swig",
            "version": "0.16.10",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.ligo.org/Computing/NDSClient",
            "description": "Python 38 bindings for Network Data Server Client",
            "long_description": "Client tool for accessing streamed LIGO data using the Network Data Server version 2.. This package provides Python 38 bindings, modules, and scripts.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "cmake",
                        "pkgconfig",
                        "swig3-python"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "python38",
                        "py38-numpy",
                        "nds2-client"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-neovim",
            "portdir": "python/py-neovim",
            "version": "0.4.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/neovim/pynvim",
            "description": "Python client for Neovim",
            "long_description": "Python client for Neovim. Implements support for python plugins in Nvim. Also works as a library for connecting to and scripting Nvim processes through its msgpack-rpc API.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 644
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-pytest-runner",
                        "py38-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-greenlet",
                        "py38-msgpack"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nest_asyncio",
            "portdir": "python/py-nest_asyncio",
            "version": "1.6.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erdewit/nest_asyncio",
            "description": "Library that allows nested use of event loops.",
            "long_description": "Library that allows nested use of event loops.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "clang-17",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-nbclassic",
                        "py38-ipykernel"
                    ]
                }
            ]
        },
        {
            "name": "py38-netaddr",
            "portdir": "python/py-netaddr",
            "version": "1.3.0",
            "license": "BSD and MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/drkjam/netaddr/",
            "description": "A network address manipulation library for Python",
            "long_description": "A network address manipulation library for Python",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-rad",
                        "py38-cidrize"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-oslo-utils",
                        "py38-oslo-config"
                    ]
                }
            ]
        },
        {
            "name": "py38-netcdf4",
            "portdir": "python/py-netcdf4",
            "version": "1.6.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://unidata.github.io/netcdf4-python/",
            "description": "Python/numpy interface to netCDF",
            "long_description": "netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jswhit",
                    "github": "jswhit",
                    "ports_count": 20
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran",
                "mpich",
                "openmpi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-cython",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-numpy",
                        "py38-setuptools",
                        "hdf5",
                        "netcdf",
                        "python38",
                        "py38-cftime"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-certifi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-netifaces",
            "portdir": "python/py-netifaces",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://alastairs-place.net/projects/netifaces/",
            "description": "an easy way to get the address(es) of the machine’s network interfaces from Python",
            "long_description": "an easy way to get the address(es) of the machine’s network interfaces from Python",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-oslo-utils",
                        "py38-openstacksdk"
                    ]
                }
            ]
        },
        {
            "name": "py38-networkit",
            "portdir": "python/py-networkit",
            "version": "10.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://networkit.iti.kit.edu/",
            "description": "NetworKit is a toolbox for high-performance network analysis",
            "long_description": "NetworKit is a toolbox for high-performance network analysis",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "cmake",
                        "py38-cython"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-numpy",
                        "py38-scipy",
                        "libomp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-networkx",
            "portdir": "python/py-networkx",
            "version": "3.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://networkx.github.io",
            "description": "NetworkX in a Python package for graph manipulation.",
            "long_description": "NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-mapclassify",
                        "py38-colormath",
                        "py38-MDAnalysis",
                        "py38-spacepy",
                        "py38-wntr",
                        "py38-odo",
                        "py38-prov",
                        "py38-tropycal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-scikit-image",
                        "py38-colour",
                        "py38-pyvis",
                        "py38-pymatgen"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-igraph",
                        "py38-rdflib"
                    ]
                }
            ]
        },
        {
            "name": "py38-nghttp2",
            "portdir": "www/nghttp2",
            "version": "1.51.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nghttp2.org/documentation/python-apiref.html",
            "description": "Obsolete port",
            "long_description": "This port is obsolete.",
            "active": false,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1199
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-wheel",
                        "clang-16",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nibabel",
            "portdir": "python/py-nibabel",
            "version": "3.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nipy.org/nibabel",
            "description": "Access a cacophony of neuro-imaging file formats",
            "long_description": "Nibabel provides read and write access to some common medical and neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI, NIfTI1, MINC, MGH and ECAT as well as PAR/REC. We can read and write Freesurfer geometry, and read Freesurfer morphometry and annotation files. There is some very limited support for DICOM. NiBabel is the successor of PyNIfTI.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-numpy",
                        "py38-setuptools",
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-pymvpa"
                    ]
                }
            ]
        },
        {
            "name": "py38-nltk",
            "portdir": "python/py-nltk",
            "version": "3.8.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nltk.org/",
            "description": "Natural Language Toolkit",
            "long_description": "NLTK is Python modules for research and development in natural language processing",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stevenbird1",
                    "github": "stevenbird",
                    "ports_count": 11
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-click",
                        "py38-joblib",
                        "py38-regex",
                        "py38-tqdm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-torchtext",
                        "py38-sumy",
                        "py38-beancount-import",
                        "py38-g2p-en"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-allennlp",
                        "py38-sentence-transformers",
                        "py38-transformers"
                    ]
                }
            ]
        },
        {
            "name": "py38-nmrglue",
            "portdir": "python/py-nmrglue",
            "version": "0.10",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nmrglue.com",
            "description": "A module for working with NMR data in Python",
            "long_description": "nmrglue is a module for working with NMR data in Python. When used with the Numpy, Scipy, and matplotlib packages nmrglue provides a robust interpreted environment for processing, analysing, and inspecting NMR data.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-numpy",
                        "py38-scipy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nmrglue-devel",
            "portdir": "python/py-nmrglue",
            "version": "20240207-e5007e70",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nmrglue.com",
            "description": "A module for working with NMR data in Python",
            "long_description": "nmrglue is a module for working with NMR data in Python. When used with the Numpy, Scipy, and matplotlib packages nmrglue provides a robust interpreted environment for processing, analysing, and inspecting NMR data.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-numpy",
                        "py38-scipy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nose",
            "portdir": "python/py-nose",
            "version": "1.3.7",
            "license": "LGPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nose.readthedocs.io/",
            "description": "A Python unittest extension.",
            "long_description": "A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-18",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "nosetests_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-benchexec"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-nose-exclude",
                        "py38-nose_xunitmp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-lazr.delegates"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-colormath",
                        "py38-tracer",
                        "py38-colour",
                        "py38-emcee",
                        "py38-apache-beam",
                        "py38-zbar",
                        "py38-repoze.lru",
                        "py38-ipy",
                        "py38-anytree",
                        "py38-pastedeploy",
                        "py38-webtest",
                        "py38-axolotl",
                        "py38-pybtex",
                        "py38-hdbscan",
                        "py38-olefile",
                        "py38-rangehttpserver",
                        "py38-rdflib",
                        "py38-rednose",
                        "py38-sure",
                        "py38-scruffington",
                        "py38-parameterized",
                        "py38-pathfinder",
                        "py38-overrides",
                        "py38-trepan3k",
                        "py38-mmtf-python",
                        "py38-minidb",
                        "py38-pyrfc3339",
                        "py38-smmap",
                        "py38-podcastparser",
                        "py38-zope-event",
                        "py38-eventlet",
                        "py38-cssutils",
                        "py38-barnaba",
                        "py38-biplist"
                    ]
                }
            ]
        },
        {
            "name": "py38-nose-exclude",
            "portdir": "python/py-nose-exclude",
            "version": "0.5.0",
            "license": "LGPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kgrandis/nose-exclude",
            "description": "Exclude specific directories from nosetests runs",
            "long_description": "Nose plugin that allows you to easily specify directories to be excluded from testing.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-nose",
                        "py38-setuptools",
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-nose-exclude"
                    ]
                }
            ]
        },
        {
            "name": "py38-nose_xunitmp",
            "portdir": "python/py-nose_xunitmp",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Ignas/nose_xunitmp",
            "description": "Xunit output when running multiprocess tests using nose",
            "long_description": "Nose plugin that makes xunit xml reports work when running tests on more than one cpu.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-nose",
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py38-apache-beam"
                    ]
                }
            ]
        },
        {
            "name": "py38-notebook",
            "portdir": "python/py-notebook",
            "version": "7.1.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jupyter.org",
            "description": "Web-based notebook environment for interactive computing.",
            "long_description": "Web-based notebook environment for interactive computing.",
            "active": false,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-16",
                        "py38-hatch-jupyter-builder"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-notebook_shim",
                        "py38-jupyter_server",
                        "py38-jupyterlab",
                        "py38-jupyterlab_server",
                        "py38-tornado"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-jupyter",
                        "py38-metakernel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-photomosaic"
                    ]
                }
            ]
        },
        {
            "name": "py38-notebook_shim",
            "portdir": "python/py-notebook_shim",
            "version": "0.2.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jupyter/notebook_shim",
            "description": "Part of JupyterLab ecosystem.",
            "long_description": "Part of JupyterLab ecosystem.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38",
                        "py38-jupyter_server"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-nbclassic",
                        "py38-notebook",
                        "py38-jupyterlab"
                    ]
                }
            ]
        },
        {
            "name": "py38-note-seq",
            "portdir": "python/py-note-seq",
            "version": "0.0.5",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://magenta.tensorflow.org/",
            "description": "Use machine learning to create art and music.",
            "long_description": "Use machine learning to create art and music.. This is the home for our serializable NoteSequence representation along with utilities for: creating them from various formats (e.g., MIDI, abc, MusicXML); manipulating them (e.g., slicing, quantizing) extracting components (e.g., melodies, drum tracks, chord); exporting them (e.g., to MIDI or audio); or converting them to representations useful for model training (e.g., one-hot tensors).",
            "active": false,
            "categories": [
                "audio",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-librosa",
                        "py38-numba",
                        "py38-numpy",
                        "py38-pandas",
                        "py38-pretty-midi",
                        "py38-scikit-image",
                        "py38-scipy",
                        "py38-protobuf3",
                        "py38-absl",
                        "py38-attrs",
                        "py38-bokeh",
                        "py38-intervaltree",
                        "py38-ipython"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pylint",
                        "py38-pytest",
                        "py38-pytest-xdist"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-magenta"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-magenta"
                    ]
                }
            ]
        },
        {
            "name": "py38-novaclient",
            "portdir": "python/py-novaclient",
            "version": "18.3.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.openstack.org/python-novaclient/latest/",
            "description": "Command line for openstack api",
            "long_description": "This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-pbr",
                        "clang-16",
                        "py38-installer",
                        "py38-build",
                        "py38-wheel",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-simplejson",
                        "py38-stevedore",
                        "py38-prettytable",
                        "py38-oslo-utils",
                        "py38-oslo-serialization",
                        "py38-oslo-i18n",
                        "py38-keystoneauth1",
                        "py38-iso8601"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-openstackclient"
                    ]
                }
            ]
        },
        {
            "name": "py38-npe2",
            "portdir": "python/py-npe2",
            "version": "0.7.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/napari/npe2",
            "description": "napari plugin refactor",
            "long_description": "napari plugin refactor",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1199
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-hatchling",
                        "py38-hatch-vcs",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-yaml",
                        "py38-magicgui",
                        "python38",
                        "py38-pytomlpp",
                        "py38-pydantic-compat",
                        "py38-psygnal",
                        "py38-appdirs",
                        "py38-pydantic",
                        "py38-rich",
                        "py38-typer"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-npx",
            "portdir": "python/py-npx",
            "version": "0.1.6",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nschloe/npx",
            "description": "NumPy is a large library used everywhere in scientific computing. That's why breaking backwards-compatibility comes at a significant cost and is almost always avoided, even if the API of some methods is arguably lacking. This package provides drop-in wrappers fixing those.",
            "long_description": "NumPy is a large library used everywhere in scientific computing. That's why breaking backwards-compatibility comes at a significant cost and is almost always avoided, even if the API of some methods is arguably lacking. This package provides drop-in wrappers fixing those.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1199
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-wheel",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-numpy",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-ntplib",
            "portdir": "python/py-ntplib",
            "version": "0.3.3",
            "license": "LGPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/ntplib",
            "description": "Simple interface to query NTP servers from Python.",
            "long_description": "This module offers a simple interface to query NTP servers from Python. It also provides utility text (mode, leap indicator, ...). Since it is pure Python, and only depends on core modules, it should work on any platform with a decent Python implementation.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-nuitka",
            "portdir": "python/py-nuitka",
            "version": "2.3.11",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nuitka.net/",
            "description": "Python compiler with full language support and CPython compatibility.",
            "long_description": "Python compiler with full language support and CPython compatibility.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-zstd",
                        "py38-ordered-set",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-numba",
            "portdir": "python/py-numba",
            "version": "0.58.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://numba.pydata.org/",
            "description": "Numba is a NumPy aware dynamic compiler for Python.",
            "long_description": "Numba is an Open Source NumPy-aware optimizing compiler for Python. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "tbb",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libomp",
                        "python38",
                        "py38-importlib-metadata",
                        "py38-llvmlite",
                        "py38-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-magenta",
                        "py38-sparse"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-magenta",
                        "py38-resampy",
                        "py38-librosa",
                        "py38-note-seq",
                        "py38-umap-learn"
                    ]
                }
            ]
        },
        {
            "name": "py38-numdifftools",
            "portdir": "python/py-numdifftools",
            "version": "0.9.41",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pbrod/numdifftools",
            "description": "Solve automatic numerical differentiation problems in one or more variables.",
            "long_description": "Solve automatic numerical differentiation problems in one or more variables.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-pytest-runner",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-algopy",
                        "py38-numpy",
                        "py38-scipy",
                        "py38-statsmodels",
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py38-numexpr",
            "portdir": "python/py-numexpr",
            "version": "2.8.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/pydata/numexpr",
            "description": "Multiple-operator array expression evaluator",
            "long_description": "The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it on the fly into code for its internal virtual machine (VM). Due to its integrated just-in-time (JIT) compiler, it does not require a compiler at runtime.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-oldest-supported-numpy",
                        "py38-installer",
                        "clang-16",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-numpy",
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-tables",
                        "py38-pyFAI"
                    ]
                }
            ]
        },
        {
            "name": "py38-numpy",
            "portdir": "python/py-numpy",
            "version": "1.24.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/numpy/numpy",
            "description": "The core utilities for the scientific library scipy for Python",
            "long_description": "The core utilities for the scientific library scipy for Python",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 464
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "mkl",
                "gfortran",
                "atlas",
                "universal",
                "openblas"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-installer",
                        "clang-16",
                        "gcc13",
                        "py38-cython-compat",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "python38",
                        "OpenBLAS",
                        "fftw-3",
                        "py38-cython"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-oldest-supported-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-pytensor",
                        "py38-fiona",
                        "py38-theano-pymc",
                        "py38-pyregion",
                        "py38-rsgislib",
                        "py38-pyopencl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-magenta",
                        "py38-pythran",
                        "py38-gwpy",
                        "py38-scikit-dsp-comm",
                        "py38-scikit-rf",
                        "py38-sk-video",
                        "py38-lmfit",
                        "py38-pdal",
                        "py38-thinc",
                        "py38-onnx",
                        "py38-matplotlib",
                        "py38-h5py",
                        "py38-netcdf4",
                        "py38-nibabel",
                        "py38-lal",
                        "py38-scikit-learn",
                        "py38-blosc2",
                        "py38-odo",
                        "py38-gmic",
                        "py38-petsc4py",
                        "py38-photutils",
                        "py38-seaborn",
                        "py38-tables",
                        "py38-astropy",
                        "py38-gsd",
                        "py38-healpy",
                        "py38-htseq",
                        "py38-instrumentkit",
                        "py38-g2p-en",
                        "py38-pyfftw",
                        "py38-pygrib",
                        "py38-python-ivi",
                        "py38-word2vec",
                        "py38-gsl",
                        "py38-iminuit",
                        "py38-ligo-lw",
                        "py38-lscsoft-glue",
                        "py38-pygmsh",
                        "py38-matplotlib-basemap",
                        "py38-meshio",
                        "py38-quantities",
                        "py38-snuggs",
                        "py38-srsly",
                        "py38-mahotas",
                        "py38-dijitso",
                        "py38-fiat",
                        "py38-dolfin",
                        "py38-pydicom",
                        "py38-arviz",
                        "py38-bokeh",
                        "py38-gdal",
                        "py38-metpy",
                        "py38-contourpy",
                        "py38-cartopy",
                        "py38-xarray-einstats",
                        "py38-pyerfa",
                        "py38-tropycal",
                        "py38-tifffile",
                        "py38-aesara",
                        "py38-opengl-accelerate",
                        "py38-shapely",
                        "py38-obspy",
                        "py38-vispy",
                        "py38-sunpy",
                        "py38-game",
                        "py38-pyside2",
                        "py38-asdf",
                        "py38-pyFAI",
                        "py38-contextily",
                        "py38-pymvpa",
                        "py38-opencv4",
                        "py38-bottleneck",
                        "py38-eli5",
                        "py38-gacode",
                        "py38-napari-svg",
                        "py38-nds2-client",
                        "py38-barnaba",
                        "py38-spiceypy",
                        "py38-pyasdf",
                        "py38-bcolz",
                        "py38-blaze",
                        "py38-blis",
                        "py38-kapteyn",
                        "py38-mapclassify",
                        "py38-emcee3",
                        "py38-colormath",
                        "py38-pyilmbase",
                        "py38-ttfquery",
                        "py38-rasterio",
                        "py38-pymc",
                        "py38-opencv3",
                        "py38-deap",
                        "py38-opencv3-devel",
                        "py38-imread",
                        "py38-opencv4-devel",
                        "py38-keras_applications",
                        "py38-keras_preprocessing",
                        "py38-spglib",
                        "py38-xarray",
                        "py38-slepc4py",
                        "py38-yt",
                        "py38-GridDataFormats",
                        "py38-MDAnalysis",
                        "py38-astlib",
                        "py38-astroML",
                        "py38-beancount-import",
                        "py38-clawpack",
                        "py38-colour",
                        "py38-commpy",
                        "py38-emcee",
                        "py38-filterpy",
                        "py38-gpilab-framework",
                        "py38-kombine",
                        "py38-networkit",
                        "py38-spacepy",
                        "py38-theano",
                        "py38-lalburst",
                        "py38-lalframe",
                        "py38-lalinference",
                        "py38-lalinspiral",
                        "py38-lalmetaio",
                        "py38-lalpulsar",
                        "py38-lalsimulation",
                        "py38-imagecodecs",
                        "py38-descartes",
                        "py38-gyoto",
                        "py38-biopython",
                        "py38-asdf-astropy",
                        "py38-peakutils",
                        "py38-tpot",
                        "py38-scikit-hep-uproot4",
                        "py38-corner",
                        "py38-algopy",
                        "py38-pymatgen",
                        "py38-tensorflow",
                        "py38-mdtraj",
                        "py38-spaCy",
                        "py38-zlmdb",
                        "py38-aubio",
                        "py38-keras",
                        "py38-termplotlib",
                        "py38-tensorboard",
                        "py38-tensorboard1",
                        "py38-pygeos",
                        "py38-pytensor",
                        "py38-fipy",
                        "py38-samplerate",
                        "py38-scikit-hep-awkward",
                        "py38-scikit-hep-awkward1",
                        "py38-pywavelets",
                        "py38-scikit-hep-uproot",
                        "py38-astropy-healpix",
                        "py38-npx",
                        "py38-fabio",
                        "py38-numexpr",
                        "py38-imageio",
                        "py38-pandas",
                        "py38-astroML_addons",
                        "py38-astroplan",
                        "py38-gammapy",
                        "py38-dap",
                        "py38-xraylarch",
                        "py38-pymc3",
                        "py38-numba",
                        "py38-hdbscan",
                        "py38-sparse",
                        "py38-pytools",
                        "py38-faiss",
                        "py38-pyarrow",
                        "py38-fastprogress",
                        "py38-astroquery",
                        "py38-scikit-image",
                        "py38-tensorflow1",
                        "py38-pytorch",
                        "py38-opt_einsum",
                        "py38-silx",
                        "py38-mayavi",
                        "py38-scikits-bootstrap",
                        "py38-gensim",
                        "py38-aeppl",
                        "py38-numdifftools",
                        "py38-scipy",
                        "py38-statsmodels",
                        "py38-cftime",
                        "py38-jplephem",
                        "py38-altair",
                        "py38-graph-tool",
                        "py38-skyfield",
                        "py38-nmrglue",
                        "py38-nmrglue-devel",
                        "py38-regions",
                        "py38-control",
                        "py38-fastdtw",
                        "py38-patsy",
                        "py38-drms",
                        "py38-datashape"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py38-soxr",
                        "py38-ezdxf",
                        "py38-umap-learn",
                        "py38-coremltools",
                        "py38-resampy",
                        "py38-gym",
                        "py38-pretty-midi",
                        "py38-reproject",
                        "py38-mir_eval",
                        "py38-fasttext",
                        "py38-spyder",
                        "py38-note-seq",
                        "py38-qimage2ndarray",
                        "py38-librosa",
                        "py38-gammapy",
                        "py38-folium",
                        "py38-imutils",
                        "py38-pmdarima",
                        "py38-onnxconverter-common",
                        "py38-tensorflow-datasets",
                        "py38-moviepy",
                        "py38-soundfile",
                        "py38-allennlp",
                        "py38-apache-beam",
                        "py38-aplpy",
                        "py38-bpemb",
                        "py38-imagehash",
                        "py38-tensorboardX",
                        "py38-kraken",
                        "py38-tensorflow-probability",
                        "py38-datasets",
                        "py38-seqeval",
                        "py38-keras2onnx",
                        "py38-gradio",
                        "py38-sox",
                        "py38-sounddevice",
                        "py38-libpysal",
                        "py38-spyder-devel",
                        "py38-magenta",
                        "py38-atpy",
                        "py38-tensor2tensor",
                        "py38-tensorflow-macos",
                        "py38-kfac",
                        "py38-wordcloud",
                        "py38-photomosaic",
                        "py38-sentence-transformers",
                        "py38-xraydb",
                        "py38-tensorflow-transform",
                        "py38-transformers",
                        "py38-fairseq",
                        "py38-wxpython-4.0",
                        "py38-pytorch-lightning",
                        "py38-tensorflow-data-validation",
                        "py38-tfx-bsl",
                        "py38-montage",
                        "py38-wxmplot"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-cairocffi",
                        "py38-uncertainties",
                        "py38-plumed",
                        "py38-dill",
                        "py38-blosc",
                        "py38-igraph",
                        "py38-json-tricks",
                        "py38-dm-tree",
                        "py38-zbar",
                        "py38-mmtf-python"
                    ]
                }
            ]
        },
        {
            "name": "py38-numpydoc",
            "portdir": "python/py-numpydoc",
            "version": "1.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/numpy/numpydoc",
            "description": "Sphinx extension to support docstrings in Numpy format",
            "long_description": "Numpydoc inserts a hook into Sphinx’s autodoc that converts docstrings following the Numpy/Scipy format to a form palatable to Sphinx.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 57
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-jinja2",
                        "py38-setuptools",
                        "py38-sphinx",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-spyder-devel",
                        "py38-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py38-nwdiag",
            "portdir": "python/py-nwdiag",
            "version": "3.0.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://blockdiag.com/",
            "description": "nwdiag generates network-diagram image from text",
            "long_description": "nwdiag generates network-diagram image from text",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "py38-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-blockdiag",
                        "py38-setuptools",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}