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

{
    "count": 51956,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=647",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=645",
    "results": [
        {
            "name": "py35-qtsass",
            "portdir": "python/py-qtsass",
            "version": "0.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/qtsass",
            "description": "compile SCSS files to Qt stylesheets",
            "long_description": "The goal of QtSASS is to be able to generate a Qt-CSS stylesheet based on a 100% valid SASS file.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-libsass"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-qdarkstyle"
                    ]
                }
            ]
        },
        {
            "name": "py35-quantities",
            "portdir": "python/py-quantities",
            "version": "0.12.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-quantities/python-quantities",
            "description": "Support for physical quantities with units, based on numpy",
            "long_description": "Quantities is designed to handle arithmetic and conversions of physical quantities, which have a magnitude, dimensionality specified by various units, and possibly an uncertainty. Quantities builds on the popular numpy library and is designed to work with numpy ufuncs, many of which are already supported. Quantities is actively developed, and while the current features and API are stable, test coverage is incomplete so the package is not suggested for mission-critical applications.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "smithsp",
                    "github": "smithsp",
                    "ports_count": 32
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-queuelib",
            "portdir": "python/py-queuelib",
            "version": "1.6.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/queuelib",
            "description": "Collection of persistent (disk-based) queues",
            "long_description": "Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib goals are speed and simplicity. It was originally part of the `Scrapy framework`_ and stripped out on its own library.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-qutip",
            "portdir": "python/py-qutip",
            "version": "4.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qutip.org/",
            "description": "Quantum Toolbox in Python",
            "long_description": "QuTiP is open-source software for simulating the dynamics of open quantum systems.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "g95",
                "gcc10",
                "gcc5",
                "gcc6",
                "gcc7",
                "gcc8",
                "gcc9",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc10",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-cython",
                        "py35-ipython",
                        "libgcc10",
                        "py35-numpy",
                        "py35-scipy",
                        "py35-matplotlib",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-rangehttpserver",
            "portdir": "python/py-rangehttpserver",
            "version": "1.2.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/danvk/RangeHTTPServer",
            "description": "SimpleHTTPServer with support for Range requests",
            "long_description": "SimpleHTTPServer with support for Range requests",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 58
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py35-resumable-urlretrieve"
                    ]
                }
            ]
        },
        {
            "name": "py35-rasterio",
            "portdir": "python/py-rasterio",
            "version": "1.1.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mapbox/rasterio",
            "description": "Fast and direct raster I/O for Python programmers who use Numpy",
            "long_description": "Fast and direct raster I/O for Python programmers who use Numpy",
            "active": false,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-cython"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-affine",
                        "py35-attrs",
                        "py35-click-plugins",
                        "gdal",
                        "py35-numpy",
                        "py35-setuptools",
                        "py35-snuggs",
                        "py35-cligj",
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-raven",
            "portdir": "python/py-raven",
            "version": "6.10.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/getsentry/raven-python",
            "description": "Raven is a client for Sentry",
            "long_description": "Raven is a client for Sentry",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-rbtools",
            "portdir": "python/py-rbtools",
            "version": "1.0.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.reviewboard.org/",
            "description": "Tools for Review Board integration",
            "long_description": "Tools for integrating with Review Board, a powerful web-based code review tool that offers developers an easy way to handle code reviews. This package provides \"post-review\", a command-line tool that simplifies both creating and updating review requests.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-rdflib",
            "portdir": "python/py-rdflib",
            "version": "5.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RDFLib/rdflib",
            "description": "Python library for working with RDF",
            "long_description": "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-isodate",
                        "py35-parsing",
                        "py35-requests",
                        "py35-six",
                        "python35",
                        "py35-html5lib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-doctest-ignore-unicode",
                        "py35-networkx",
                        "py35-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-prov"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-sparqlwrapper"
                    ]
                }
            ]
        },
        {
            "name": "py35-redis",
            "portdir": "python/py-redis",
            "version": "3.5.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/andymccurdy/redis-py",
            "description": "Python client for Redis key-value store",
            "long_description": "Python client for Redis key-value store",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-jug"
                    ]
                }
            ]
        },
        {
            "name": "py35-regex",
            "portdir": "python/py-regex",
            "version": "2021.11.10",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/mrabarnett/mrab-regex",
            "description": "Alternate regular expression module, to replace re.",
            "long_description": "Alternate regular expression module, to replace re.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-awesome_slugify"
                    ]
                }
            ]
        },
        {
            "name": "py35-regions",
            "portdir": "python/py-regions",
            "version": "0.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/astropy/regions",
            "description": "Astropy affilated package for region handling",
            "long_description": "Astropy affilated package for region handling",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-numpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-astropy",
                        "py35-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-gammapy"
                    ]
                }
            ]
        },
        {
            "name": "py35-reportlab",
            "portdir": "python/py-reportlab",
            "version": "3.5.46",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.reportlab.com/software/opensource/rl-toolkit/",
            "description": "Engine for creating PDF documents",
            "long_description": "The ReportLab Toolkit is a library for programatically creating documents in PDF format.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "freetype",
                        "py35-Pillow",
                        "py35-pip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-repoze.lru",
            "portdir": "python/py-repoze.lru",
            "version": "0.7",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.repoze.org/",
            "description": "A tiny LRU cache implementation and decorator.",
            "long_description": "A tiny LRU cache implementation and decorator.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-coverage",
                        "py35-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-routes"
                    ]
                }
            ]
        },
        {
            "name": "py35-requests",
            "portdir": "python/py-requests",
            "version": "2.25.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://requests.readthedocs.io/",
            "description": "Python HTTP for Humans.",
            "long_description": "Most existing Python modules for dealing HTTP requests are insane. I have to look up everything that I want to do. Most of my worst Python experiences are a result of the various built-in HTTP libraries (yes, even worse than Logging). But this one's different. This one's going to be awesome. And simple. Really simple.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py35-chardet",
                        "python35",
                        "py35-urllib3",
                        "py35-idna",
                        "py35-certifi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-rangehttpserver",
                        "py35-requests-cache",
                        "py35-requests-unixsocket",
                        "py35-astroquery",
                        "py35-blaze",
                        "py35-bpython",
                        "py35-ckanapi",
                        "py35-datacite",
                        "py35-epsg",
                        "py35-gpstime",
                        "py35-hdfs",
                        "py35-imgur",
                        "py35-libcloud",
                        "py35-owslib",
                        "py35-requests-oauthlib",
                        "py35-smart_open",
                        "py35-sumy",
                        "py35-tvdb",
                        "py35-tweepy",
                        "py35-twilio",
                        "py35-update_checker",
                        "py35-urlwatch",
                        "py35-vo",
                        "py35-rdflib",
                        "py35-obspy",
                        "py35-requests-mock",
                        "py35-resumable-urlretrieve"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py35-requests-cache",
            "portdir": "python/py-requests-cache",
            "version": "0.5.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://requests-cache.readthedocs.io/en/stable/",
            "description": "Transparent persistent cache for py-requests",
            "long_description": "Transparent persistent cache for py-requests",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-mock",
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-tvdb"
                    ]
                }
            ]
        },
        {
            "name": "py35-requests-mock",
            "portdir": "python/py-requests-mock",
            "version": "1.9.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://requests-mock.readthedocs.io/",
            "description": "Mock out responses from the requests package",
            "long_description": "requests-mock provides a building block to stub out the HTTP requests portions of your testing code.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 612
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-pbr",
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-requests",
                        "py35-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py35-libcloud"
                    ]
                }
            ]
        },
        {
            "name": "py35-requests-oauthlib",
            "portdir": "python/py-requests-oauthlib",
            "version": "1.3.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/requests/requests-oauthlib",
            "description": "OAuth for Humans",
            "long_description": "OAuth for Humans: an easy-to-use Python interface for building OAuth1 and OAuth2 clients.",
            "active": false,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-oauthlib",
                        "py35-requests"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-tweepy"
                    ]
                }
            ]
        },
        {
            "name": "py35-requests-unixsocket",
            "portdir": "python/py-requests-unixsocket",
            "version": "0.2.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "HTTP via a UNIX domain socket",
            "long_description": "This module uses py-requests to talk HTTP via a UNIX domain socket.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-pbr",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-requests"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-resumable-urlretrieve",
            "portdir": "python/py-resumable-urlretrieve",
            "version": "0.1.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/berdario/resumable-urlretrieve",
            "description": "Small library to fetch files over HTTP and resuming their download",
            "long_description": "Small library to fetch files over HTTP and resuming their download",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rubendibattista",
                    "ports_count": 4
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest",
                        "py35-rangehttpserver"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-pythonz"
                    ]
                }
            ]
        },
        {
            "name": "py35-rfc3987",
            "portdir": "python/py-rfc3987",
            "version": "1.3.8",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/rfc3987",
            "description": "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987).",
            "long_description": "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987).",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-robotremoteserver",
            "portdir": "python/py-robotremoteserver",
            "version": "1.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/robotframework/PythonRemoteServer",
            "description": "Remote server hosting test libraries",
            "long_description": "Allows hosting test libraries on different processes or machines than Robot Framework is running on",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-roman",
            "portdir": "python/py-roman",
            "version": "3.3",
            "license": "ZPL-2.1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zopefoundation/roman",
            "description": "Integer to Roman numerals converter",
            "long_description": "Integer to Roman numerals converter.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 444
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-docutils"
                    ]
                }
            ]
        },
        {
            "name": "py35-rope",
            "portdir": "python/py-rope",
            "version": "0.23.0",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-rope/rope",
            "description": "python refactoring library",
            "long_description": "Rope is a Python refactoring library that can be used with several editors and IDEs. It provides many refactoring operations as well as forms of code assistance like auto-completion and access to documentation.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-language-server"
                    ]
                }
            ]
        },
        {
            "name": "py35-routes",
            "portdir": "python/py-routes",
            "version": "2.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://routes.readthedocs.io/",
            "description": "A Routing package for Python that matches URLs to dicts and vice versa.",
            "long_description": "Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.",
            "active": false,
            "categories": [
                "devel",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-repoze.lru",
                        "py35-six"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-rpy2",
            "portdir": "python/py-rpy2",
            "version": "3.3.5",
            "license": "(MPL-1.1 or LGPL-2.1+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "py36-rpy2",
            "homepage": "http://rpy.sourceforge.net/rpy2.html",
            "description": "Obsolete port, replaced by py36-rpy2",
            "long_description": "This port has been replaced by py36-rpy2.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2896
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-rsa",
            "portdir": "python/py-rsa",
            "version": "4.8",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://stuvel.eu/software/rsa/",
            "description": "Pure Python RSA implementation",
            "long_description": "Pure Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-asn1"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-oauth2client",
                        "py35-google-auth"
                    ]
                }
            ]
        },
        {
            "name": "py35-rtm",
            "portdir": "python/py-rtm",
            "version": "0.4.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyrtm",
            "description": "Python interface for Remember The Milk API.",
            "long_description": "Python interface for Remember The Milk API.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-setuptools",
                        "py35-tkinter"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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-18"
                    ]
                },
                {
                    "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": 2896
                }
            ],
            "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": 2896
                }
            ],
            "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": 2896
                }
            ],
            "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": 2896
                }
            ],
            "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": 2896
                }
            ],
            "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": 444
                }
            ],
            "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": 2896
                }
            ],
            "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": 143
                }
            ],
            "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": 462
                }
            ],
            "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": 2896
                }
            ],
            "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": 353
                }
            ],
            "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": 2896
                }
            ],
            "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": 2896
                }
            ],
            "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": 2896
                }
            ],
            "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": 28
                }
            ],
            "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": 433
                }
            ],
            "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": 353
                }
            ],
            "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"
                    ]
                }
            ]
        }
    ]
}