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

{
    "count": 51590,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=694",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=692",
    "results": [
        {
            "name": "py37-shiboken",
            "portdir": "python/py-shiboken",
            "version": "1.2.4",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyside/Shiboken",
            "description": "Plugin for generatorrunner that generates python bindings for C++ libraries",
            "long_description": "Shiboken is a plugin (front-end) for generatorrunner that generates python bindings for C++ libraries using CPython source code.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sparsehash",
                        "python37",
                        "libxslt",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pyside"
                    ]
                }
            ]
        },
        {
            "name": "py37-shove",
            "portdir": "python/py-shove",
            "version": "0.6.6",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/lcrees/shove/",
            "description": "Common object storage frontend",
            "long_description": "Common object storage frontend that supports dictionary- style access, object serialization and compression, and multiple storage and caching backends.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-silx",
            "portdir": "python/py-silx",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.silx.org/doc/silx/latest/",
            "description": "Python packages to support data analysis at synchrotron radiation facilities.",
            "long_description": "Python packages to support data analysis at synchrotron radiation facilities. silx aims to provide reading/writing tools for different file formats, data reduction routines and a set of Qt widgets to browse and visualise data.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pythran",
                        "py37-cython",
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-importlib-metadata",
                        "py37-numpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-h5py",
                        "py37-fabio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-xraylarch"
                    ]
                }
            ]
        },
        {
            "name": "py37-simplegeneric",
            "portdir": "python/py-simplegeneric",
            "version": "0.8.1",
            "license": "ZPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cheeseshop.python.org/pypi/simplegeneric",
            "description": "Simple generic functions.",
            "long_description": "Simple generic functions.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-rpy2"
                    ]
                }
            ]
        },
        {
            "name": "py37-simplejson",
            "portdir": "python/py-simplejson",
            "version": "3.19.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://simplejson.readthedocs.org/",
            "description": "Simple, fast, extensible JSON encoder/decoder for Python",
            "long_description": "simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.",
            "active": false,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-rasa-nlu",
                        "py37-mygpoclient"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-cinderclient",
                        "py37-novaclient",
                        "py37-osc-lib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-structlog"
                    ]
                }
            ]
        },
        {
            "name": "py37-simplekml",
            "portdir": "python/py-simplekml",
            "version": "1.3.6",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://readthedocs.org/projects/simplekml/",
            "description": "A Simple KML creator",
            "long_description": "A Simple KML creator",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-simpy",
            "portdir": "python/py-simpy",
            "version": "4.0.1",
            "license": "MIT",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://simpy.readthedocs.io",
            "description": "python based simulation language",
            "long_description": "SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools_scm",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-simpy-docs"
                    ]
                }
            ]
        },
        {
            "name": "py37-simpy-docs",
            "portdir": "python/py-simpy",
            "version": "4.0.1",
            "license": "MIT",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://simpy.readthedocs.io",
            "description": "python based simulation language",
            "long_description": "SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-simpy",
                        "py37-sphinx",
                        "py37-sphinx_rtd_theme",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-singledispatch",
            "portdir": "python/py-singledispatch",
            "version": "4.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jaraco/singledispatch",
            "description": "Backport of functools.singledispatch from Python 3.4",
            "long_description": "Backport of functools.singledispatch from Python 3.4",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "clang-16",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-sip",
            "portdir": "python/py-sip",
            "version": "6.8.3",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/sip/",
            "description": "A Python bindings generator for C/C++ libraries",
            "long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 465
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2106
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-importlib-metadata",
                        "py37-packaging",
                        "py37-setuptools",
                        "py37-tomli"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-pyqt5-webengine",
                        "py37-pyqt5-scintilla",
                        "py37-pyqt5-chart",
                        "py37-pyqt5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-pyqt-builder",
                        "py37-poppler-qt5"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-gpilab-framework",
                        "py37-wxpython-4.0"
                    ]
                }
            ]
        },
        {
            "name": "py37-sip4",
            "portdir": "python/py-sip4",
            "version": "4.19.25",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/sip/intro",
            "description": "create Python bindings for C and C++ libraries",
            "long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 465
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-poppler-qt4",
                        "py37-pyqt4",
                        "py37-qscintilla-qt4"
                    ]
                }
            ]
        },
        {
            "name": "py37-sip-devel",
            "portdir": "python/py-sip",
            "version": "6.8.3",
            "license": "(GPL-2 or GPL-3 or PSF)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.riverbankcomputing.com/software/sip/",
            "description": "A Python bindings generator for C/C++ libraries",
            "long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 465
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2106
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-importlib-metadata",
                        "py37-packaging",
                        "py37-setuptools",
                        "py37-tomli"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-six",
            "portdir": "python/py-six",
            "version": "1.17.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/six/",
            "description": "py-six is a Python 2 and 3 compatibility library.",
            "long_description": "py-six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-eventlet",
                        "py37-qrcode",
                        "py37-webtest",
                        "py37-requests-mock",
                        "py37-storm",
                        "py37-tensorflow1",
                        "py37-cheroot",
                        "py37-google-auth",
                        "py37-twilio",
                        "py37-protobuf3",
                        "py37-dateutil",
                        "py37-pytools",
                        "py37-geocoder",
                        "py37-hdfs",
                        "py37-construct",
                        "py37-ipython-sql",
                        "py37-irodsclient",
                        "py37-bleach",
                        "py37-jsonpath-rw",
                        "py37-keras_applications",
                        "py37-routes",
                        "py37-patsy",
                        "py37-dockerpy-creds",
                        "py37-bigfloat",
                        "py37-protego",
                        "py37-isodate",
                        "py37-gwpy",
                        "py37-keras",
                        "py37-magenta",
                        "py37-pathlib2",
                        "py37-agate",
                        "py37-leather",
                        "py37-GridDataFormats",
                        "py37-freezegun",
                        "py37-ecdsa",
                        "py37-jsbeautifier",
                        "py37-munch",
                        "py37-rdflib",
                        "py37-docker",
                        "py37-csvkit",
                        "py37-bpython",
                        "py37-vobject",
                        "py37-pynacl",
                        "py37-w3lib",
                        "py37-httpbin",
                        "py37-dockerpty",
                        "py37-tempora",
                        "py37-gcn",
                        "py37-matplotlib-basemap",
                        "py37-grpcio",
                        "py37-html5lib",
                        "py37-parsimonious",
                        "py37-paver",
                        "py37-presets",
                        "py37-pybtex",
                        "py37-rbtools",
                        "py37-prov",
                        "py37-scruffington",
                        "py37-tweepy",
                        "py37-ufl",
                        "py37-ligo-lw",
                        "py37-xlib",
                        "py37-latexcodec",
                        "py37-xdis",
                        "py37-tox",
                        "py37-lal",
                        "py37-mediafile",
                        "py37-eli5",
                        "py37-stevedore",
                        "py37-asttokens",
                        "py37-libnacl",
                        "py37-pyxb",
                        "py37-fs",
                        "py37-xhtml2pdf",
                        "py37-mongoengine",
                        "py37-taskw",
                        "py37-parsel",
                        "py37-ansible-core",
                        "py37-configobj",
                        "py37-blessed",
                        "py37-blessings",
                        "py37-bson",
                        "py37-healpy",
                        "py37-dap",
                        "py37-dijitso",
                        "py37-django-extensions",
                        "py37-fixtures",
                        "py37-flask-cors",
                        "py37-colour",
                        "py37-h5py",
                        "py37-hdbscan",
                        "py37-hieroglyph",
                        "py37-rasa-nlu",
                        "py37-hypy",
                        "py37-gwdatafind",
                        "py37-responses",
                        "py37-sqlalchemy-migrate",
                        "py37-ligo-gracedb",
                        "py37-ligo-segments",
                        "py37-tensorboard",
                        "py37-anytree",
                        "py37-tensorboard1",
                        "py37-tensorflow",
                        "py37-oauth2client",
                        "py37-parver",
                        "py37-pybtex-docutils",
                        "py37-pyhyphen",
                        "py37-theano",
                        "py37-pypostal",
                        "py37-lscsoft-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-debtcollector",
                        "py37-python-coveralls",
                        "py37-tensorboardX",
                        "py37-tensorflow-datasets",
                        "py37-tensorflow-data-validation",
                        "py37-tensorflow-probability",
                        "py37-tensorflow-transform",
                        "py37-openstackclient",
                        "py37-fire",
                        "py37-sacremoses",
                        "py37-python-multipart",
                        "py37-oslo-i18n",
                        "py37-cfn-lint",
                        "py37-oslo-utils",
                        "py37-resampy",
                        "py37-kfac",
                        "py37-tfx-bsl",
                        "py37-sure",
                        "py37-behave",
                        "py37-gin-config",
                        "py37-pretty-midi",
                        "py37-mesh-tensorflow",
                        "py37-elasticsearch-dsl",
                        "py37-esridump",
                        "py37-mir_eval",
                        "py37-parse-type",
                        "py37-cliff",
                        "py37-nbval",
                        "py37-librosa",
                        "py37-aws-sam-translator",
                        "py37-dm-tree",
                        "py37-wxpython-4.0",
                        "py37-pyopencl",
                        "py37-xmldiff",
                        "py37-magenta",
                        "py37-automat",
                        "py37-pytest-shutil",
                        "py37-cinderclient",
                        "py37-regions",
                        "py37-keystoneauth1",
                        "py37-tensor2tensor",
                        "py37-keystoneclient"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-rednose",
                        "py37-uncompyle6",
                        "py37-pytest-fixture-config",
                        "py37-iocapture",
                        "py37-pyicu",
                        "py37-sure",
                        "py37-ddt",
                        "py37-panedr"
                    ]
                }
            ]
        },
        {
            "name": "py37-sk-video",
            "portdir": "python/py-sk-video",
            "version": "1.1.10",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://scikit-video.org/",
            "description": "Video Processing in Python",
            "long_description": "Video Processing in Python",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "py37-wheel",
                        "py37-build",
                        "clang-14",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-numpy",
                        "py37-scipy",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-magenta"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-magenta"
                    ]
                }
            ]
        },
        {
            "name": "py37-skyfield",
            "portdir": "python/py-skyfield",
            "version": "1.46",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rhodesmill.org/skyfield/",
            "description": "Skyfield is a pure-Python astronomy package that makes it easy to generate high precision research-grade positions for planets and Earth satellites.",
            "long_description": "Skyfield is a pure-Python astronomy package that makes it easy to generate high precision research-grade positions for planets and Earth satellites.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1378
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-beautifulsoup4",
                        "py37-certifi",
                        "py37-dateutil",
                        "py37-html5lib",
                        "py37-lxml",
                        "py37-matplotlib",
                        "py37-mock",
                        "python37",
                        "py37-pandas",
                        "py37-pyflakes",
                        "py37-sgp4",
                        "py37-sphinx",
                        "py37-tz",
                        "py37-jplephem",
                        "py37-spktype21",
                        "py37-numpy",
                        "py37-astropy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-skyfield-data"
                    ]
                }
            ]
        },
        {
            "name": "py37-skyfield-data",
            "portdir": "python/py-skyfield-data",
            "version": "5.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/brunobord/skyfield-data",
            "description": "Data files for py-skyfield",
            "long_description": "Data files for py-skyfield",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1378
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-skyfield"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-slackclient",
            "portdir": "python/py-slackclient",
            "version": "2.9.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://slack.dev/python-slackclient/",
            "description": "Slack Web API and Real Time Messaging (RTM) API.",
            "long_description": "The Python slackclient is a developer kit for interfacing with the Slack Web API and Real Time Messaging (RTM) API on Python 3.6 and above.",
            "active": false,
            "categories": [
                "irc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "giovanni.bussi",
                    "github": "GiovanniBussi",
                    "ports_count": 93
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-aiohttp",
                        "py37-typing_extensions"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-slepc4py",
            "portdir": "python/py-slepc4py",
            "version": "3.15.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/slepc4py",
            "description": "SLEPc for Python - Python bindings for SLEPc",
            "long_description": "SLEPc for Python - Python bindings for SLEPc",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang90",
                "g95",
                "gcc10",
                "gcc11",
                "gcc7",
                "gcc9",
                "gfortran",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cython",
                        "py37-setuptools",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-numpy",
                        "python37",
                        "mpich-clang13",
                        "py37-petsc4py",
                        "petsc",
                        "slepc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-slugify",
            "portdir": "python/py-slugify",
            "version": "5.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/un33k/python-slugify",
            "description": "A Python Slugify application that handles Unicode",
            "long_description": "A Python Slugify application that handles Unicode",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "esafak",
                    "github": "esafak",
                    "ports_count": 134
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-installer",
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-text-unidecode",
                        "py37-unidecode"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-agate",
                        "py37-cookiecutter"
                    ]
                }
            ]
        },
        {
            "name": "py37-smart_open",
            "portdir": "python/py-smart_open",
            "version": "6.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RaRe-Technologies/smart_open",
            "description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
            "long_description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-gensim"
                    ]
                }
            ]
        },
        {
            "name": "py37-smi",
            "portdir": "python/py-smi",
            "version": "0.3.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/etingof/pysmi",
            "description": "SNMP SMI/MIB Parser",
            "long_description": "SNMP SMI/MIB Parser",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-ply"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-snmp"
                    ]
                }
            ]
        },
        {
            "name": "py37-smmap",
            "portdir": "python/py-smmap",
            "version": "6.0.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gitpython-developers/smmap",
            "description": "Pure python sliding memory map manager",
            "long_description": "Pure python sliding memory map manager",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-coverage",
                        "py37-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-gitdb"
                    ]
                }
            ]
        },
        {
            "name": "py37-sniffio",
            "portdir": "python/py-sniffio",
            "version": "1.2.0",
            "license": "(Apache-2 or MIT)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-trio/sniffio",
            "description": "Sniff out which async library your code is running under",
            "long_description": "This is a tiny package whose only purpose is to let you detect which async library your code is running under.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-anyio",
                        "py37-trio",
                        "py37-httpcore",
                        "py37-httpx",
                        "py37-dnspython"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-trio"
                    ]
                }
            ]
        },
        {
            "name": "py37-snmp",
            "portdir": "python/py-snmp",
            "version": "4.4.12",
            "license": "BSD",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://snmplabs.com/pysnmp/",
            "description": "SNMP library for Python",
            "long_description": "SNMP library for Python",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "valyukov",
                    "github": "valyukov",
                    "ports_count": 8
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-asn1",
                        "py37-pycryptodome",
                        "py37-smi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-snowballstemmer",
            "portdir": "python/py-snowballstemmer",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snowballstem/snowball",
            "description": "This package provides 23 stemmer algorithms for 22 languages generated from Snowball algorithms.",
            "long_description": "This package provides 23 stemmer algorithms for 22 languages generated from Snowball algorithms.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-docstyle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py37-snuggs",
            "portdir": "python/py-snuggs",
            "version": "1.4.7",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mapbox/snuggs",
            "description": "Snuggs are s-expressions for Numpy",
            "long_description": "Snuggs are s-expressions for Numpy",
            "active": false,
            "categories": [
                "devel",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-click",
                        "py37-numpy",
                        "py37-parsing",
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-rasterio"
                    ]
                }
            ]
        },
        {
            "name": "py37-socketio",
            "portdir": "python/py-socketio",
            "version": "5.11.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/miguelgrinberg/python-socketio",
            "description": "Python Socket.IO server and client",
            "long_description": "Python implementation of the Socket.IO realtime client and server.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 654
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-16",
                        "py37-installer",
                        "py37-build",
                        "py37-wheel",
                        "py37-sphinx"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-engineio",
                        "py37-bidict",
                        "py37-websockets",
                        "py37-websocket-client",
                        "py37-requests",
                        "py37-aiohttp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-socks",
            "portdir": "python/py-socks",
            "version": "1.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Anorov/PySocks",
            "description": "python SOCKS client module",
            "long_description": "PySOCKS is a SOCKS client module, branched off several earlier abandoned projects",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 440
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-tweepy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-websocket-client"
                    ]
                }
            ]
        },
        {
            "name": "py37-socksio",
            "portdir": "python/py-socksio",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sethmlarson/socksio",
            "description": "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5.",
            "long_description": "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-wheel",
                        "py37-flit_core",
                        "py37-setuptools",
                        "clang-16",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-httpcore",
                        "py37-httpx"
                    ]
                }
            ]
        },
        {
            "name": "py37-soco",
            "portdir": "python/py-soco",
            "version": "0.29.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/SoCo/SoCo",
            "description": "SoCo (Sonos Controller) is a simple library to control Sonos speakers.",
            "long_description": "SoCo (Sonos Controller) is a simple library to control Sonos speakers.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-lxml",
                        "py37-requests",
                        "py37-xmltodict",
                        "py37-ifaddr",
                        "python37",
                        "py37-appdirs"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pyflakes",
                        "py37-pytest",
                        "py37-requests-mock"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-sortedcollections",
            "portdir": "python/py-sortedcollections",
            "version": "2.1.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.grantjenks.com/docs/sortedcollections/",
            "description": "Python sorted collections.",
            "long_description": "Python sorted collections.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-sortedcontainers"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-sortedcontainers",
            "portdir": "python/py-sortedcontainers",
            "version": "2.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://grantjenks.com/docs/sortedcontainers/",
            "description": "Python sorted container types.",
            "long_description": "Python sorted container types.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2893
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-hypothesis",
                        "py37-sortedcollections",
                        "py37-openopt",
                        "py37-intervaltree2",
                        "py37-intervaltree",
                        "py37-mitmproxy",
                        "py37-trio",
                        "py37-distributed"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-trio"
                    ]
                }
            ]
        },
        {
            "name": "py37-sounddevice",
            "portdir": "python/py-sounddevice",
            "version": "0.3.14",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://python-sounddevice.readthedocs.io/",
            "description": "Play and Record Sound with Python",
            "long_description": "This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 56
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-cffi",
                        "py37-setuptools",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-numpy",
                        "portaudio",
                        "py37-cffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-soundfile",
            "portdir": "python/py-soundfile",
            "version": "0.10.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bastibe/SoundFile",
            "description": "SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",
            "long_description": "SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.",
            "active": false,
            "categories": [
                "audio",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-cffi",
                        "libsndfile"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-librosa"
                    ]
                }
            ]
        },
        {
            "name": "py37-soupsieve",
            "portdir": "python/py-soupsieve",
            "version": "2.8",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facelessuser/soupsieve",
            "description": "Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4",
            "long_description": "Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1378
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-hatchling",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-beautifulsoup4"
                    ]
                }
            ]
        },
        {
            "name": "py37-sox",
            "portdir": "python/py-sox",
            "version": "1.4.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rabitt/pysox",
            "description": "Python wrapper around SoX.",
            "long_description": "Python wrapper around SoX.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "sox",
                        "py37-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-magenta"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-magenta"
                    ]
                }
            ]
        },
        {
            "name": "py37-spacepy",
            "portdir": "python/py-spacepy",
            "version": "0.2.2",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spacepy.github.io",
            "description": "SpacePy Tools for Space Science Applications",
            "long_description": "SpacePy Tools for Space Science Applications",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 56
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc9",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-matplotlib",
                        "py37-networkx",
                        "python37",
                        "py37-scipy",
                        "cdf",
                        "py37-numpy",
                        "py37-h5py"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-spaCy",
            "portdir": "python/py-spaCy",
            "version": "3.0.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spacy.io",
            "description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
            "long_description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang50",
                "clang60",
                "clang70",
                "clang90",
                "clang80",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc5",
                "gcc6",
                "gcc7",
                "gcc8",
                "gcc9",
                "gccdevel",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13",
                        "cctools",
                        "py37-setuptools",
                        "py37-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-cython",
                        "py37-jsonschema",
                        "py37-murmurhash",
                        "py37-numpy",
                        "py37-plac",
                        "py37-preshed",
                        "py37-pydantic",
                        "py37-requests",
                        "py37-srsly",
                        "py37-thinc",
                        "py37-tqdm",
                        "py37-wasabi",
                        "python37",
                        "py37-blis",
                        "py37-catalogue",
                        "py37-cymem"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-pip"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-flake8",
                        "py37-mock",
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-spaCy-models",
                        "py37-torchtext"
                    ]
                }
            ]
        },
        {
            "name": "py37-spaCy-models",
            "portdir": "python/py-spaCy-models",
            "version": "2.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spacy.io/models",
            "description": "Models for the spaCy Natural Language Processing (NLP) library",
            "long_description": "Models for the spaCy Natural Language Processing (NLP) library",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py37-jinja2",
                        "py37-packaging",
                        "py37-typer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-spaCy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-torchtext"
                    ]
                }
            ]
        },
        {
            "name": "py37-spark_parser",
            "portdir": "python/py-spark_parser",
            "version": "1.8.9",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/spark_parser/",
            "description": "An Earley-Algorithm Context-free grammar Parser Toolkit",
            "long_description": "SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-click"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-uncompyle6"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-trepan3k"
                    ]
                }
            ]
        },
        {
            "name": "py37-sparqlwrapper",
            "portdir": "python/py-sparqlwrapper",
            "version": "1.8.5",
            "license": "W3C",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rdflib.github.io/sparqlwrapper",
            "description": "SPARQL Endpoint interface to Python",
            "long_description": "This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.",
            "active": false,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-setuptools",
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-rdflib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-spdx",
            "portdir": "python/py-spdx",
            "version": "2.5.1",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bbqsrc/spdx-python",
            "description": "SPDX license list database",
            "long_description": "SPDX license list database",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "karan.sheth",
                    "github": "korusuke",
                    "ports_count": 64
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-spdx-lookup"
                    ]
                }
            ]
        },
        {
            "name": "py37-spdx-lookup",
            "portdir": "python/py-spdx-lookup",
            "version": "0.3.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bbqsrc/spdx-lookup-python",
            "description": "SPDX license list query tool",
            "long_description": "SPDX license list query tool",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "karan.sheth",
                    "github": "korusuke",
                    "ports_count": 64
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools",
                        "py37-spdx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-speg",
            "portdir": "python/py-speg",
            "version": "0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/avakar/speg",
            "description": "A PEG-based parser interpreter with memoization.",
            "long_description": "A PEG-based parser interpreter with memoization.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 56
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-pycson"
                    ]
                }
            ]
        },
        {
            "name": "py37-spglib",
            "portdir": "python/py-spglib",
            "version": "1.16.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spglib.github.io/spglib/python-spglib.html",
            "description": "Python interface for spglib (a C library for crystal symmetries).",
            "long_description": "Python interface for spglib (a C library for crystal symmetries).",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "joe.fowler",
                    "github": "joefowler",
                    "ports_count": 98
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-pymatgen"
                    ]
                }
            ]
        },
        {
            "name": "py37-sphinx",
            "portdir": "python/py-sphinx",
            "version": "5.3.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sphinx-doc.org/",
            "description": "Python documentation generator",
            "long_description": "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 352
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-installer",
                        "py37-build",
                        "py37-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-docutils",
                        "py37-importlib-metadata"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-packaging",
                        "py37-pygments",
                        "py37-requests",
                        "py37-snowballstemmer",
                        "py37-sphinxcontrib-applehelp",
                        "py37-sphinxcontrib-devhelp",
                        "py37-sphinxcontrib-htmlhelp",
                        "py37-sphinxcontrib-jsmath",
                        "py37-sphinxcontrib-qthelp",
                        "py37-sphinxcontrib-serializinghtml",
                        "sphinx_select",
                        "py37-jinja2",
                        "py37-imagesize",
                        "py37-babel",
                        "py37-alabaster"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py37-openslide",
                        "py37-bpython",
                        "py37-utidylib",
                        "py37-pyobjc",
                        "py37-socketio",
                        "py37-engineio",
                        "py37-pyobjc6",
                        "xapian-bindings-python37",
                        "py37-pyside2",
                        "py37-numpydoc",
                        "py37-simpy-docs",
                        "py37-mayavi"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-sphinx-issues",
                        "py37-sphinxcontrib-bibtex",
                        "py37-sphinx-gallery",
                        "py37-sphinx_rtd_theme",
                        "py37-hieroglyph",
                        "py37-sphinxcontrib-versioning",
                        "py37-skyfield",
                        "py37-jupyter_sphinx",
                        "py37-repoze.sphinx.autointerface"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-sphinx-rtd-theme",
                        "py37-recommonmark",
                        "py37-sphinx-jsonschema",
                        "py37-spyder-devel",
                        "py37-spyder",
                        "py37-sphinx-autodoc-typehints",
                        "py37-myst-parser",
                        "py37-sphinxcontrib-svg2pdfconverter",
                        "py37-sphinxnotes-strike"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-visa"
                    ]
                }
            ]
        },
        {
            "name": "py37-sphinx-autodoc-typehints",
            "portdir": "python/py-sphinx-autodoc-typehints",
            "version": "1.25.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agronholm/sphinx-autodoc-typehints",
            "description": "Type hints (PEP 484) support for the Sphinx autodoc extension",
            "long_description": "This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 654
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-hatchling",
                        "py37-installer",
                        "clang-16",
                        "py37-build",
                        "py37-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-sphinx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-sphinx-bootstrap-theme",
            "portdir": "python/py-sphinx-bootstrap-theme",
            "version": "0.8.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ryan-roemer/sphinx-bootstrap-theme",
            "description": "Sphinx bootstrap theme.",
            "long_description": "Sphinx bootstrap theme.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-sphinxcontrib-applehelp",
            "portdir": "python/py-sphinxcontrib-applehelp",
            "version": "1.0.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sphinx-doc.org/",
            "description": "sphinx extension which outputs Apple help books",
            "long_description": "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-flit_core",
                        "py37-build",
                        "py37-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py37-sphinxcontrib-bibtex",
            "portdir": "python/py-sphinxcontrib-bibtex",
            "version": "2.5.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mcmtroffaes/sphinxcontrib-bibtex",
            "description": "Sphinx extension for BibTeX style citations",
            "long_description": "Sphinx extension for BibTeX style citations",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "clang-14",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-sphinx",
                        "py37-docutils",
                        "py37-importlib-metadata",
                        "py37-pybtex",
                        "py37-pybtex-docutils"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}