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

{
    "count": 50476,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=625",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=623",
    "results": [
        {
            "name": "py35-rtmidi-python",
            "portdir": "python/py-rtmidi-python",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/superquadratic/rtmidi-python",
            "description": "Python wrapper for RtMidi",
            "long_description": "Python wrapper for RtMidi, the lightweight, cross-platform MIDI I/O library",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-rtree",
            "portdir": "python/py-rtree",
            "version": "0.9.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Toblerity/rtree",
            "description": "R-Tree spatial index for Python GIS",
            "long_description": "Rtree is a Python library that uses ctypes and an internally built C API to wrap libspatialindex and provide very flexible spatial indexing.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "py35-wheel",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "spatialindex",
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-s3fs",
            "portdir": "python/py-s3fs",
            "version": "0.4.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dask/s3fs/",
            "description": "Convenient Filesystem interface over S3",
            "long_description": "Convenient Filesystem interface over S3",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-botocore",
                        "py35-fsspec"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-s3transfer",
            "portdir": "python/py-s3transfer",
            "version": "0.3.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/boto/s3transfer",
            "description": "An Amazon S3 Transfer Manager",
            "long_description": "An Amazon S3 Transfer Manager",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-botocore"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-boto3"
                    ]
                }
            ]
        },
        {
            "name": "py35-scandir",
            "portdir": "python/py-scandir",
            "version": "1.10.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/benhoyt/scandir",
            "description": "Scandir, a better directory iterator and faster os.walk()",
            "long_description": "Scandir, a better directory iterator and faster os.walk()",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-scikit-image",
            "portdir": "python/py-scikit-image",
            "version": "0.14.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://scikit-image.org/",
            "description": "Image processing algorithms for SciPy.",
            "long_description": "Image processing algorithms for SciPy, including IO, morphology, filtering, warping, color manipulation, object detection, etc.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "py35-cython",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-scipy",
                        "py35-six",
                        "libomp",
                        "python35",
                        "py35-numpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-imageio",
                        "py35-matplotlib",
                        "py35-networkx",
                        "py35-pywavelets",
                        "py35-toolz",
                        "py35-dask",
                        "py35-cloudpickle",
                        "py35-Pillow"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-scikit-learn",
            "portdir": "python/py-scikit-learn",
            "version": "0.22.2.post1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://scikit-learn.org/",
            "description": "Easy-to-use and general-purpose machine learning in Python",
            "long_description": "Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, building upon numpy, scipy, and matplotlib. As a machine-learning module, it provides versatile tools for data mining and analysis in any field of science and engineering.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-cython",
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-numpy",
                        "libomp",
                        "py35-scipy",
                        "python35",
                        "py35-joblib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-astroML",
                        "py35-eli5",
                        "py35-tpot",
                        "py35-word2vec",
                        "py35-chainer"
                    ]
                }
            ]
        },
        {
            "name": "py35-scikits-bootstrap",
            "portdir": "python/py-scikits-bootstrap",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cgevans/scikits-bootstrap",
            "description": "Bootstrap confidence interval estimation routines for SciPy.",
            "long_description": "Algorithms for SciPy to calculate bootstrap confidence intervals for statistics functions applied to data.",
            "active": false,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 434
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-erf",
                        "py35-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-scikits-module",
            "portdir": "python/py-scikits-module",
            "version": "0.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://scikits.appspot.com",
            "description": "provides the files common to all scikits",
            "long_description": "provides the files common to all scikits",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-scikit-umfpack",
            "portdir": "python/py-scikit-umfpack",
            "version": "0.2.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scikit-umfpack/scikit-umfpack",
            "description": "scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.",
            "long_description": "scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 169
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "swig-python",
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "SuiteSparse_UMFPACK",
                        "py35-scipy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-scipy",
            "portdir": "python/py-scipy",
            "version": "1.4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.scipy.org/",
            "description": "An opensource library of scientific tools for Python",
            "long_description": "An opensource library of scientific tools for Python",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 464
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran",
                "atlas",
                "openblas",
                "mkl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "swig-python",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-numpy",
                        "py35-pybind11",
                        "libgcc",
                        "python35",
                        "OpenBLAS"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-py",
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-pyFAI",
                        "py35-nmrglue",
                        "py35-seaborn",
                        "py35-pysal",
                        "py35-astlib",
                        "py35-astroML",
                        "py35-cartopy",
                        "py35-control",
                        "py35-eli5",
                        "py35-pyqtgraph",
                        "py35-keras",
                        "py35-keras_applications",
                        "py35-pymvpa",
                        "py35-qutip",
                        "py35-scikit-umfpack",
                        "py35-spacepy",
                        "py35-theano",
                        "py35-tpot",
                        "py35-wntr",
                        "py35-word2vec",
                        "py35-commpy",
                        "py35-statsmodels",
                        "py35-obspy",
                        "py35-scikit-image",
                        "py35-scikit-learn",
                        "py35-pyne",
                        "py35-mlpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-gammapy"
                    ]
                }
            ]
        },
        {
            "name": "py35-scoop",
            "portdir": "python/py-scoop",
            "version": "0.7.1.1",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pyscoop.org/",
            "description": "SCOOP (Scalable COncurrent Operations in Python)",
            "long_description": "SCOOP (Scalable COncurrent Operations in Python) is a distributed task module allowing concurrent parallel programming on various environments, from heterogeneous grids to supercomputers.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-greenlet",
                        "py35-zmq"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-scruffington",
            "portdir": "python/py-scruffington",
            "version": "0.3.8.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snare/scruffy",
            "description": "Framework for boilerplate in apps",
            "long_description": "Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-six",
                        "py35-yaml"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-nose"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-SDL2",
            "portdir": "python/py-SDL2",
            "version": "0.9.9",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/PySDL2",
            "description": "a python wrapper around the SDL2 library",
            "long_description": "PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead.",
            "active": false,
            "categories": [
                "devel",
                "multimedia",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2_image",
                        "libsdl2_mixer",
                        "python35",
                        "libsdl2_ttf",
                        "libsdl2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-seaborn",
            "portdir": "python/py-seaborn",
            "version": "0.9.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://seaborn.pydata.org/",
            "description": "Statistical data visualization library",
            "long_description": "Seaborn is a library for making attractive and informative statistical graphics in Python. It is built on top of matplotlib and tightly integrated with the PyData stack, including support for numpy and pandas data structures and statistical routines from scipy and statsmodels.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-numpy",
                        "py35-pandas",
                        "py35-patsy",
                        "py35-scipy",
                        "py35-statsmodels",
                        "python35",
                        "py35-matplotlib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-send2trash",
            "portdir": "python/py-send2trash",
            "version": "1.8.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/arsenetar/send2trash",
            "description": "Send file to trash natively under Mac OS X, Windows and Linux.",
            "long_description": "Send file to trash natively under Mac OS X, Windows and Linux.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-notebook"
                    ]
                }
            ]
        },
        {
            "name": "py35-seqdiag",
            "portdir": "python/py-seqdiag",
            "version": "0.9.6",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://blockdiag.com/",
            "description": "seqdiag generates sequence-diagram image from text",
            "long_description": "seqdiag generates sequence-diagram image from text",
            "active": false,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-blockdiag",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-serial",
            "portdir": "python/py-serial",
            "version": "3.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyserial/pyserial",
            "description": "Python Serial Port Extension",
            "long_description": "This module encapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named serial automatically selects the appropriate backend.",
            "active": true,
            "categories": [
                "python",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "fw",
                    "github": "fhgwright",
                    "ports_count": 27
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-serpent",
            "portdir": "python/py-serpent",
            "version": "1.41",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/irmen/Serpent",
            "description": "Serialization based on ast.literal_eval",
            "long_description": "Serpent is a simple serialization library based on ast.literal_eval. Because it only serializes literals and recreates the objects using ast.literal_eval(), the serialized data is safe to transport to other machines (over the network for instance) and de-serialize it there.",
            "active": false,
            "categories": [
                "python",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-pyro"
                    ]
                }
            ]
        },
        {
            "name": "py35-service_identity",
            "portdir": "python/py-service_identity",
            "version": "18.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyca/service_identity",
            "description": "Service Identity Verification for pyOpenSSL",
            "long_description": "service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-asn1-modules",
                        "py35-attrs",
                        "python35",
                        "py35-idna",
                        "py35-openssl",
                        "py35-cryptography",
                        "py35-asn1"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-comet"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-trustme"
                    ]
                }
            ]
        },
        {
            "name": "py35-setuptools",
            "portdir": "python/py-setuptools",
            "version": "50.3.1",
            "license": "MIT and (PSF or ZPL) and (Apache-2 or BSD)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/setuptools/",
            "description": "distutils enhancement for build and distribution",
            "long_description": "setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-fido2",
                        "py35-BitVector",
                        "py35-DAWG",
                        "py35-Pillow",
                        "py35-SDL2",
                        "py35-acor",
                        "py35-acora",
                        "py35-qdarkstyle",
                        "py35-qtpy",
                        "py35-qtsass",
                        "py35-quantities",
                        "py35-queuelib",
                        "py35-rangehttpserver",
                        "py35-rdflib",
                        "py35-redis",
                        "py35-regex",
                        "py35-regions",
                        "py35-reportlab",
                        "py35-repoze.lru",
                        "py35-requests",
                        "py35-requests-cache",
                        "py35-requests-mock",
                        "py35-requests-oauthlib",
                        "py35-requests-unixsocket",
                        "py35-resumable-urlretrieve",
                        "py35-robotremoteserver",
                        "py35-roman",
                        "py35-rope",
                        "py35-routes",
                        "py35-rsa",
                        "py35-rtmidi-python",
                        "py35-rtree",
                        "py35-s3fs",
                        "py35-s3transfer",
                        "py35-scandir",
                        "py35-scikit-image",
                        "py35-scikit-learn",
                        "py35-scikit-umfpack",
                        "py35-scikits-bootstrap",
                        "py35-scoop",
                        "py35-scruffington",
                        "py35-seaborn",
                        "py35-serpent",
                        "py35-service_identity",
                        "py35-sh",
                        "py35-shapely",
                        "py35-slepc4py",
                        "py35-slugify",
                        "py35-smart_open",
                        "py35-smmap",
                        "py35-snmp",
                        "py35-snowballstemmer",
                        "py35-snuggs",
                        "py35-socketpool",
                        "py35-socks",
                        "py35-sortedcollections",
                        "py35-sortedcontainers",
                        "py35-sounddevice",
                        "py35-spark_parser",
                        "py35-sphinx_rtd_theme",
                        "py35-sphinxcontrib-applehelp",
                        "py35-sphinxcontrib-devhelp",
                        "py35-sphinxcontrib-htmlhelp",
                        "py35-sphinxcontrib-jsmath",
                        "py35-sphinxcontrib-qthelp",
                        "py35-sphinxcontrib-serializinghtml",
                        "py35-sphinxcontrib-svg2pdfconverter",
                        "py35-sphinxcontrib-websupport",
                        "py35-spyder-kernels",
                        "py35-sqlalchemy",
                        "py35-sqlparse",
                        "py35-statsmodels",
                        "py35-stopit",
                        "py35-suds-jurko",
                        "py35-sybil",
                        "py35-taskw",
                        "py35-tblib",
                        "py35-tempita",
                        "py35-text-unidecode",
                        "py35-textile",
                        "py35-texttable",
                        "py35-threadpool",
                        "py35-three-merge",
                        "py35-tinycss",
                        "py35-toml",
                        "py35-toolz",
                        "py35-tornado",
                        "py35-tracer",
                        "py35-traits",
                        "py35-traitsui",
                        "py35-traittypes",
                        "py35-transaction",
                        "py35-translationstring",
                        "py35-triangle",
                        "py35-trollius",
                        "py35-trustme",
                        "py35-tstables",
                        "py35-tvdb",
                        "py35-tweepy",
                        "py35-twilio",
                        "py35-typed-ast",
                        "py35-tz-gae",
                        "py35-ujson",
                        "py35-uncertainties",
                        "py35-update_checker",
                        "py35-uritemplate",
                        "py35-urllib3",
                        "py35-urwid",
                        "py35-vine",
                        "py35-w3lib",
                        "py35-wand",
                        "py35-wasabi",
                        "py35-webcolors",
                        "py35-webencodings",
                        "py35-webob",
                        "py35-webtest",
                        "py35-wheel",
                        "py35-widgetsnbextension",
                        "py35-wntr",
                        "py35-word2vec",
                        "py35-wrapt",
                        "py35-wtforms",
                        "py35-wurlitzer",
                        "py35-wxpython-4.0",
                        "py35-x2go",
                        "py35-xattr",
                        "py35-xdg",
                        "py35-xlwt",
                        "py35-xmltodict",
                        "py35-yapsy",
                        "py35-yarl",
                        "py35-zc-lockfile",
                        "py35-zict",
                        "py35-zipp",
                        "py35-zope-component",
                        "py35-zope-event",
                        "py35-zopeinterface",
                        "py35-pyobjc-cocoa",
                        "py35-yara",
                        "py35-backports.entry-points-selectable",
                        "py35-platformdirs",
                        "py35-pyqt5-sip",
                        "py35-pyqt-builder",
                        "py35-smi",
                        "py35-pretend",
                        "py35-sphinxcontrib-blockdiag",
                        "py35-tables",
                        "py35-aenum",
                        "py35-affine",
                        "py35-agate",
                        "py35-agate-dbf",
                        "py35-agate-excel",
                        "py35-agate-sql",
                        "py35-alabaster",
                        "py35-amqp",
                        "py35-ansicolor",
                        "py35-anyjson",
                        "py35-anytree",
                        "py35-apipkg",
                        "py35-applaunchservices",
                        "py35-appnope",
                        "py35-appscript",
                        "py35-apptools",
                        "py35-argh",
                        "py35-argon2-cffi",
                        "py35-args",
                        "py35-asn1",
                        "py35-asn1-modules",
                        "py35-asn1crypto",
                        "py35-astor",
                        "py35-astroML",
                        "py35-astroid",
                        "py35-astroplan",
                        "py35-astropy",
                        "py35-astropy-healpix",
                        "py35-astropy-helpers",
                        "py35-astroquery",
                        "py35-async-timeout",
                        "py35-async_generator",
                        "py35-atomicwrites",
                        "py35-attrs",
                        "py35-awesome_slugify",
                        "py35-baker",
                        "py35-bcdoc",
                        "py35-bcrypt",
                        "py35-beautifulsoup4",
                        "py35-billiard",
                        "py35-biopython",
                        "py35-biplist",
                        "py35-bleach",
                        "py35-blessed",
                        "py35-blessings",
                        "py35-blinker",
                        "py35-blis",
                        "py35-blist",
                        "py35-blosc",
                        "py35-boto3",
                        "py35-botocore",
                        "py35-bqplot",
                        "py35-bson",
                        "py35-cached-property",
                        "py35-cachetools",
                        "py35-cairo",
                        "py35-cairocffi",
                        "py35-cartopy",
                        "py35-catalogue",
                        "py35-cchardet",
                        "py35-cffi",
                        "py35-cheetah",
                        "py35-ckanapi",
                        "py35-click",
                        "py35-colander",
                        "py35-colormath",
                        "py35-columnize",
                        "py35-commpy",
                        "py35-configargparse",
                        "py35-configobj",
                        "py35-constantly",
                        "py35-construct",
                        "py35-contextlib2",
                        "py35-control",
                        "py35-cookies",
                        "py35-country",
                        "py35-coverage",
                        "py35-cppy",
                        "py35-crayons",
                        "py35-cssselect",
                        "py35-cssutils",
                        "py35-curtsies",
                        "py35-cvxopt",
                        "py35-cycler",
                        "py35-cymem",
                        "py35-cytoolz",
                        "py35-dask",
                        "py35-datacite",
                        "py35-dateutil",
                        "py35-datrie",
                        "py35-dbfread",
                        "py35-ddt",
                        "py35-deap",
                        "py35-decorator",
                        "py35-defusedxml",
                        "py35-descartes",
                        "py35-diff-match-patch",
                        "py35-dill",
                        "py35-dispatcher",
                        "py35-distorm",
                        "py35-distutils-extra",
                        "py35-django",
                        "py35-django-htmlmin",
                        "py35-django-nose",
                        "py35-dockerpy-creds",
                        "py35-docopt",
                        "py35-docutils",
                        "py35-dynd",
                        "py35-ecdsa",
                        "py35-editor",
                        "py35-eli5",
                        "py35-emcee",
                        "py35-enchant",
                        "py35-envisage",
                        "py35-epsg",
                        "py35-erf",
                        "py35-et_xmlfile",
                        "py35-expressions",
                        "py35-ez_setup",
                        "py35-fasteners",
                        "py35-BitArray2D",
                        "py35-flake8-mccabe",
                        "py35-flake8-pep8-naming",
                        "py35-flake8-polyfill",
                        "py35-flaky",
                        "py35-flask",
                        "py35-flask-login",
                        "py35-flask-mail",
                        "py35-flask-script",
                        "py35-flask-sqlalchemy",
                        "py35-fortranformat",
                        "py35-freezegun",
                        "py35-fsspec",
                        "py35-funcparserlib",
                        "py35-funcsigs",
                        "py35-fuzzywuzzy",
                        "py35-game",
                        "py35-gammapy",
                        "py35-gast",
                        "py35-gcn",
                        "py35-geographiclib",
                        "py35-geojson",
                        "py35-geopandas",
                        "py35-geopy",
                        "py35-gevent",
                        "py35-gevent-websocket",
                        "py35-gflags",
                        "py35-gmpy2",
                        "py35-gnureadline",
                        "py35-google-api",
                        "py35-google-auth",
                        "py35-google-auth-httplib2",
                        "py35-google-pasta",
                        "py35-gpstime",
                        "py35-graphviz",
                        "py35-greenlet",
                        "py35-h2",
                        "py35-hat-trie",
                        "py35-healpy",
                        "py35-heapdict",
                        "py35-hpack",
                        "py35-http-parser",
                        "py35-httplib2",
                        "py35-hyperframe",
                        "py35-hyperlink",
                        "py35-hypothesis",
                        "py35-idna",
                        "py35-idna-ssl",
                        "py35-imagesize",
                        "py35-imgur",
                        "py35-iminuit",
                        "py35-immutables",
                        "py35-import_relative",
                        "py35-importlib-metadata",
                        "py35-importlib-resources",
                        "py35-importmagic",
                        "py35-imread",
                        "py35-incremental",
                        "py35-intervaltree",
                        "py35-invoke",
                        "py35-ioflo",
                        "py35-ipaddress",
                        "py35-ipykernel",
                        "py35-ipympl",
                        "py35-ipython-sql",
                        "py35-isodate",
                        "py35-isort",
                        "py35-itemadapter",
                        "py35-itemloaders",
                        "py35-itsdangerous",
                        "py35-jcc",
                        "py35-jdcal",
                        "py35-jedi",
                        "py35-jmespath-terminal",
                        "py35-joblib",
                        "py35-json-rpc",
                        "py35-jupyter_client",
                        "py35-jupyterlab_launcher",
                        "py35-jwt",
                        "py35-keras",
                        "py35-keras_applications",
                        "py35-keras_preprocessing",
                        "py35-kiwisolver",
                        "py35-lazy_object_proxy",
                        "py35-leather",
                        "py35-lepl",
                        "py35-leveldb",
                        "py35-levenshtein",
                        "py35-libarchive-c",
                        "py35-libcloud",
                        "py35-libnacl",
                        "py35-libsass",
                        "py35-libtmux",
                        "py35-libvirt",
                        "py35-linecache2",
                        "py35-llfuse",
                        "py35-llvmlite",
                        "py35-llvmmath",
                        "py35-local-pipelines",
                        "py35-locket",
                        "py35-logbook",
                        "py35-lxml",
                        "py35-m2crypto",
                        "py35-m2r",
                        "py35-macfsevents",
                        "py35-magic",
                        "py35-mando",
                        "py35-marisa-trie",
                        "py35-markdown2",
                        "py35-markupsafe",
                        "py35-matplotlib",
                        "py35-matplotlib-basemap",
                        "py35-mayavi",
                        "py35-medusa",
                        "py35-meld3",
                        "py35-memprof",
                        "py35-mimeparse",
                        "py35-misaka",
                        "py35-mistune",
                        "py35-mlpy",
                        "py35-mock",
                        "py35-mongoengine",
                        "py35-montage",
                        "py35-more-itertools",
                        "py35-mpi4py",
                        "py35-mpld3",
                        "py35-msgpack",
                        "py35-mssql",
                        "py35-multidict",
                        "py35-multipledispatch",
                        "py35-munch",
                        "py35-murmurhash",
                        "py35-mustache",
                        "py35-nbval",
                        "py35-nclib",
                        "py35-netaddr",
                        "py35-networkx",
                        "py35-nltk",
                        "py35-nmrglue",
                        "py35-numba",
                        "py35-numexpr",
                        "py35-numpydoc",
                        "py35-oauth2client",
                        "py35-oauthlib",
                        "py35-obspy",
                        "py35-odo",
                        "py35-olefile",
                        "py35-opengl",
                        "py35-openpyxl",
                        "py35-openssl",
                        "py35-owslib",
                        "py35-packaging",
                        "py35-pandas",
                        "py35-pandasql",
                        "py35-paramiko",
                        "py35-parse",
                        "py35-parsedatetime",
                        "py35-parsel",
                        "py35-parsing",
                        "py35-parso",
                        "py35-partd",
                        "py35-pastedeploy",
                        "py35-path",
                        "py35-pathfinder",
                        "py35-pathlib2",
                        "py35-pathtools",
                        "py35-patsy",
                        "py35-pdfrw",
                        "py35-petsc4py",
                        "py35-phonenumbers",
                        "py35-pickleshare",
                        "py35-pika",
                        "py35-pkgconfig",
                        "py35-plac",
                        "py35-ply",
                        "py35-plyvel",
                        "py35-poppler-qt5",
                        "py35-preshed",
                        "py35-prettytable",
                        "py35-prometheus_client",
                        "py35-prompt_toolkit",
                        "py35-protego",
                        "py35-protobuf3",
                        "py35-prov",
                        "py35-py",
                        "py35-pyaudio",
                        "py35-pyavm",
                        "py35-pybind11",
                        "py35-pycallgraph",
                        "py35-pycares",
                        "py35-pycrlibm",
                        "py35-pycryptodome",
                        "py35-pydot",
                        "py35-pyface",
                        "py35-pyfftw",
                        "py35-pyficache",
                        "py35-pygccxml",
                        "py35-pygithub",
                        "py35-pyglet",
                        "py35-pygpu",
                        "py35-pygrib",
                        "py35-pyhamcrest",
                        "py35-pyicu",
                        "py35-pyinterval",
                        "py35-pylru",
                        "py35-pylzma",
                        "py35-pymongo",
                        "py35-pymunk",
                        "py35-pynacl",
                        "py35-pync",
                        "py35-pyopencl",
                        "py35-pyorick",
                        "py35-pyperclip",
                        "py35-pypostal",
                        "py35-pyproj",
                        "py35-pyquery",
                        "py35-pyrfc3339",
                        "py35-pyro",
                        "py35-pyrsistent",
                        "py35-pyrxp",
                        "py35-pyscard",
                        "py35-pyshp",
                        "py35-pystache",
                        "py35-pytest-cov",
                        "py35-pytest-forked",
                        "py35-pytest-qt",
                        "py35-python-dotenv",
                        "py35-python-jsonrpc-server",
                        "py35-pytimeparse",
                        "py35-pytools",
                        "py35-pyusb",
                        "py35-pywavelets"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-waitress",
                        "py35-kaptan",
                        "py35-pygraphviz",
                        "py35-tvnamer",
                        "py35-tempora",
                        "py35-keyring",
                        "py35-pyobjc",
                        "py35-kombu",
                        "py35-alembic",
                        "py35-altgraph",
                        "py35-langid",
                        "py35-ansible-base",
                        "py35-language-server",
                        "py35-fabio",
                        "py35-yapf",
                        "py35-pylint",
                        "py35-figleaf",
                        "py35-fiona",
                        "py35-flake8",
                        "py35-twisted",
                        "py35-theano",
                        "py35-watchdog",
                        "py35-zmq",
                        "py35-sparqlwrapper",
                        "py35-sphinx",
                        "py35-pygments",
                        "py35-actdiag",
                        "py35-astlib",
                        "py35-yt",
                        "py35-uncompyle6",
                        "py35-pyplusplus",
                        "py35-paste",
                        "py35-rtm",
                        "py35-unidecode",
                        "py35-tox",
                        "py35-future",
                        "py35-tpot",
                        "py35-tqdm",
                        "py35-logilab-common",
                        "py35-xarray",
                        "py35-automat",
                        "py35-autopep8",
                        "py35-pbr",
                        "py35-babel",
                        "py35-werkzeug",
                        "py35-pep8",
                        "py35-bdist_mpkg",
                        "py35-beaker",
                        "py35-macholib",
                        "py35-cython-compat",
                        "py35-mahotas",
                        "py35-mako",
                        "py35-pew",
                        "py35-urlwatch",
                        "py35-markdown",
                        "py35-sqlalchemy-migrate",
                        "py35-pytest",
                        "py35-pinocchio",
                        "py35-blockdiag",
                        "py35-pint",
                        "py35-bokeh",
                        "py35-grako",
                        "py35-pip",
                        "py35-bpython",
                        "py35-zen",
                        "py35-breadability",
                        "py35-xdis",
                        "py35-stevedore",
                        "py35-hdfs",
                        "py35-mercantile",
                        "py35-pytest-runner",
                        "py35-helpdev",
                        "py35-hieroglyph",
                        "py35-honcho",
                        "py35-celery",
                        "py35-pytest-xdist",
                        "py35-chardet",
                        "py35-html2text",
                        "py35-cheroot",
                        "py35-cherrypy",
                        "py35-python-augeas",
                        "py35-send2trash",
                        "py35-click-plugins",
                        "py35-cligj",
                        "py35-codestyle",
                        "py35-cog",
                        "py35-seqdiag",
                        "py35-modulegraph",
                        "py35-pythonz",
                        "py35-icalendar",
                        "py35-serial",
                        "py35-virtualenv-clone",
                        "py35-imageio",
                        "py35-virtualenvwrapper",
                        "py35-pudb",
                        "py35-mrjob",
                        "py35-setuptools-git",
                        "py35-py2app",
                        "py35-coverage",
                        "py35-setuptools_scm",
                        "py35-qtawesome",
                        "py35-qtconsole",
                        "py35-cryptography",
                        "py35-sumy",
                        "py35-vobject",
                        "py35-csvkit",
                        "py35-cubes",
                        "py35-mutagen",
                        "py35-nbconvert",
                        "py35-nbformat",
                        "py35-shove",
                        "py35-cython",
                        "py35-sip",
                        "py35-sympy",
                        "py35-ipyparallel",
                        "py35-ipython",
                        "py35-netcdf4",
                        "py35-rasterio",
                        "py35-nibabel",
                        "py35-raven",
                        "py35-rbtools",
                        "py35-nose",
                        "py35-nose-exclude",
                        "py35-notebook",
                        "py35-pyflakes",
                        "py35-jinja2",
                        "py35-jmespath",
                        "py35-distributed",
                        "py35-tabulate",
                        "py35-charset-normalizer",
                        "py35-nwdiag",
                        "py35-jsonschema",
                        "py35-jug",
                        "py35-tatsu",
                        "py35-docstyle",
                        "py35-doctest-ignore-unicode",
                        "py35-jupyter_console",
                        "py35-jupyter_core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-jupyter_client",
                        "py35-m2r"
                    ]
                }
            ]
        },
        {
            "name": "py35-setuptools-git",
            "portdir": "python/py-setuptools-git",
            "version": "1.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/msabramo/setuptools-git",
            "description": "Setuptools revision control system plugin for Git.",
            "long_description": "Setuptools revision control system plugin for Git.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-ioflo",
                        "py35-mssql"
                    ]
                }
            ]
        },
        {
            "name": "py35-setuptools_scm",
            "portdir": "python/py-setuptools_scm",
            "version": "5.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/setuptools_scm/",
            "description": "Package to manage versions by scm tags.",
            "long_description": "Package to manage versions by scm tags.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-zipp",
                        "py35-pyusb",
                        "py35-bcolz",
                        "py35-cherrypy",
                        "py35-platformdirs",
                        "py35-keyring",
                        "py35-pytest-qt",
                        "py35-lazy_object_proxy",
                        "py35-tox",
                        "py35-jaraco.functools",
                        "py35-tempora",
                        "py35-lz4",
                        "py35-apipkg",
                        "py35-path",
                        "py35-virtualenv",
                        "py35-ujson",
                        "py35-portend",
                        "py35-tqdm",
                        "py35-pylint",
                        "py35-filelock",
                        "py35-jsonschema",
                        "py35-pyqt-builder",
                        "py35-pytest-forked",
                        "py35-pytest-xdist",
                        "py35-importlib-resources",
                        "py35-backports.entry-points-selectable",
                        "py35-execnet",
                        "py35-automat",
                        "py35-pytest-runner",
                        "py35-pytest",
                        "py35-py",
                        "py35-pluggy",
                        "py35-dateutil",
                        "py35-importlib-metadata"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-setuptools_scm_git_archive"
                    ]
                }
            ]
        },
        {
            "name": "py35-setuptools_scm_git_archive",
            "portdir": "python/py-setuptools_scm_git_archive",
            "version": "1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Changaco/setuptools_scm_git_archive",
            "description": "Plugin for setuptools_scm that add support for git archives.",
            "long_description": "Plugin for setuptools_scm that add support for git archives.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "giovanni.bussi",
                    "github": "GiovanniBussi",
                    "ports_count": 87
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools_scm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-cheroot"
                    ]
                }
            ]
        },
        {
            "name": "py35-sexpdata",
            "portdir": "python/py-sexpdata",
            "version": "0.0.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tkf/sexpdata",
            "description": "S-expression parser for Python",
            "long_description": "sexpdata is a simple S-expression parser/serializer. It has simple load and dump functions like pickle, json or PyYAML module.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-epc"
                    ]
                }
            ]
        },
        {
            "name": "py35-sh",
            "portdir": "python/py-sh",
            "version": "1.14.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://amoffat.github.io/sh/",
            "description": "A full-fledged subprocess interface for Python",
            "long_description": "A full-fledged subprocess interface for Python that allows you to call any program as if it were a function.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-shapely",
            "portdir": "python/py-shapely",
            "version": "1.7.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://toblerity.org/shapely/",
            "description": "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries",
            "long_description": "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net) Shapely 1.0 is not concerned with data formats or coordinate reference systems.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-cython",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "geos"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-cartopy",
                        "py35-geopandas"
                    ]
                }
            ]
        },
        {
            "name": "py35-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": [
                        "cmake",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "libxslt",
                        "sparsehash",
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-pyside"
                    ]
                }
            ]
        },
        {
            "name": "py35-shove",
            "portdir": "python/py-shove",
            "version": "0.6.6",
            "license": "BSD",
            "platforms": "darwin",
            "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": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-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": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-simplejson",
            "portdir": "python/py-simplejson",
            "version": "3.19.2",
            "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": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-sip",
            "portdir": "python/py-sip",
            "version": "5.5.0",
            "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": 464
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-importlib-metadata",
                        "py35-packaging",
                        "py35-setuptools",
                        "py35-toml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-pyqt5-chart",
                        "py35-pyqt5-webengine",
                        "py35-pyqt5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-poppler-qt5",
                        "py35-pyqt-builder"
                    ]
                }
            ]
        },
        {
            "name": "py35-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": 464
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-poppler-qt4",
                        "py35-pyqt4",
                        "py35-qscintilla-qt5",
                        "py35-qscintilla-qt4"
                    ]
                }
            ]
        },
        {
            "name": "py35-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": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py35-ecdsa"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-blessings",
                        "py35-pathlib2",
                        "py35-pytools",
                        "py35-prompt_toolkit",
                        "py35-traitlets",
                        "py35-mongoengine",
                        "py35-freezegun",
                        "py35-cycler",
                        "py35-pyrsistent",
                        "py35-dateutil",
                        "py35-mock",
                        "py35-construct",
                        "py35-fiona",
                        "py35-blessed",
                        "py35-agate",
                        "py35-ansible-base",
                        "py35-astroquery",
                        "py35-bpython",
                        "py35-bson",
                        "py35-cartopy",
                        "py35-ckanapi",
                        "py35-cryptography",
                        "py35-csvkit",
                        "py35-dockerpy-creds",
                        "py35-eli5",
                        "py35-patsy",
                        "py35-fido2",
                        "py35-gcn",
                        "py35-hdfs",
                        "py35-healpy",
                        "py35-ipython-sql",
                        "py35-jug",
                        "py35-keras",
                        "py35-keras_applications",
                        "py35-leather",
                        "py35-libnacl",
                        "py35-mando",
                        "py35-multipledispatch",
                        "py35-openssl",
                        "py35-plumbum",
                        "py35-pynacl",
                        "py35-pypostal",
                        "py35-pyxb",
                        "py35-qtawesome",
                        "py35-scruffington",
                        "py35-theano",
                        "py35-tweepy",
                        "py35-twilio",
                        "py35-vobject",
                        "py35-word2vec",
                        "py35-cheroot",
                        "py35-hieroglyph",
                        "py35-w3lib",
                        "py35-taskw",
                        "py35-parsel",
                        "py35-anytree",
                        "py35-tox",
                        "py35-tempora",
                        "py35-fasteners",
                        "py35-sqlalchemy-migrate",
                        "py35-bleach",
                        "py35-matplotlib-basemap",
                        "py35-isodate",
                        "py35-prov",
                        "py35-rdflib",
                        "py35-xdis",
                        "py35-google-api",
                        "py35-oauth2client",
                        "py35-virtualenv",
                        "py35-distributed",
                        "py35-tblib",
                        "py35-bokeh",
                        "py35-munch",
                        "py35-scikit-image",
                        "py35-django-htmlmin",
                        "py35-stevedore",
                        "py35-html5lib",
                        "py35-google-auth",
                        "py35-astroid",
                        "py35-bcrypt",
                        "py35-configobj",
                        "py35-jsonschema",
                        "py35-trollius",
                        "py35-requests-mock",
                        "py35-routes",
                        "py35-webtest",
                        "py35-protobuf3",
                        "py35-pytest-xdist"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-wxpython-4.0",
                        "py35-nbval",
                        "py35-automat",
                        "py35-regions",
                        "py35-pyopencl"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-ddt",
                        "py35-pyicu",
                        "py35-uncompyle6",
                        "py35-paste"
                    ]
                }
            ]
        },
        {
            "name": "py35-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": 1513
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc5",
                "gcc6",
                "gcc7",
                "gcc8",
                "gcc9",
                "gccdevel",
                "gfortran",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-cython",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-numpy",
                        "python35",
                        "mpich-clang90",
                        "py35-petsc4py",
                        "petsc",
                        "slepc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-slugify",
            "portdir": "python/py-slugify",
            "version": "4.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "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": 133
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-text-unidecode",
                        "py35-unidecode"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-agate",
                        "py35-ckanapi"
                    ]
                }
            ]
        },
        {
            "name": "py35-smart_open",
            "portdir": "python/py-smart_open",
            "version": "1.10.1",
            "license": "MIT",
            "platforms": "darwin",
            "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": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-boto3",
                        "py35-requests"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-smi",
            "portdir": "python/py-smi",
            "version": "0.3.4",
            "license": "BSD",
            "platforms": "darwin",
            "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": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-ply"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-snmp"
                    ]
                }
            ]
        },
        {
            "name": "py35-smmap",
            "portdir": "python/py-smmap",
            "version": "3.0.4",
            "license": "BSD",
            "platforms": "darwin",
            "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": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-coverage",
                        "py35-nose"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-snmp",
            "portdir": "python/py-snmp",
            "version": "4.4.12",
            "license": "BSD",
            "platforms": "darwin 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": [
                        "py35-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-asn1",
                        "py35-pycryptodome",
                        "py35-smi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-snowballstemmer",
            "portdir": "python/py-snowballstemmer",
            "version": "2.2.0",
            "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": [
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-docstyle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py35-snuggs",
            "portdir": "python/py-snuggs",
            "version": "1.4.7",
            "license": "MIT",
            "platforms": "darwin",
            "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": 2866
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-click",
                        "py35-numpy",
                        "py35-parsing"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-rasterio"
                    ]
                }
            ]
        },
        {
            "name": "py35-socketpool",
            "portdir": "python/py-socketpool",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/benoitc/socketpool",
            "description": "Socketpool - a simple Python socket pool.",
            "long_description": "Socket pool is a simple socket pool that supports multiple factories and backends. It can easily be used by gevent, eventlet or any other library.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-socks",
            "portdir": "python/py-socks",
            "version": "1.7.0",
            "license": "BSD",
            "platforms": "darwin",
            "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": 434
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-tweepy"
                    ]
                }
            ]
        },
        {
            "name": "py35-sortedcollections",
            "portdir": "python/py-sortedcollections",
            "version": "1.2.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "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": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-sortedcontainers"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-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": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2866
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-intervaltree",
                        "py35-sortedcollections",
                        "py35-distributed",
                        "py35-hypothesis"
                    ]
                }
            ]
        },
        {
            "name": "py35-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": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-cffi",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-numpy",
                        "portaudio",
                        "py35-cffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-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": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc9",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-networkx",
                        "py35-numpy",
                        "python35",
                        "cdf",
                        "py35-scipy",
                        "py35-matplotlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-spark_parser",
            "portdir": "python/py-spark_parser",
            "version": "1.8.9",
            "license": "MIT",
            "platforms": "darwin",
            "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": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-click"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-uncompyle6"
                    ]
                }
            ]
        },
        {
            "name": "py35-sparqlwrapper",
            "portdir": "python/py-sparqlwrapper",
            "version": "1.8.5",
            "license": "W3C",
            "platforms": "darwin",
            "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-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-rdflib"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}