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

{
    "count": 50617,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=550",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=548",
    "results": [
        {
            "name": "py27-subvertpy",
            "portdir": "python/py-subvertpy",
            "version": "0.10.1",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.samba.org/~jelmer/subvertpy/",
            "description": "Alternative Python bindings for Subversion (svn)",
            "long_description": "Alternative Python bindings for Subversion, split out from bzr-svn. The goal is to have complete, portable and Pythonic Python bindings.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "subversion",
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-subvertpy",
                        "bzr-svn"
                    ]
                }
            ]
        },
        {
            "name": "py27-subprocess32",
            "portdir": "python/py-subprocess32",
            "version": "3.5.4",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/python-subprocess32",
            "description": "Backport of the subprocess module from Python 3.2-3.5",
            "long_description": "This is a backport of the subprocess standard library module from Python 3.2 - 3.5 for use on Python 2. It includes bugfixes and some new features. On POSIX systems it is guaranteed to be reliable when used in threaded applications. It includes timeout support from Python 3.3 and the run() API from 3.5 but otherwise matches 3.2's API.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 436
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-subprocess32",
                        "py27-matplotlib"
                    ]
                }
            ]
        },
        {
            "name": "py27-structlog",
            "portdir": "python/py-structlog",
            "version": "20.1.0",
            "license": "MIT and Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.structlog.org/",
            "description": "Structured Logging for Python",
            "long_description": "Structured Logging for Python",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-six",
                        "py27-colorama"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-simplejson",
                        "py27-twisted",
                        "py27-freezegun",
                        "py27-greenlet",
                        "py27-pretend",
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-strict-rfc3339",
            "portdir": "python/py-strict-rfc3339",
            "version": "0.7",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.danielrichman.co.uk/libraries/strict-rfc3339.html",
            "description": "Strict, simple, lightweight RFC3339 functions.",
            "long_description": "Strict, simple, lightweight RFC3339 functions.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-storm",
            "portdir": "python/py-storm",
            "version": "0.22",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://storm.canonical.com/",
            "description": "Storm is an object-relational mapper (ORM) for Python developed at Canonical",
            "long_description": "Storm is a Python object-relational mapper between a SQL database and Python objects. It has been developed at Canonical Ltd. and is used in the application Launchpad. Storm supports a number of common database backends: included in the actual distribution are MySQL, PostgreSQL and SQLite.",
            "active": false,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools",
                        "py27-six"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-stopit",
            "portdir": "python/py-stopit",
            "version": "1.1.2",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/stopit",
            "description": "Timeout control decorator and context managers.",
            "long_description": "Timeout control decorator and context managers.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-tpot"
                    ]
                }
            ]
        },
        {
            "name": "py27-stomper",
            "portdir": "python/py-stomper",
            "version": "0.4.3",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/oisinmulvihill/stomper",
            "description": "A transport neutral client implementation of the STOMP protocol",
            "long_description": "This is a python client implementation of the STOMP protocol. The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-future"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-stomper",
                        "py27-morbid"
                    ]
                }
            ]
        },
        {
            "name": "py27-stfio",
            "portdir": "python/py-stfio",
            "version": "0.15.8",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.stimfit.org",
            "description": "Electrophysiology file support for Python",
            "long_description": "A Python module to read common electrophysiology file formats.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "christsc",
                    "github": "neurodroid",
                    "ports_count": 7
                }
            ],
            "variants": [
                "biosig",
                "biosiglite",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "swig-python",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-numpy",
                        "py27-cvxopt",
                        "boost176",
                        "hdf5",
                        "py27-matplotlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-stevedore",
            "portdir": "python/py-stevedore",
            "version": "1.31.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.openstack.org/stevedore",
            "description": "Manage dynamic plugins for Python applications",
            "long_description": "Manage dynamic plugins for Python applications",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-pbr",
                        "py27-setuptools",
                        "py27-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-virtualenvwrapper",
                        "py27-jenkins-job-builder"
                    ]
                }
            ]
        },
        {
            "name": "py27-stemmer",
            "portdir": "python/py-stemmer",
            "version": "1.3.0",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://snowball.tartarus.org/",
            "description": "Python bindings for Snowball stemmer",
            "long_description": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-stemmer"
                    ]
                }
            ]
        },
        {
            "name": "py27-statsmodels",
            "portdir": "python/py-statsmodels",
            "version": "0.10.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.statsmodels.org/",
            "description": "Statistical computations and models for use with SciPy",
            "long_description": "Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation of statistical models.",
            "active": false,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-cython",
                        "py27-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-patsy",
                        "python27",
                        "py27-scipy",
                        "py27-numpy",
                        "py27-pandas"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-seaborn",
                        "py27-numdifftools"
                    ]
                }
            ]
        },
        {
            "name": "py27-statprof",
            "portdir": "python/py-statprof",
            "version": "0.1.2",
            "license": "LGPL-2.1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/statprof",
            "description": "Statistical profiling for Python",
            "long_description": "This package provides a simple statistical profiler for Python.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-statprof"
                    ]
                }
            ]
        },
        {
            "name": "py27-stanfordnlp",
            "portdir": "python/py-stanfordnlp",
            "version": "0.2.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://stanfordnlp.github.io/stanfordnlp/",
            "description": "A Python NLP Library for Many Human Languages",
            "long_description": "The Stanford NLP Group's official Python NLP library. It contains packages for running our latest fully neural pipeline from the CoNLL 2018 Shared Task and for accessing the Java Stanford CoreNLP server.",
            "active": false,
            "categories": [
                "textproc",
                "java",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11",
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "stanford-corenlp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-ssh",
            "portdir": "python/py-ssh",
            "version": "0.3",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pyssh.sourceforge.net/",
            "description": "python module for programmatically controlling ssh and scp",
            "long_description": "PySSH is a Python library for programmatically controlling ssh and scp.",
            "active": true,
            "categories": [
                "net",
                "security",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-ssh"
                    ]
                }
            ]
        },
        {
            "name": "py27-srs",
            "portdir": "python/py-srs",
            "version": "1.0.3",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://bmsi.com/python/pysrs.html",
            "description": "Sender Rewriting Scheme in Python",
            "long_description": "Sender Rewriting Scheme in Python",
            "active": true,
            "categories": [
                "mail",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-srs"
                    ]
                }
            ]
        },
        {
            "name": "py27-sqlparse",
            "portdir": "python/py-sqlparse",
            "version": "0.3.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/sqlparse/",
            "description": "Non-validating SQL parser",
            "long_description": "Non-validating SQL parser that provides support for parsing, splitting and formatting SQL statements.",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-ipython-sql",
                        "py27-pgspecial",
                        "py27-django-debug-toolbar",
                        "py27-sqlalchemy-migrate"
                    ]
                }
            ]
        },
        {
            "name": "py27-sqlobject",
            "portdir": "python/py-sqlobject",
            "version": "3.8.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.sqlobject.org/",
            "description": "Object-Relational Manager, aka database wrapper",
            "long_description": "SQLObject is a popular *Object Relational Manager* for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.",
            "active": false,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-dispatcher",
                        "py27-formencode"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sqlite",
            "portdir": "python/py-sqlite",
            "version": "2.8.3",
            "license": "zlib",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pysqlite",
            "description": "python database extension for sqlite",
            "long_description": "PySQLite is a Python extension for SQLite that conforms to the Python Database API Specification 2.0.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "trac",
                        "trac-devel",
                        "py-sqlite"
                    ]
                }
            ]
        },
        {
            "name": "py27-sqlalchemy-migrate",
            "portdir": "python/py-sqlalchemy-migrate",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.openstack.org/",
            "description": "Database schema migration for SQLAlchemy",
            "long_description": "Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects. SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.",
            "active": true,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-decorator",
                        "py27-pbr",
                        "py27-setuptools",
                        "python27",
                        "py27-sqlalchemy",
                        "py27-sqlparse",
                        "py27-tempita",
                        "py27-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "buildbot-0.8"
                    ]
                }
            ]
        },
        {
            "name": "py27-sqlalchemy",
            "portdir": "python/py-sqlalchemy",
            "version": "1.4.46",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sqlalchemy.org/",
            "description": "Python SQL ORM",
            "long_description": "SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-greenlet",
                        "py27-importlib-metadata"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-agate-sql",
                        "py27-blaze",
                        "py27-flask-sqlalchemy",
                        "py27-imdb",
                        "py27-ipython-sql",
                        "py27-pandasql",
                        "py27-obspy",
                        "py27-alembic",
                        "gourmet",
                        "buildbot-0.8",
                        "py27-bottle-sqlalchemy",
                        "py27-elixir",
                        "py27-geoalchemy",
                        "py27-sqlalchemy-migrate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-FlexGet",
                        "pyfa"
                    ]
                }
            ]
        },
        {
            "name": "py27-spyder-kernels",
            "portdir": "python/py-spyder-kernels",
            "version": "2.0.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/spyder-ide/spyder-kernels",
            "description": "Jupyter kernels for Spyder's console.",
            "long_description": "Jupyter kernels for Spyder's console.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-decorator",
                        "py27-ipykernel",
                        "python27",
                        "py27-wurlitzer",
                        "py27-zmq",
                        "py27-jupyter_client",
                        "py27-cloudpickle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sphinx_rtd_theme",
            "portdir": "python/py-sphinx_rtd_theme",
            "version": "1.0.0",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sphinx-rtd-theme.readthedocs.io/",
            "description": "ReadTheDocs.org mobile-friendly Sphinx theme.",
            "long_description": "ReadTheDocs.org mobile-friendly Sphinx theme.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py27-agate",
                        "py27-agate-excel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-leather"
                    ]
                }
            ]
        },
        {
            "name": "py27-sphinx-gallery",
            "portdir": "python/py-sphinx-gallery",
            "version": "0.4.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sphinx-gallery/sphinx-gallery",
            "description": "Extension for automatic generation of an example gallery",
            "long_description": "Extension for automatic generation of an example gallery",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1989
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-sphinx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sphinxcontrib-websupport",
            "portdir": "python/py-sphinxcontrib-websupport",
            "version": "1.1.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/sphinxcontrib-websupport/",
            "description": "Sphinx API for Web Apps",
            "long_description": "sphinxcontrib-webuspport provides a Python API to easily integrate Sphinx documentation into your Web application.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py27-sphinxcontrib-bibtex",
            "portdir": "python/py-sphinxcontrib-bibtex",
            "version": "0.4.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mcmtroffaes/sphinxcontrib-bibtex",
            "description": "Sphinx extension for BibTeX style citations",
            "long_description": "Sphinx extension for BibTeX style citations",
            "active": false,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pybtex",
                        "py27-pybtex-docutils",
                        "python27",
                        "py27-sphinx",
                        "py27-six",
                        "py27-oset"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sphinx-contrib",
            "portdir": "python/py-sphinx-contrib",
            "version": "0.0.20170205",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/birkenfeld/sphinx-contrib",
            "description": "Sphinx extensions",
            "long_description": "This is a collection of Sphinx extensions maintained by their respective authors. It is not an official part of Sphinx.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-sphinx"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sphinx-contrib"
                    ]
                }
            ]
        },
        {
            "name": "py27-sphinx-bootstrap-theme",
            "portdir": "python/py-sphinx-bootstrap-theme",
            "version": "0.8.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ryan-roemer/sphinx-bootstrap-theme",
            "description": "Sphinx bootstrap theme.",
            "long_description": "Sphinx bootstrap theme.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sphinx",
            "portdir": "python/py-sphinx",
            "version": "1.8.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sphinx-doc.org/",
            "description": "Python documentation generator",
            "long_description": "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-docutils",
                        "py27-setuptools",
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-babel",
                        "py27-imagesize",
                        "py27-jinja2",
                        "py27-packaging",
                        "py27-pygments",
                        "py27-requests",
                        "py27-six",
                        "py27-snowballstemmer",
                        "py27-sphinxcontrib-websupport",
                        "py27-typing",
                        "sphinx_select",
                        "py27-alabaster"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gr37-specest",
                        "gnuradio-devel",
                        "py27-agate",
                        "py27-agate-excel",
                        "gr37-osmosdr",
                        "gr37-pcap",
                        "gr37-pyqt",
                        "gr37-satellites",
                        "gr37-rds",
                        "gr37-tdd",
                        "gr37-sdrplay",
                        "gr37-iridium",
                        "py27-pyside2",
                        "py27-bpython",
                        "py27-numpydoc",
                        "py27-flask-mail",
                        "py27-openslide",
                        "xapian-bindings-python27",
                        "gnuradio37",
                        "gr37-adapt",
                        "gr37-air-modes",
                        "gr37-ais",
                        "gr37-baz",
                        "gr37-cdma",
                        "gr37-fcdproplus",
                        "gr37-foo",
                        "gr37-fosphor",
                        "gr37-gfdm",
                        "gr37-gsm",
                        "gr37-ieee802-11",
                        "gr37-ieee802-15-4",
                        "gr37-iqbalance",
                        "gr37-iio",
                        "gr37-limesdr",
                        "gr37-lora-rpp0",
                        "gr37-lora-BastilleResearch",
                        "gr37-lte",
                        "gr37-mapper",
                        "gr37-mac",
                        "gr37-ofdm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-leather",
                        "py27-sfepy",
                        "py27-hieroglyph",
                        "py27-visa",
                        "py27-sphinxcontrib-bibtex",
                        "py27-sphinx-gallery",
                        "HORTON",
                        "py27-sphinx-contrib"
                    ]
                }
            ]
        },
        {
            "name": "py27-speg",
            "portdir": "python/py-speg",
            "version": "0.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/avakar/speg",
            "description": "A PEG-based parser interpreter with memoization.",
            "long_description": "A PEG-based parser interpreter with memoization.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-pycson"
                    ]
                }
            ]
        },
        {
            "name": "py27-spectral",
            "portdir": "python/py-spectral",
            "version": "0.19",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://spectralpython.net/",
            "description": "Spectral Python (SPy) is a Python module for hyperspectral image processing.",
            "long_description": "Spectral Python (SPy) is a pure Python module for processing hyperspectral image data (imaging spectroscopy data). It has functions for reading, displaying, manipulating, and classifying hyperspectral imagery.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "tlockhart1976",
                    "github": "lockhart",
                    "ports_count": 27
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-speaklater",
            "portdir": "python/py-speaklater",
            "version": "1.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mitsuhiko/speaklater",
            "description": "lazy strings for translations",
            "long_description": "lazy strings for translations",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-spatialite",
            "portdir": "python/py-spatialite",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lokkju/pyspatialite",
            "description": "Python interface to SQLite 3 and Spatialite",
            "long_description": "pyspatialite is an interface to the SQLite 3.x embedded relational database engine with spatialite extensions. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite and spatialite.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "spatialite",
                        "proj4",
                        "python27",
                        "geos"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-spatialite"
                    ]
                }
            ]
        },
        {
            "name": "py27-sparqlwrapper",
            "portdir": "python/py-sparqlwrapper",
            "version": "1.8.5",
            "license": "W3C",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rdflib.github.io/sparqlwrapper",
            "description": "SPARQL Endpoint interface to Python",
            "long_description": "This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.",
            "active": false,
            "categories": [
                "devel",
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-rdflib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-spark_parser",
            "portdir": "python/py-spark_parser",
            "version": "1.8.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/spark_parser/",
            "description": "An Earley-Algorithm Context-free grammar Parser Toolkit",
            "long_description": "SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-click"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-uncompyle6"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-trepan"
                    ]
                }
            ]
        },
        {
            "name": "py27-spark",
            "portdir": "python/py-spark",
            "version": "0.6.1",
            "license": "MIT",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pages.cpsc.ucalgary.ca/~aycock/spark/",
            "description": "spark is the little language compiler framework for python",
            "long_description": "SPARK stands for the Scanning, Parsing, and Rewriting Kit. It formerly had no name, and was referred to as the little language framework. The first version (circa 1998) was described in the paper Compiling Little Languages in Python at the 7th International Python Conference.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-spark"
                    ]
                }
            ]
        },
        {
            "name": "py27-spacepy",
            "portdir": "python/py-spacepy",
            "version": "0.2.2",
            "license": "PSF",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spacepy.github.io",
            "description": "SpacePy Tools for Space Science Applications",
            "long_description": "SpacePy Tools for Space Science Applications",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc9",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-networkx",
                        "py27-numpy",
                        "python27",
                        "cdf",
                        "py27-scipy",
                        "py27-matplotlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-south",
            "portdir": "python/py-south",
            "version": "1.0.2",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://south.aeracode.org/",
            "description": "intelligent schema migrations for Django apps",
            "long_description": "South provides intelligent, database-independant, semi-automatic, schema migrations for Django apps.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-south"
                    ]
                }
            ]
        },
        {
            "name": "py27-sounddevice",
            "portdir": "python/py-sounddevice",
            "version": "0.3.14",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://python-sounddevice.readthedocs.io/",
            "description": "Play and Record Sound with Python",
            "long_description": "This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-cffi",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-numpy",
                        "portaudio",
                        "py27-cffi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sortedcontainers",
            "portdir": "python/py-sortedcontainers",
            "version": "2.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://grantjenks.com/docs/sortedcontainers/",
            "description": "Python sorted container types.",
            "long_description": "Python sorted container types.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-distributed",
                        "py27-intervaltree",
                        "py27-sortedcollections",
                        "py27-openopt",
                        "py27-intervaltree2",
                        "py27-hypothesis"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tophat"
                    ]
                }
            ]
        },
        {
            "name": "py27-sortedcollections",
            "portdir": "python/py-sortedcollections",
            "version": "1.2.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.grantjenks.com/docs/sortedcollections/",
            "description": "Python sorted collections.",
            "long_description": "Python sorted collections.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-sortedcontainers"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sogl",
            "portdir": "python/py-sogl",
            "version": "0.2.1",
            "license": "wxwidgets",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant",
            "description": "slightly modified version of the object graphics library",
            "long_description": "The object graphics library is a canvas library inside the wxWidgets project. This version has been modified to better suit the needs of our own project, the pyphant.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "servicegruppe.wissinfo",
                    "github": "",
                    "ports_count": 9
                },
                {
                    "name": "rowue",
                    "github": "rowue",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-wxpython-3.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sogl",
                        "py27-pyphant"
                    ]
                }
            ]
        },
        {
            "name": "py27-socks",
            "portdir": "python/py-socks",
            "version": "1.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Anorov/PySocks",
            "description": "python SOCKS client module",
            "long_description": "PySOCKS is a SOCKS client module, branched off several earlier abandoned projects",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 436
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-tweepy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-websocket-client"
                    ]
                }
            ]
        },
        {
            "name": "py27-socketpool",
            "portdir": "python/py-socketpool",
            "version": "0.5.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/benoitc/socketpool",
            "description": "Socketpool - a simple Python socket pool.",
            "long_description": "Socket pool is a simple socket pool that supports multiple factories and backends. It can easily be used by gevent, eventlet or any other library.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-socketpool",
                        "py27-restkit"
                    ]
                }
            ]
        },
        {
            "name": "py27-soappy",
            "portdir": "python/py-soappy",
            "version": "0.11.6",
            "license": "BSD and ZPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pywebsvcs.sourceforge.net/",
            "description": "SOAP library for Python",
            "long_description": "The goal of the SOAPpy team is to provide a full-featured SOAP library for Python that is very simple to use and that fully supports dynamic interaction between clients and servers.",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-fpconst"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-soappy"
                    ]
                }
            ]
        },
        {
            "name": "py27-soaplib",
            "portdir": "python/py-soaplib",
            "version": "1.0.0",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/soaplib/soaplib",
            "description": "A simple library for writing soap web services.",
            "long_description": "This is a simple, easily extendible soap library that provides several useful tools for creating and publishing soap web services in python. This package features on-demand WSDL generation for the published services, a WSGI-compliant web application, support for complex class structures, binary attachments, simple framework for creating additional serialization mechanisms and a client library.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-lxml",
                        "py27-tz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-soaplib"
                    ]
                }
            ]
        },
        {
            "name": "py27-snuggs",
            "portdir": "python/py-snuggs",
            "version": "1.4.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mapbox/snuggs",
            "description": "Snuggs are s-expressions for Numpy",
            "long_description": "Snuggs are s-expressions for Numpy",
            "active": false,
            "categories": [
                "devel",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-click",
                        "py27-numpy",
                        "py27-parsing"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-rasterio"
                    ]
                }
            ]
        },
        {
            "name": "py27-snowballstemmer",
            "portdir": "python/py-snowballstemmer",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/snowballstem/snowball",
            "description": "This package provides 23 stemmer algorithms for 22 languages generated from Snowball algorithms.",
            "long_description": "This package provides 23 stemmer algorithms for 22 languages generated from Snowball algorithms.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-docstyle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py27-snmp",
            "portdir": "python/py-snmp",
            "version": "4.4.12",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://snmplabs.com/pysnmp/",
            "description": "SNMP library for Python",
            "long_description": "SNMP library for Python",
            "active": false,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "valyukov",
                    "github": "valyukov",
                    "ports_count": 8
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-asn1",
                        "py27-pycryptodome",
                        "py27-smi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-smmap",
            "portdir": "python/py-smmap",
            "version": "3.0.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gitpython-developers/smmap",
            "description": "Pure python sliding memory map manager",
            "long_description": "Pure python sliding memory map manager",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-coverage",
                        "py27-nose"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-gitdb"
                    ]
                }
            ]
        },
        {
            "name": "py27-smisk",
            "portdir": "python/py-smisk",
            "version": "1.1.6",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://python-smisk.org/",
            "description": "High performance web service framework",
            "long_description": "A modern high performance web service framework, written in C but controlled by Python.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "rasmus",
                    "github": "",
                    "ports_count": 6
                }
            ],
            "variants": [
                "minimal",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-elixir",
                        "py27-gnureadline",
                        "python27",
                        "py27-yaml",
                        "fcgi",
                        "py27-mako",
                        "py27-cjson"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-smisk"
                    ]
                }
            ]
        }
    ]
}