HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50616,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=551",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=549",
"results": [
{
"name": "py27-smi",
"portdir": "python/py-smi",
"version": "0.3.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/etingof/pysmi",
"description": "SNMP SMI/MIB Parser",
"long_description": "SNMP SMI/MIB Parser",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 120
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-ply"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-snmp"
]
}
]
},
{
"name": "py27-smb",
"portdir": "python/py-smb",
"version": "0.4.4",
"license": "zlib",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pysmb.sourceforge.net/",
"description": "SMB/CIFS library for python",
"long_description": "SMB/CIFS library for python speaking NT LM0.12 enables python to access shares from Windows computers or machines running Samba.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-smb"
]
}
]
},
{
"name": "py27-smart_open",
"portdir": "python/py-smart_open",
"version": "1.10.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/RaRe-Technologies/smart_open",
"description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
"long_description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-boto3",
"py27-bz2file",
"py27-requests"
]
}
],
"depends_on": []
},
{
"name": "py27-slugify",
"portdir": "python/py-slugify",
"version": "4.0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/un33k/python-slugify",
"description": "A Python Slugify application that handles Unicode",
"long_description": "A Python Slugify application that handles Unicode",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-text-unidecode",
"py27-unidecode"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-agate",
"py27-ckanapi"
]
}
]
},
{
"name": "py27-slepc4py",
"portdir": "python/py-slepc4py",
"version": "3.15.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/slepc4py",
"description": "SLEPc for Python - Python bindings for SLEPc",
"long_description": "SLEPc for Python - Python bindings for SLEPc",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"clang10",
"clang11",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel",
"gfortran",
"mpich",
"openmpi"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-cython",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-numpy",
"python27",
"mpich-clang90",
"py27-petsc4py",
"petsc",
"slepc"
]
}
],
"depends_on": []
},
{
"name": "py27-six",
"portdir": "python/py-six",
"version": "1.17.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/six/",
"description": "py-six is a Python 2 and 3 compatibility library.",
"long_description": "py-six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-paramiko",
"py27-ecdsa",
"py27-iniparse",
"py27-storm"
]
},
{
"type": "lib",
"ports": [
"py27-twilio",
"py27-xhtml2pdf",
"py27-ansible-core",
"py27-blessed",
"py27-xmldiff",
"py27-rpy2",
"py27-MDAnalysis",
"py27-agate",
"py27-astroquery",
"py27-backports-ssl",
"py27-bson",
"py27-cartopy",
"py27-cherrypy",
"py27-ckanapi",
"py27-colour",
"py27-csvkit",
"py27-dap",
"py27-django-extensions",
"py27-dockerpty",
"py27-dockerpy-creds",
"py27-patsy",
"py27-fixtures",
"py27-gcn",
"py27-geocoder",
"py27-gwdatafind",
"py27-gwosc",
"py27-gwpy",
"py27-hdfs",
"py27-healpy",
"py27-hypy",
"py27-ipython-sql",
"py27-irodsclient",
"py27-jenkins-job-builder",
"py27-jsbeautifier",
"py27-jug",
"py27-keras",
"py27-keras_applications",
"py27-leather",
"py27-libnacl",
"py27-ligo-gracedb",
"py27-mando",
"py27-multipledispatch",
"py27-nibabel",
"py27-parsimonious",
"py27-plumbum",
"py27-pyhyphen",
"py27-pypostal",
"py27-pyxb",
"py27-qrcode",
"py27-qtawesome",
"py27-rad",
"py27-pathlib2",
"py27-docker",
"py27-absl",
"py27-eyed3",
"py27-virtualenv",
"calendar-contacts-server",
"py27-matplotlib",
"py27-requests-mock",
"py27-configobj",
"py27-cryptography",
"py27-latexcodec",
"py27-ligo-lw",
"py27-lscsoft-glue",
"py27-sqlalchemy-migrate",
"py27-dateutil",
"py27-logilab-common",
"py27-ligo-segments",
"py27-cycler",
"py27-mock",
"py27-protobuf3",
"py27-singledispatch",
"py27-eventlet",
"py27-scruffington",
"py27-tensorboard1",
"py27-theano",
"py27-vobject",
"py27-xlib",
"py27-cheroot",
"py27-hieroglyph",
"py27-w3lib",
"py27-taskw",
"py27-sphinxcontrib-bibtex",
"py27-parsel",
"py27-anytree",
"py27-docstyle",
"py27-tox",
"py27-s3fs",
"py27-lmfit",
"py27-GridDataFormats",
"py27-tempora",
"py27-fasteners",
"py27-altair",
"py27-bleach",
"py27-parver",
"py27-fs",
"py27-matplotlib-basemap",
"py27-prompt_toolkit",
"py27-isodate",
"py27-prov",
"py27-rdflib",
"py27-requests-file",
"py27-pyrsistent",
"py27-xdis",
"py27-google-api",
"py27-oauth2client",
"py27-bpython",
"py27-distributed",
"py27-tblib",
"py27-bokeh",
"py27-munch",
"py27-ligotimegps",
"py27-scikit-image",
"py27-django-htmlmin",
"py27-stevedore",
"py27-scrapy",
"py27-google-auth",
"py27-fido2",
"py27-astroid",
"py27-pylint",
"py27-tweepy",
"py27-creoleparser",
"py27-trollius",
"py27-blessings",
"py27-fixture",
"py27-webtest",
"py27-jsonschema",
"py27-pybtex",
"dqsegdb",
"py27-urlgrabber",
"py27-traitlets",
"py27-pybtex-docutils",
"py27-pytest-xdist",
"py27-pytools",
"py27-routes",
"py27-mongoengine",
"py27-bcrypt",
"py27-more-itertools",
"py27-freezegun",
"py27-unittest2",
"py27-pynacl",
"py27-pytest",
"py27-lal",
"py27-paver",
"py27-textile",
"py27-html5lib"
]
},
{
"type": "run",
"ports": [
"digital_rf",
"py27-nbval",
"py27-parse-type",
"py27-readme_renderer",
"py27-pyopencl",
"py27-wxpython-4.0",
"py27-behave",
"py27-sphinx",
"py27-structlog",
"py27-regions",
"py27-automat",
"uzbl"
]
},
{
"type": "test",
"ports": [
"py27-paste",
"py27-uncompyle6",
"py27-ujson",
"py27-attrs",
"py27-ddt",
"py27-pyicu"
]
}
]
},
{
"name": "py27-sisyphus",
"portdir": "python/py-sisyphus",
"version": "0.9.1",
"license": "MIT",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.livinglogic.de/Python/sisyphus/",
"description": "python module for running python stuff as cron jobs",
"long_description": "This module simplifies running Python stuff as cron jobs. There will be no more than one sisyphus job of a certain name running at every given time. When the job is already running and a second is started, the second one will quit immediately if the first one hasn't exceeded its maximum allowed lifetime yet. If it has exceeded the allowed lifetime the first job will be killed and the second will start running. In addition to that, logging features are provided.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sisyphus"
]
}
]
},
{
"name": "py27-sisynala",
"portdir": "python/py-sisynala",
"version": "0.9.18",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/sisynala/",
"description": "Sisynala is a web log file analyser",
"long_description": "Sisynala is a web log file analyser",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-gd",
"py27-geoip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sisynala"
]
}
]
},
{
"name": "py27-sip4",
"portdir": "python/py-sip4",
"version": "4.19.25",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/sip/intro",
"description": "create Python bindings for C and C++ libraries",
"long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pyqt5",
"py27-poppler-qt4",
"py27-poppler-qt5",
"py27-PyQGLViewer",
"py27-pyqt4",
"py27-pyqwt",
"py27-qscintilla-qt4",
"py27-qscintilla-qt5"
]
},
{
"type": "run",
"ports": [
"py27-wxpython-4.0"
]
}
]
},
{
"name": "py27-sip",
"portdir": "python/py-sip",
"version": "4.19.25",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "macosx",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/sip/intro",
"description": "create Python bindings for C and C++ libraries",
"long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-singledispatch",
"portdir": "python/py-singledispatch",
"version": "3.7.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/singledispatch",
"description": "Backport of functools.singledispatch from Python 3.4",
"long_description": "Backport of functools.singledispatch from Python 3.4",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"py27-setuptools_scm",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-rpy2",
"py27-dap",
"py27-numba",
"py27-distributed",
"py27-astroid",
"py27-pylint",
"py27-tornado",
"py27-importlib-resources"
]
}
]
},
{
"name": "py27-simstring",
"portdir": "textproc/simstring",
"version": "20140723",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.chokkan.org/software/simstring/",
"description": "SimString Python module",
"long_description": "SimString Python module",
"active": true,
"categories": [
"textproc",
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"swig-python",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-simpletal",
"portdir": "python/py-simpletal",
"version": "4.1",
"license": "BSD",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.owlfish.com/software/simpleTAL",
"description": "A standalone Python HTML & XML template library",
"long_description": "SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-simpletal",
"loggerhead"
]
}
]
},
{
"name": "py27-simplekml",
"portdir": "python/py-simplekml",
"version": "1.3.1",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://readthedocs.org/projects/simplekml/",
"description": "A Simple KML creator",
"long_description": "A Simple KML creator",
"active": false,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-simplejson",
"portdir": "python/py-simplejson",
"version": "3.20.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simplejson.readthedocs.org/",
"description": "Simple, fast, extensible JSON encoder/decoder for Python",
"long_description": "simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"webkit2-gtk",
"webkit2-gtk-devel",
"webkit-gtk",
"webkit-gtk3"
]
},
{
"type": "lib",
"ports": [
"py27-couchdb",
"py27-keyczar",
"py27-pyphant",
"py27-twitter",
"py27-mygpoclient",
"py27-turbogears"
]
},
{
"type": "run",
"ports": [
"play",
"py27-tagcloud"
]
},
{
"type": "test",
"ports": [
"py27-structlog"
]
}
]
},
{
"name": "py27-simplegeneric",
"portdir": "python/py-simplegeneric",
"version": "0.8.1",
"license": "ZPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cheeseshop.python.org/pypi/simplegeneric",
"description": "Simple generic functions.",
"long_description": "Simple generic functions.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-ipython"
]
}
]
},
{
"name": "py27-shove",
"portdir": "python/py-shove",
"version": "0.6.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/lcrees/shove/",
"description": "Common object storage frontend",
"long_description": "Common object storage frontend that supports dictionary- style access, object serialization and compression, and multiple storage and caching backends.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py27-shiboken",
"portdir": "python/py-shiboken",
"version": "1.2.4",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyside/Shiboken",
"description": "Plugin for generatorrunner that generates python bindings for C++ libraries",
"long_description": "Shiboken is a plugin (front-end) for generatorrunner that generates python bindings for C++ libraries using CPython source code.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"libxslt",
"sparsehash",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pyside"
]
}
]
},
{
"name": "py27-shellwords",
"portdir": "python/py-shellwords",
"version": "0.2",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.crazy-compilers.com/software/shellwords.html",
"description": "Parse strings into words like a POSIX shell does.",
"long_description": "Python module to parse strings into words like a POSIX shell does.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-shellwords"
]
}
]
},
{
"name": "py27-shapely",
"portdir": "python/py-shapely",
"version": "1.7.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://toblerity.org/shapely/",
"description": "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries",
"long_description": "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net) Shapely 1.0 is not concerned with data formats or coordinate reference systems.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-cython",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"geos"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-cartopy",
"py27-lalinference",
"py27-geopandas"
]
},
{
"type": "run",
"ports": [
"lscsoft-deps"
]
}
]
},
{
"name": "py27-sh",
"portdir": "python/py-sh",
"version": "1.14.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://amoffat.github.io/sh/",
"description": "A full-fledged subprocess interface for Python",
"long_description": "A full-fledged subprocess interface for Python that allows you to call any program as if it were a function.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-sgmlop",
"portdir": "python/py-sgmlop",
"version": "1.1.1-20040207",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.effbot.org/zone/sgmlop-index.htm",
"description": "Optimized SGML/XML parser",
"long_description": "The sgmlop module provides an optimized SGML/XML parser, designed as an add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 and later.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sgmlop",
"py27-harvestman"
]
}
]
},
{
"name": "py27-sfepy",
"portdir": "python/py-sfepy",
"version": "2014.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sfepy.org/doc-devel/index.html",
"description": "Simple finite elements in Python",
"long_description": "SfePy is a software for solving systems of coupled partial differential equations (PDEs) by the finite element method in 2D and 3D. It can be viewed both as black-box PDE solver, and as a Python package which can be used for building custom applications. The word simple means that complex FEM problems can be coded very easily and rapidly.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-cython"
]
},
{
"type": "lib",
"ports": [
"py27-ipython",
"py27-matplotlib",
"py27-numpy",
"py27-parsing",
"py27-pexpect",
"py27-pysparse",
"swig-python",
"py27-scipy",
"py27-sphinx",
"py27-sympy",
"py27-tables",
"gmsh",
"py27-scikit-umfpack",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sfepy"
]
}
]
},
{
"name": "py27-sexpdata",
"portdir": "python/py-sexpdata",
"version": "0.0.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkf/sexpdata",
"description": "S-expression parser for Python",
"long_description": "sexpdata is a simple S-expression parser/serializer. It has simple load and dump functions like pickle, json or PyYAML module.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-epc"
]
}
]
},
{
"name": "py27-setuptools_scm_git_archive",
"portdir": "python/py-setuptools_scm_git_archive",
"version": "1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Changaco/setuptools_scm_git_archive",
"description": "Plugin for setuptools_scm that add support for git archives.",
"long_description": "Plugin for setuptools_scm that add support for git archives.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "giovanni.bussi",
"github": "GiovanniBussi",
"ports_count": 87
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools_scm"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-cheroot",
"py27-barnaba"
]
}
]
},
{
"name": "py27-setuptools_scm",
"portdir": "python/py-setuptools_scm",
"version": "5.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pypa/setuptools_scm/",
"description": "Package to manage versions by scm tags.",
"long_description": "Package to manage versions by scm tags.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-singledispatch",
"py27-pyusb",
"py27-absl",
"py27-asteval",
"py27-backports.weakref",
"py27-bcolz",
"py27-cherrypy",
"py27-pytest-html",
"py27-pytest-metadata",
"py27-backports.os",
"py27-tldextract",
"py27-xlib",
"py27-xmlsec",
"py27-keyring",
"py27-pytest-qt",
"py27-lazy_object_proxy",
"py27-tox",
"py27-lmfit",
"py27-jaraco.functools",
"py27-tempora",
"py27-lz4",
"py27-apipkg",
"py27-path",
"py27-zopfli",
"py27-mecab-python3",
"py27-ujson",
"py27-portend",
"py27-corner",
"py27-barnaba",
"py27-tqdm",
"py27-pylint",
"py27-pytest-mpl",
"py27-axiom",
"py27-jsonschema",
"py27-pytest-forked",
"py27-pytest-xdist",
"py27-backports.entry-points-selectable",
"py27-execnet",
"py27-backports-functools_lru_cache",
"py27-pytest",
"py27-py",
"py27-cvxopt",
"py27-requests-unixsocket",
"py27-virtualenv",
"py27-configparser",
"py27-automat",
"py27-filelock",
"py27-pytest-runner",
"py27-pluggy",
"py27-dateutil",
"py27-importlib-metadata",
"py27-zipp",
"py27-platformdirs",
"py27-importlib-resources"
]
},
{
"type": "lib",
"ports": [
"py27-setuptools_scm_git_archive"
]
}
]
},
{
"name": "py27-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": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-ioflo",
"py27-mssql"
]
}
]
},
{
"name": "py27-setuptools",
"portdir": "python/py-setuptools",
"version": "44.1.1",
"license": "MIT and (PSF or ZPL) and (Apache-2 or BSD)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/setuptools/",
"description": "distutils enhancement for build and distribution",
"long_description": "setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-south",
"py27-spark_parser",
"py27-Pillow",
"py27-spatialite",
"py27-speg",
"py27-SDL2",
"py27-XlsxWriter",
"py27-sphinx-gallery",
"py27-sphinx_rtd_theme",
"py27-sphinxcontrib-bibtex",
"py27-sphinxcontrib-websupport",
"py27-spyder-kernels",
"py27-sqlalchemy",
"py27-abjad",
"py27-sqlobject",
"py27-sqlparse",
"py27-stanfordnlp",
"py27-statprof",
"py27-statsmodels",
"py27-cogen",
"py27-stomper",
"py27-stopit",
"py27-storm",
"py27-structlog",
"py27-subprocess32",
"py27-suds",
"py27-suds-jurko",
"py27-colander",
"py27-colormath",
"py27-swiginac",
"py27-sybil",
"py27-colour",
"py27-tables",
"py27-columnize",
"py27-commpy",
"py27-taskw",
"py27-tastypie",
"py27-configargparse",
"py27-tblib",
"py27-tempita",
"py27-configparser",
"py27-terminaltables",
"py27-testfixtures",
"py27-testtools",
"py27-text-unidecode",
"py27-textile",
"py27-texttable",
"py27-constantly",
"py27-threadpool",
"py27-tinycss",
"py27-tldextract",
"py27-tmuxp",
"py27-toml",
"py27-toolz",
"py27-tornado",
"py27-construct",
"py27-contextlib2",
"py27-control",
"py27-traceback2",
"py27-tracer",
"py27-traittypes",
"py27-transaction",
"py27-translationstring",
"py27-cookies",
"py27-triangle",
"py27-trollius",
"py27-trustme",
"py27-tstables",
"py27-ttfquery",
"py27-turbocheetah",
"py27-absl",
"py27-turbokid",
"py27-tvdb",
"py27-couchdbkit",
"py27-tweepy",
"py27-twilio",
"py27-country",
"py27-acor",
"py27-txgithub",
"py27-typing",
"py27-tz-gae",
"py27-tzlocal",
"py27-ujson",
"py27-uncertainties",
"py27-coverage",
"py27-unicodecsv",
"py27-unicodedata2",
"py27-cppy",
"py27-unittest-xml-reporting",
"py27-crayons",
"py27-unum",
"py27-update_checker",
"py27-uritemplate",
"py27-urlgrabber",
"py27-urllib3",
"py27-urwid",
"py27-usbtmc",
"py27-vcversioner",
"py27-creoleparser",
"py27-vine",
"py27-cryptography",
"py27-csscompressor",
"py27-cssselect",
"py27-cssutils",
"py27-vxi11",
"py27-w3lib",
"py27-acora",
"py27-wand",
"py27-wasabi",
"closure-linter",
"py27-webcolors",
"py27-webencodings",
"py27-webhelpers",
"py27-webob",
"py27-webpy",
"py27-websocket-client",
"py27-webtest",
"py27-cucumber-tag-expressions",
"py27-wheel",
"py27-whoosh",
"py27-widgetsnbextension",
"py27-word2vec",
"py27-workerpool",
"py27-wrapt",
"py27-wtforms",
"py27-wurlitzer",
"py27-wxpython-4.0",
"py27-x2go",
"py27-curlish",
"py27-xattr",
"py27-xdg",
"py27-curtsies",
"py27-pysap",
"py27-xlrd",
"py27-xlsx2csv",
"py27-cx_Freeze",
"py27-xlwt",
"py27-xmldiff",
"py27-xmltodict",
"py27-cycler",
"py27-yappi",
"py27-yapsy",
"py27-yenc",
"py27-cymem",
"py27-aenum",
"py27-cytoolz",
"py27-zc-lockfile",
"py27-affine",
"py27-dask",
"py27-datacite",
"py27-zict",
"py27-zipp",
"py27-zodb",
"py27-zope-app-module",
"py27-zope-component",
"py27-dateutil",
"py27-datrie",
"py27-dbfread",
"py27-zope-keyreference",
"py27-ddt",
"py27-zopeinterface",
"py27-zopfli",
"py27-deap",
"py27-pyobjc-cocoa",
"TwitterDemandAnalyzer",
"TwitterDemandCollector",
"ligo-lvalert",
"ligo-lvalert-heartbeat",
"nMOLDYN",
"py27-yara",
"bcfg2",
"binplist",
"dnuos",
"py27-decorator",
"py27-agate",
"py27-pytest-timeout",
"py27-backports.entry-points-selectable",
"py27-platformdirs",
"py27-ipadic",
"py27-fonttools",
"py27-smi",
"py27-xkcdpass",
"py27-defusedxml",
"py27-demjson",
"py27-descartes",
"py27-diff-match-patch",
"py27-dill",
"py27-python-ivi",
"py27-pyxdg",
"py27-distnorm",
"py27-fdsnwsscripts",
"py27-dispatcher",
"py27-dispel4py-devel",
"py27-dispel4py-registry-devel",
"py27-distorm",
"py27-agate-dbf",
"py27-agate-excel",
"py27-distutils-extra",
"py27-django",
"py27-django-countries",
"py27-django-debug-toolbar",
"py27-django-extensions",
"py27-django-htmlmin",
"py27-django-nose",
"py27-agate-sql",
"py27-dnspython",
"py27-docker",
"py27-dockerpty",
"py27-dockerpy-creds",
"py27-docopt",
"py27-aiodns",
"py27-alabaster",
"py27-docutils",
"py27-docx",
"py27-dqsegdb2",
"py27-dsltools",
"py27-dynd",
"py27-ecdsa",
"py27-editor",
"flashbake",
"py27-elementtree",
"py27-elib.intl",
"py27-elixir",
"py27-emcee",
"py27-enchant",
"py27-enthoughtbase",
"py27-enum",
"py27-enum34",
"py27-envoy",
"py27-epsg",
"py27-epsilon",
"py27-erf",
"py27-errorhandler",
"py27-et_xmlfile",
"py27-etsproxy",
"py27-euca2ools",
"py27-eventlet",
"py27-exifread",
"py27-altgraph",
"py27-ez_setup",
"py27-amqp",
"py27-amqplib",
"py27-fancycompleter",
"py27-fasteners",
"py27-faulthandler",
"py27-feedparser",
"py27-fido2",
"py27-aniso8601",
"py27-fipy",
"py27-ansicolor",
"py27-anyjson",
"py27-flake8-mccabe",
"py27-flake8-pep8-naming",
"py27-flake8-polyfill",
"py27-flaky",
"py27-flask",
"py27-flask-auth",
"py27-flask-babel",
"py27-flask-frozen",
"py27-flask-login",
"py27-flask-mail",
"py27-flask-mongoalchemy",
"py27-flask-restful",
"py27-flask-script",
"py27-flask-sqlalchemy",
"py27-flask-uploads",
"py27-flask-wtf",
"py27-flup",
"py27-formbuild",
"py27-formencode",
"py27-fortranformat",
"py27-freezegun",
"py27-fs",
"py27-funcparserlib",
"py27-funcsigs",
"py27-anytree",
"py27-fuzzywuzzy",
"py27-game",
"py27-gammapy",
"py27-gast",
"py27-gcn",
"py27-gdata",
"py27-genshi",
"py27-geoalchemy",
"py27-geocoder",
"py27-geographiclib",
"py27-geojson",
"py27-geopandas",
"py27-geopy",
"py27-gevent",
"py27-gevent-websocket",
"py27-gflags",
"py27-git-sweep",
"py27-gitdb",
"py27-gitpython",
"py27-gmpy2",
"py27-gnureadline",
"py27-google-api",
"py27-google-apputils",
"py27-google-auth",
"py27-google-auth-httplib2",
"py27-google-pasta",
"py27-apipkg",
"py27-graphviz",
"py27-greenlet",
"py27-gsd",
"py27-gwdatafind",
"py27-gwosc",
"py27-gwpy",
"py27-h11",
"py27-h2",
"py27-hat-trie",
"py27-applaunchservices",
"py27-healpy",
"py27-heapdict",
"py27-appnope",
"py27-appscript",
"py27-argh",
"py27-hpack",
"py27-args",
"py27-htseq",
"py27-http-parser",
"py27-httplib2",
"py27-humanize",
"py27-hurry.filesize",
"py27-hyperframe",
"py27-hypothesis",
"py27-arpeggio",
"py27-asn1",
"py27-idna",
"py27-asn1-modules",
"py27-imagesize",
"py27-asn1crypto",
"py27-imgur",
"py27-iminuit",
"py27-import_relative",
"py27-importlib-metadata",
"py27-importlib-resources",
"py27-importmagic",
"py27-imread",
"py27-incremental",
"py27-iniparse",
"py27-instrumentkit",
"py27-intervaltree",
"py27-intervaltree2",
"py27-invoke",
"py27-ioflo",
"py27-ipaddress",
"py27-asteval",
"py27-iplib",
"py27-ipykernel",
"py27-ipympl",
"git-cvs",
"py27-astor",
"py27-ipython-sql",
"py27-irodsclient",
"py27-isodate",
"py27-isort",
"py27-itsdangerous",
"py27-jcc",
"py27-jdcal",
"py27-jedi",
"py27-astroML",
"py27-astroid",
"py27-astrolibcoords",
"py27-astroplan",
"py27-jmespath-terminal",
"py27-joblib",
"py27-astropy",
"py27-astropy-healpix",
"py27-json-rpc",
"py27-json-tricks",
"py27-astropy-helpers",
"py27-astroquery",
"py27-jubatus-client",
"py27-async-task",
"py27-jupyter_client",
"py27-atomicwrites",
"py27-attr",
"py27-jupyterlab_launcher",
"py27-jwt",
"py27-kaitaistruct",
"py27-attrs",
"py27-kcs11",
"py27-keras",
"py27-keras_applications",
"py27-keras_preprocessing",
"py27-kerfi-vangasvipur",
"py27-authkit",
"gitinspector",
"py27-kid",
"py27-kiwisolver",
"py27-kombine",
"voltron",
"py27-kqueue",
"py27-awesome_slugify",
"py27-awscli",
"py27-lazy_object_proxy",
"py27-ldap",
"py27-leather",
"py27-lepl",
"py27-leveldb",
"py27-levenshtein",
"py27-libarchive-c",
"py27-libcloud",
"py27-liblzma",
"py27-libnacl",
"py27-librabbitmq",
"py27-libsass",
"py27-libtmux",
"py27-libxml2",
"py27-ligo-gracedb",
"py27-ligo-lw",
"py27-ligotimegps",
"py27-linecache2",
"py27-llfuse",
"py27-llvmlite",
"py27-llvmmath",
"py27-lmfit",
"py27-local-pipelines",
"py27-locket",
"py27-lockfile",
"py27-logbook",
"py27-logcat-color",
"py27-axolotl",
"py27-lscsoft-glue",
"py27-lxml",
"py27-m2crypto",
"py27-scapy",
"py27-m2r",
"py27-macfsevents",
"py27-axolotl-curve25519",
"py27-magic",
"py27-magpy",
"calendar-contacts-server",
"py27-backports-functools_lru_cache",
"py27-managesieve",
"py27-mando",
"py27-marisa-trie",
"py27-backports-shutil_get_terminal_size",
"py27-markdown2",
"py27-markupsafe",
"py27-matplotlib",
"py27-matplotlib-basemap",
"coherence",
"py27-mechanize",
"py27-medusa",
"py27-meld3",
"py27-memprof",
"py27-backports.csv",
"py27-mercurial_extension_utils",
"py27-backports.os",
"py27-metar",
"py27-mhash",
"py27-milk",
"py27-mimeparse",
"py27-misaka",
"py27-mistune",
"py27-mlpy",
"py27-mmh3",
"py27-mmtf-python",
"py27-mock",
"py27-backports.weakref",
"py27-molmod",
"py27-mongoengine",
"py27-montage",
"py27-morbid",
"py27-more-itertools",
"py27-mpi4py",
"py27-mpld3",
"py27-baker",
"py27-msgpack",
"py27-mssql",
"py27-multipledispatch",
"py27-munch",
"py27-murmurhash",
"py27-mustache",
"py27-bcdoc",
"py27-myghty",
"py27-myghtyutils",
"py27-mysql",
"py27-bcrypt",
"skypipe",
"PIDA",
"py27-nbval",
"py27-nclib",
"py27-ndg_httpsclient",
"py27-neovim",
"py27-netaddr",
"upnp-inspector",
"py27-netifaces",
"py27-networkx",
"py27-nevow",
"py27-beautifulsoup",
"py27-nltk",
"py27-nmrglue",
"py27-beautifulsoup4",
"DepreciateForLedger",
"py27-nose-progressive",
"py27-nose-testconfig",
"py27-nosexcover",
"py27-benchexec",
"py27-numba",
"py27-numdifftools",
"py27-numexpr",
"py27-numpydoc",
"py27-billiard",
"py27-oauth",
"py27-oauth2",
"py27-oauth2client",
"py27-oauthlib",
"py27-obspy",
"py27-odo",
"py27-olefile",
"py27-openbabel",
"py27-biopython",
"py27-openopt",
"py27-openpyxl",
"py27-orbited",
"py27-oset",
"py27-owslib",
"py27-packaging",
"py27-paho-mqtt",
"py27-pandas",
"py27-pandasql",
"py27-parakeet",
"py27-paramiko",
"py27-parse",
"py27-parse-type",
"py27-parsedatetime",
"py27-parsel",
"py27-parsimonious",
"py27-parsing",
"py27-parso",
"py27-partd",
"py27-parver",
"py27-passlib",
"py27-biplist",
"py27-pastedeploy",
"py27-pastewebkit",
"py27-path",
"py27-pathfinder",
"py27-pathlib2",
"py27-pathtools",
"py27-patsy",
"py27-bitstruct",
"py27-bleach",
"py27-pcapy",
"py27-pdfrw",
"py27-pedal",
"py27-blessed",
"py27-petsc4py",
"py27-pgspecial",
"py27-phonenumbers",
"py27-pickleshare",
"py27-pika",
"py27-blessings",
"py27-blinker",
"py27-blist",
"py27-pipfile",
"py27-pkgconfig",
"py27-pkginfo",
"py27-plac",
"py27-ply",
"py27-plyvel",
"GTDtoCSV",
"py27-poly",
"py27-poppler-qt5",
"py27-powerline",
"py27-pptx",
"py27-preshed",
"py27-pretend",
"py27-prettytable",
"py27-prometheus_client",
"py27-prompt_toolkit",
"py27-protego",
"py27-blosc",
"py27-protobuf3",
"py27-prov",
"py27-psychopy",
"LedgerScheduler",
"py27-publicsuffix2",
"py27-boto3",
"py27-py",
"py27-botocore",
"py27-pyaes",
"py27-pyaudio",
"py27-pyavm",
"py27-pybind11",
"py27-pybox2d",
"py27-bottle",
"csvToLedger",
"py27-pycallgraph",
"py27-pycares",
"py27-pycrlibm",
"py27-pycryptodome",
"py27-pycson",
"py27-pyds9",
"py27-pyfftw",
"py27-pyficache",
"py27-bqplot",
"py27-pygccxml",
"py27-pygeocoder",
"py27-pyglet",
"expense.txt",
"py27-brotli",
"py27-pygooglechart",
"py27-pygpu",
"py27-pygraph-core",
"py27-brotlipy",
"py27-pygrib",
"py27-brownie",
"py27-pyhamcrest",
"py27-bson",
"py27-pyicu",
"py27-pyinstaller",
"py27-pyinterval",
"py27-pykerberos",
"py27-cached-property",
"py27-pylru",
"py27-pylzma",
"py27-pymongo",
"py27-pymunk",
"py27-pymysql",
"py27-pynacl",
"py27-pync",
"py27-pynzb",
"py27-pyopencl",
"py27-pyorick",
"py27-pyperclip",
"py27-pyphant",
"py27-pyphant-fmf",
"py27-pyphant-imageprocessing",
"py27-pyphant-osc",
"py27-pyphant-statistics",
"py27-pyphant-tools",
"py27-cachetools",
"py27-pypostal",
"py27-pyproj",
"py27-pyquery",
"py27-pyrant",
"py27-pyrfc3339",
"py27-pyro",
"py27-pyrsistent",
"py27-pysam",
"py27-pyscard",
"py27-pyshp",
"py27-pyside2",
"py27-pyslides",
"py27-pystache",
"py27-cairo",
"py27-pytest-cov",
"py27-pytest-forked",
"py27-pytest-html",
"py27-pytest-mpl",
"py27-pytest-qt",
"py27-cairocffi",
"time.txt",
"py27-cartopy",
"py27-python-daemon",
"py27-python-dotenv",
"py27-python-jenkins",
"py27-python-jsonrpc-server",
"py27-pytimeparse",
"py27-pytools",
"py27-pyttsx",
"py27-pytzdata",
"py27-pyusb",
"py27-pyvcf",
"py27-pyvttbl",
"py27-pywavelets",
"py27-qdarkstyle",
"py27-cchardet",
"py27-BitArray2D",
"py27-cffi",
"py27-qtpy",
"py27-qtsass",
"py27-quadtree",
"py27-quantities",
"py27-queuelib",
"py27-rabbyt",
"py27-rad",
"py27-radical-utils",
"py27-BitVector",
"py27-ratelim",
"py27-cheetah",
"py27-DAWG",
"py27-rdflib",
"py27-re2",
"py27-readme_renderer",
"py27-recaptcha",
"py27-redis",
"py27-regex",
"py27-regions",
"py27-rencode",
"py27-repl",
"py27-reportlab",
"py27-repoze.lru",
"py27-requests",
"py27-requests-cache",
"py27-requests-file",
"py27-requests-mock",
"py27-requests-oauthlib",
"py27-requests-toolbelt",
"py27-restkit",
"py27-rfc6555",
"py27-rfoo",
"py27-robotframework",
"py27-robotframework-ride",
"py27-robotframework-selenium2library",
"py27-robotremoteserver",
"py27-roman",
"py27-rope",
"py27-ropemode",
"py27-routes",
"py27-rpy2",
"py27-rrdtool",
"py27-rsa",
"py27-rstcheck",
"py27-GridDataFormats",
"py27-rtmidi-python",
"py27-rtree",
"py27-ruamel-yaml",
"py27-ruamel-yaml-clib",
"py27-s3fs",
"py27-s3transfer",
"py27-saga",
"py27-scandir",
"py27-cidrize",
"py27-scikit-image",
"py27-scikit-learn",
"py27-scikit-umfpack",
"py27-scikits-ann",
"py27-scikits-audiolab",
"py27-scikits-bootstrap",
"py27-scikits-samplerate",
"py27-scikits-talkbox",
"py27-scikits-timeseries",
"py27-scoop",
"py27-scruffington",
"py27-scss",
"py27-seaborn",
"py27-selectors2",
"py27-selenium",
"py27-ckanapi",
"py27-clang",
"py27-cli-helpers",
"py27-serpent",
"py27-service_identity",
"py27-setproctitle",
"py27-setupdocs",
"py27-setupmeta",
"py27-click",
"py27-MDAnalysis",
"py27-sh",
"py27-shapely",
"py27-clientform",
"py27-singledispatch",
"py27-slepc4py",
"py27-slugify",
"py27-smart_open",
"py27-smisk",
"py27-smmap",
"py27-snmp",
"py27-snowballstemmer",
"py27-snuggs",
"py27-soaplib",
"py27-socketpool",
"py27-sogl",
"py27-sortedcollections",
"py27-sortedcontainers",
"py27-sounddevice"
]
},
{
"type": "lib",
"ports": [
"py27-nbformat",
"fdroidserver",
"py27-actdiag",
"py27-alembic",
"py27-astlib",
"py27-automat",
"py27-autopep8",
"py27-babel",
"py27-backports-ssl_match_hostname",
"py27-bdist_mpkg",
"py27-beaker",
"py27-behave",
"py27-blockdiag",
"py27-bokeh",
"py27-bpython",
"py27-breadability",
"py27-canmatrix",
"py27-celery",
"py27-chardet",
"py27-cheroot",
"py27-cherrypy",
"py27-click-plugins",
"py27-cligj",
"py27-clonedigger",
"py27-codestyle",
"py27-cog",
"py27-couchdb",
"py27-coverage",
"py27-csvkit",
"py27-cubes",
"py27-cython",
"py27-dap",
"py27-decoratortools",
"py27-distributed",
"py27-distro",
"py27-dns-lexicon",
"py27-docstyle",
"py27-doctest-ignore-unicode",
"py27-editorconfig",
"py27-eyed3",
"py27-fabio",
"py27-fabric",
"py27-figleaf",
"py27-fixture",
"py27-flake8",
"py27-future",
"py27-grako",
"py27-hdfs",
"py27-helpdev",
"py27-hieroglyph",
"py27-honcho",
"py27-html2text",
"py27-hypy",
"py27-icalendar",
"py27-imageio",
"py27-imdb",
"py27-ipdb",
"py27-ipyparallel",
"py27-ipython",
"py27-jenkins-job-builder",
"py27-jinja",
"py27-jinja2",
"py27-jmespath",
"py27-josepy",
"py27-jsbeautifier",
"py27-json5",
"py27-jsonschema",
"py27-jug",
"py27-jupyter_console",
"py27-jupyter_core",
"py27-kaptan",
"py27-keyczar",
"py27-keyring",
"py27-kombu",
"py27-langid",
"py27-language-server",
"py27-logilab-common",
"py27-macholib",
"py27-mahotas",
"py27-mako",
"py27-markdown",
"py27-mdtraj",
"py27-mercantile",
"py27-meta",
"py27-modulegraph",
"py27-mrjob",
"py27-mutagen",
"py27-natsort",
"py27-nbconvert",
"py27-netcdf4",
"py27-nibabel",
"py27-nose",
"py27-nose-exclude",
"py27-notebook",
"py27-nwdiag",
"py27-openid",
"py27-paste",
"py27-paver",
"py27-pbr",
"py27-pep8",
"py27-pinocchio",
"py27-pint",
"py27-pip",
"py27-podcastparser",
"py27-protobuf",
"py27-psycopg2",
"py27-pudb",
"py27-py2app",
"py27-pybtex",
"py27-pybtex-docutils",
"py27-pyflakes",
"py27-pygments",
"py27-pygmsh",
"py27-pygraphviz",
"py27-pygtkhelpers",
"py27-pyhyphen",
"py27-pylint",
"py27-pyplusplus",
"py27-pytest",
"py27-pytest-runner",
"py27-pytest-xdist",
"py27-python-augeas",
"py27-qrcode",
"py27-qtawesome",
"py27-qtconsole",
"py27-rasterio",
"py27-raven",
"py27-rbtools",
"py27-rtm",
"py27-scikit-build",
"py27-send2trash",
"py27-seqdiag",
"py27-serial",
"py27-setuptools-git",
"py27-setuptools_scm",
"py27-shove",
"py27-sparqlwrapper",
"py27-sphinx",
"py27-sphinx-bootstrap-theme",
"py27-sqlalchemy-migrate",
"py27-stevedore",
"py27-sumy",
"py27-supervisor",
"py27-sympy",
"py27-tabulate",
"py27-tail",
"py27-tatsu",
"py27-tempora",
"py27-theano",
"py27-tox",
"py27-tpot",
"py27-tqdm",
"py27-trepan",
"py27-turbogears",
"py27-tvnamer",
"py27-twill",
"py27-twisted",
"py27-uncompyle6",
"py27-unidecode",
"py27-unittest2",
"py27-vega",
"py27-virtualenv-clone",
"py27-virtualenvwrapper",
"py27-visa",
"py27-vobject",
"py27-waitress",
"py27-watchdog",
"py27-werkzeug",
"py27-xarray",
"py27-xdis",
"py27-xhtml2pdf",
"py27-xlutils",
"py27-yapf",
"py27-yolk",
"py27-yt",
"py27-zc-buildout",
"py27-zconfig",
"py27-zdaemon",
"py27-zen",
"py27-zope-deferredimport",
"py27-zope-deprecation",
"py27-zope-hookable",
"py27-zope-proxy",
"py27-pyobjc",
"loggerhead",
"py27-nghttp2",
"py27-ansible-core",
"py27-resolvelib",
"py27-django-gravatar2",
"py27-pytest-benchmark",
"py27-cpuinfo",
"py27-cython-compat"
]
},
{
"type": "run",
"ports": [
"py27-m2r",
"py27-cx_Freeze",
"py27-jupyter_client"
]
}
]
},
{
"name": "py27-setupmeta",
"portdir": "python/py-setupmeta",
"version": "3.3.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zsimic/setupmeta",
"description": "Simplify your setup.py",
"long_description": "Simplify your setup.py",
"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": [
"python27"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-fancycompleter"
]
}
]
},
{
"name": "py27-setupdocs",
"portdir": "python/py-setupdocs",
"version": "1.0.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/SetupDocs/",
"description": "setuptools plugin that automates building of docs from ReST source",
"long_description": "SetupDocs is a setuptools plugin that automates building of docs from ReST source.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-setupdocs"
]
}
]
},
{
"name": "py27-setproctitle",
"portdir": "python/py-setproctitle",
"version": "1.1.10",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/setproctitle/",
"description": "A Python module to customize the process title",
"long_description": "The setproctitle module allows a process to change its title (as displayed by system tools such as ps and top).",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "xeron.oskom",
"github": "xeron",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-openopt"
]
}
]
},
{
"name": "py27-service_identity",
"portdir": "python/py-service_identity",
"version": "21.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"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": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-asn1-modules",
"py27-attrs",
"py27-cryptography",
"python27",
"py27-ipaddress",
"py27-openssl",
"py27-idna",
"py27-asn1"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-comet",
"py27-scrapy",
"coherence",
"calendar-contacts-server"
]
},
{
"type": "test",
"ports": [
"py27-trustme"
]
}
]
},
{
"name": "py27-serpent",
"portdir": "python/py-serpent",
"version": "1.42",
"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": true,
"categories": [
"python",
"print"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pyro"
]
}
]
},
{
"name": "py27-serial",
"portdir": "python/py-serial",
"version": "3.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyserial/pyserial",
"description": "Python Serial Port Extension",
"long_description": "This module encapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named serial automatically selects the appropriate backend.",
"active": true,
"categories": [
"python",
"comms"
],
"maintainers": [
{
"name": "fw",
"github": "fhgwright",
"ports_count": 27
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-instrumentkit",
"py27-swap",
"py27-python-ivi"
]
}
]
},
{
"name": "py27-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": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-blockdiag",
"py27-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py27-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": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-notebook"
]
}
]
},
{
"name": "py27-selenium",
"portdir": "python/py-selenium",
"version": "3.141.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.seleniumhq.org/",
"description": "Python language bindings for Selenium WebDriver",
"long_description": "The selenium package is used to automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer), as well as the Remote protocol.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "dstrubbe",
"github": "dstrubbe",
"ports_count": 38
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-urllib3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-robotframework-selenium2library"
]
},
{
"type": "test",
"ports": [
"py27-requests-oauthlib"
]
}
]
},
{
"name": "py27-selectors2",
"portdir": "python/py-selectors2",
"version": "2.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sethmlarson/selectors2",
"description": "Back-ported, durable, and portable selectors",
"long_description": "Back-ported, durable, and portable selectors",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-mock",
"py27-nose",
"py27-psutil"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-wurlitzer"
]
},
{
"type": "lib",
"ports": [
"py27-rfc6555",
"py-selectors2"
]
}
]
},
{
"name": "py27-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": 2872
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-numpy",
"py27-pandas",
"py27-patsy",
"py27-scipy",
"py27-statsmodels",
"python27",
"py27-matplotlib"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": []
},
{
"name": "py27-SDL2",
"portdir": "python/py-SDL2",
"version": "0.9.17",
"license": "public-domain",
"platforms": "{darwin any}",
"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": true,
"categories": [
"devel",
"multimedia",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libsdl2_image",
"libsdl2_mixer",
"python27",
"libsdl2_ttf",
"libsdl2"
]
}
],
"depends_on": []
},
{
"name": "py27-scss",
"portdir": "python/py-scss",
"version": "1.3.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Kronuz/pyScss",
"description": "SCSS compiler for Python",
"long_description": "SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This is a SCSS compiler for Python.",
"active": true,
"categories": [
"devel",
"www",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"pcre",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scss"
]
}
]
},
{
"name": "py27-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",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-six",
"py27-yaml"
]
},
{
"type": "test",
"ports": [
"py27-nose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"voltron"
]
}
]
},
{
"name": "py27-scrapy",
"portdir": "python/py-scrapy",
"version": "1.8.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://scrapy.org/",
"description": "A high-level Web Crawling and Web Scraping framework",
"long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-cryptography",
"py27-cssselect",
"py27-dispatcher",
"py27-lxml",
"py27-openssl",
"py27-parsel",
"py27-protego",
"py27-queuelib",
"py27-service_identity",
"py27-six",
"py27-twisted",
"py27-w3lib",
"py27-zopeinterface",
"python27"
]
},
{
"type": "run",
"ports": [
"scrapy_select"
]
}
],
"depends_on": []
},
{
"name": "py27-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": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-greenlet",
"py27-zmq"
]
}
],
"depends_on": []
},
{
"name": "py27-sclapp",
"portdir": "python/py-sclapp",
"version": "0.5.1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.alittletooquiet.net/software/sclapp/",
"description": "framework for writing command-line applications",
"long_description": "easy-to-use framework for writing simple command-line applications in Python",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sclapp"
]
}
]
},
{
"name": "py27-scitools",
"portdir": "python/py-scitools",
"version": "0.9.0",
"license": "bsd",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hplgit/scitools",
"description": "Scientific computing tools for Python",
"long_description": "Scientific computing tools for Python, built on other widely used packages such as Numpy and Scipy.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 436
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-matplotlib"
]
},
{
"type": "run",
"ports": [
"py27-numpy",
"py27-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scitools"
]
}
]
},
{
"name": "py27-scipy",
"portdir": "python/py27-scipy",
"version": "1.2.3",
"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": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran",
"atlas",
"openblas",
"mkl"
],
"dependencies": [
{
"type": "build",
"ports": [
"swig-python",
"clang-17",
"py27-cython-compat",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"py27-pybind11",
"libgcc",
"python27",
"OpenBLAS",
"py27-numpy"
]
},
{
"type": "test",
"ports": [
"py27-py",
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-scikit-umfpack",
"py27-sfepy",
"py27-spacepy",
"py27-theano",
"py27-tpot",
"py27-lalinference",
"py27-commpy",
"py27-statsmodels",
"py27-algopy",
"py27-lmfit",
"py27-numdifftools",
"py27-GridDataFormats",
"py27-graph-tool",
"py27-fipy",
"py27-obspy",
"py27-mlpy",
"py27-pacal",
"py27-pyFAI",
"py27-scikits-talkbox",
"py27-trep",
"py27-usadel1",
"ccpnmr",
"py27-scikit-image",
"relax",
"py27-pyphant",
"py27-pyphant-imageprocessing",
"py27-pyphant-osc",
"py27-pyphant-statistics",
"vapor",
"py27-barnaba",
"py27-pandas",
"py27-pyvttbl",
"py27-mdtraj",
"py27-psychopy",
"py27-pyqtgraph",
"alps",
"py27-lal",
"py27-nmrglue",
"py27-scikit-learn",
"py27-seaborn",
"py27-lalburst",
"EGSimulation",
"HORTON",
"py27-MDAnalysis",
"py27-astlib",
"py27-astroML",
"py27-cartopy",
"py27-colour",
"py27-control",
"py27-filterpy",
"py27-pysal",
"py27-gwpy",
"py27-keras",
"py27-keras_applications",
"py27-pyne",
"py27-kombine",
"py27-pymvpa",
"py27-qutip"
]
},
{
"type": "run",
"ports": [
"lscsoft-deps",
"gnuradio-devel",
"py27-gammapy",
"py27-oct2py",
"py27-scitools",
"digital_rf",
"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",
"gr37-osmosdr",
"gr37-pcap",
"gr37-pyqt",
"gr37-satellites",
"gr37-rds",
"gr37-tdd",
"gr37-sdrplay",
"py27-magpy",
"gr37-iridium",
"gr37-specest"
]
}
]
},
{
"name": "py27-scikit-umfpack",
"portdir": "python/py-scikit-umfpack",
"version": "0.2.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/scikit-umfpack/scikit-umfpack",
"description": "scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.",
"long_description": "scikit-umfpack provides wrapper of UMFPACK sparse direct solver to SciPy.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 169
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"swig-python",
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"SuiteSparse_UMFPACK",
"py27-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-sfepy"
]
}
]
},
{
"name": "py27-scikits-timeseries",
"portdir": "python/py-scikits-timeseries",
"version": "0.91.3",
"license": "BSD and Permissive and GPLConflict",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pytseries.sourceforge.net/",
"description": "Classes and functions for manipulating, reporting, and plotting time series",
"long_description": "Classes and functions for manipulating, reporting, and plotting time series The focus is on convenient data access and manipulation while leveraging the existing mathematical functionality in numpy and scipy",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-numpy",
"py27-scikits-module"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-timeseries"
]
}
]
},
{
"name": "py27-scikits-talkbox",
"portdir": "python/py-scikits-talkbox",
"version": "0.2.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/scikits.talkbox",
"description": "Talkbox, a set of python modules for speech/signal processing",
"long_description": "Talkbox, a set of python modules for speech/signal processing",
"active": true,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-numpy",
"py27-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-talkbox"
]
}
]
}
]
}