HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50572,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=592",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=590",
"results": [
{
"name": "py313-spglib",
"portdir": "python/py-spglib",
"version": "2.6.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spglib.readthedocs.io",
"description": "Python interface for spglib (a C library for crystal symmetries).",
"long_description": "Python interface for spglib (a C library for crystal symmetries).",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "joe.fowler",
"github": "joefowler",
"ports_count": 98
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-scikit-build-core",
"py313-wheel",
"py313-setuptools_scm",
"ninja",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"py313-numpy",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spglib"
]
},
{
"type": "run",
"ports": [
"py313-pymatgen"
]
}
]
},
{
"name": "py313-spglm",
"portdir": "python/py-spglm",
"version": "1.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pysal.org/spreg/",
"description": "SParse Generalized Linear Models (spglm)",
"long_description": "SParse Generalized Linear Models (spglm) module is an adaptation of a portion of GLM functionality from the Statsmodels package, this it has been simplified and customized for the purposes of serving as the base for several other PySAL modules, namely SpInt and GWR. Currently, it supports the estimation of Gaussian, Poisson, and Logistic regression using only iteratively weighted least squares estimation (IWLS).",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-numpy",
"py313-scipy",
"py313-libpysal",
"py313-spreg"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-pysal",
"py-spglm"
]
},
{
"type": "run",
"ports": [
"py313-spint",
"py313-mgwr"
]
}
]
},
{
"name": "py313-sphinx",
"portdir": "python/py-sphinx",
"version": "9.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sphinx-doc.org/",
"description": "Python documentation generator",
"long_description": "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"clang-18",
"py313-installer",
"py313-flit_core"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-docutils"
]
},
{
"type": "run",
"ports": [
"py313-alabaster",
"py313-babel",
"py313-imagesize",
"py313-jinja2",
"py313-snowballstemmer",
"py313-sphinxcontrib-devhelp",
"py313-sphinxcontrib-applehelp",
"py313-sphinxcontrib-htmlhelp",
"py313-sphinxcontrib-jsmath",
"py313-sphinxcontrib-qthelp",
"py313-sphinxcontrib-serializinghtml",
"py313-roman_numerals",
"py313-pygments",
"py313-requests",
"py313-packaging",
"sphinx_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cmake-docs-devel",
"py313-socketio",
"cmake-docs",
"xapian-bindings-python313",
"py313-engineio",
"notmuch",
"mpd",
"py313-openslide",
"ghc",
"py313-numpydoc",
"cabal",
"dcm2niix",
"tortoisehg",
"mame",
"borgbackup"
]
},
{
"type": "lib",
"ports": [
"py313-sphinxcontrib-jquery",
"py313-sphinx-copybutton",
"py313-sphinxcontrib-httpdomain",
"napari",
"py313-breathe",
"py313-repoze.sphinx.autointerface",
"py313-jupyter_sphinx",
"py313-sphinx_rtd_theme",
"py313-sphinx-gallery",
"py313-skyfield"
]
},
{
"type": "run",
"ports": [
"py313-sphinxcontrib-svg2pdfconverter",
"py313-sphinx-autodoc-typehints",
"py313-recommonmark",
"py313-spyder",
"py313-sphinx-jsonschema",
"py313-sphinxnotes-strike",
"py313-sphinx-click"
]
}
]
},
{
"name": "py313-sphinx-autodoc-typehints",
"portdir": "python/py-sphinx-autodoc-typehints",
"version": "3.6.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tox-dev/sphinx-autodoc-typehints",
"description": "Type hints (PEP 484) support for the Sphinx autodoc extension",
"long_description": "This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 651
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-hatchling",
"py313-hatch-vcs",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
],
"depends_on": []
},
{
"name": "py313-sphinx-click",
"portdir": "python/py-sphinx-click",
"version": "6.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sphinx-click.readthedocs.io/en/latest/",
"description": "A Sphinx plugin to automatically document click-based applications",
"long_description": "sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 159
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-click",
"py313-docutils",
"py313-sphinx"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sphinx-click"
]
}
]
},
{
"name": "py313-sphinxcontrib-applehelp",
"portdir": "python/py-sphinxcontrib-applehelp",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sphinx-doc.org/",
"description": "sphinx extension which outputs Apple help books",
"long_description": "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dcm2niix",
"cmake-docs",
"notmuch",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-applehelp"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
]
},
{
"name": "py313-sphinxcontrib-blockdiag",
"portdir": "python/py-sphinxcontrib-blockdiag",
"version": "3.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/blockdiag/sphinxcontrib-blockdiag",
"description": "A sphinx extension for embedding block diagrams",
"long_description": "py-sphinxcontrib-blockdiag is A sphinx extension for embedding block diagrams.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-docutils",
"py313-blockdiag"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sphinxcontrib-blockdiag"
]
}
]
},
{
"name": "py313-sphinxcontrib-devhelp",
"portdir": "python/py-sphinxcontrib-devhelp",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sphinx-doc.org/",
"description": "sphinx extension which outputs Devhelp document",
"long_description": "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-docutils"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dcm2niix",
"cmake-docs",
"notmuch",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-devhelp"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
]
},
{
"name": "py313-sphinxcontrib-htmlhelp",
"portdir": "python/py-sphinxcontrib-htmlhelp",
"version": "2.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sphinx-doc.org/",
"description": "a sphinx extension which renders HTML help files",
"long_description": "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-docutils"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dcm2niix",
"cmake-docs",
"notmuch",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-htmlhelp"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
]
},
{
"name": "py313-sphinxcontrib-httpdomain",
"portdir": "python/py-sphinxcontrib-httpdomain",
"version": "1.8.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sphinx-contrib/httpdomain",
"description": "Sphinx domain for documenting HTTP APIs",
"long_description": "Sphinx domain for documenting HTTP APIs",
"active": true,
"categories": [
"devel",
"textproc",
"www",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-six",
"py313-sphinx",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sphinxcontrib-httpdomain"
]
}
]
},
{
"name": "py313-sphinxcontrib-jquery",
"portdir": "python/py-sphinxcontrib-jquery",
"version": "4.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sphinx-contrib/jquery/",
"description": "sphinxcontrib-jquery ensures that jQuery is always installed for use in Sphinx themes or extensions.",
"long_description": "sphinxcontrib-jquery ensures that jQuery is always installed for use in Sphinx themes or extensions.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1212
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-sphinx"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-sphinx_rtd_theme",
"py-sphinxcontrib-jquery"
]
}
]
},
{
"name": "py313-sphinxcontrib-jsmath",
"portdir": "python/py-sphinxcontrib-jsmath",
"version": "1.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sphinx-doc.org/",
"description": "sphinx extension which renders display math in HTML via JavaScript",
"long_description": "sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-docutils"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dcm2niix",
"cmake-docs",
"notmuch",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-jsmath"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
]
},
{
"name": "py313-sphinxcontrib-qthelp",
"portdir": "python/py-sphinxcontrib-qthelp",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sphinx-doc.org/",
"description": "sphinx extension which outputs QtHelp document",
"long_description": "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-docutils"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dcm2niix",
"cmake-docs",
"notmuch",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-qthelp"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
]
},
{
"name": "py313-sphinxcontrib-serializinghtml",
"portdir": "python/py-sphinxcontrib-serializinghtml",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sphinx-doc.org/",
"description": "sphinx extension which outputs serialized HTML files (json and pickle)",
"long_description": "sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized HTML files (json and pickle).",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dcm2niix",
"cmake-docs",
"notmuch",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-serializinghtml"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
]
},
{
"name": "py313-sphinxcontrib-svg2pdfconverter",
"portdir": "python/py-sphinxcontrib-svg2pdfconverter",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sphinx-doc.org/",
"description": "sphinx extension that converts svg graphics files",
"long_description": "py-sphinxcontrib-svg2pdfconverter is a sphinx extension that converts svg graphics files.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"librsvg",
"py313-sphinx"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mame"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-svg2pdfconverter"
]
}
]
},
{
"name": "py313-sphinxcontrib-websupport",
"portdir": "python/py-sphinxcontrib-websupport",
"version": "2.0.0",
"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": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cmake-docs",
"cmake-docs-devel"
]
},
{
"type": "lib",
"ports": [
"py-sphinxcontrib-websupport"
]
}
]
},
{
"name": "py313-sphinx-copybutton",
"portdir": "python/py-sphinx-copybutton",
"version": "0.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sphinx-copybutton.readthedocs.io/en/latest/",
"description": "A Sphinx plugin to add a little “copy” button to your code.",
"long_description": "A Sphinx plugin to add a little “copy” button to your code.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-wheel",
"py313-setuptools",
"py313-installer",
"clang-18"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"py313-black",
"py313-flake8",
"py313-sphinx",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sphinx-copybutton"
]
}
]
},
{
"name": "py313-sphinx-gallery",
"portdir": "python/py-sphinx-gallery",
"version": "0.20.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sphinx-gallery.github.io",
"description": "Extension for automatic generation of an example gallery",
"long_description": "Extension for automatic generation of an example gallery",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"py313-Pillow",
"py313-sphinx",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sphinx-gallery"
]
}
]
},
{
"name": "py313-sphinx-jsonschema",
"portdir": "python/py-sphinx-jsonschema",
"version": "1.19.2",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lnoor/sphinx-jsonschema",
"description": "Sphinx extension to display JSON Schema",
"long_description": "Sphinx extension to display JSON Schema",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"py313-wheel",
"py313-setuptools",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-jsonpointer",
"py313-sphinx"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cabal"
]
},
{
"type": "lib",
"ports": [
"py-sphinx-jsonschema"
]
}
]
},
{
"name": "py313-sphinxnotes-strike",
"portdir": "python/py-sphinxnotes-strike",
"version": "1.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sphinx-notes.github.io/strike",
"description": "Sphinx extension for strikethrough text support",
"long_description": "Sphinx extension for strikethrough text support",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-sphinx"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cabal"
]
},
{
"type": "lib",
"ports": [
"py-sphinxnotes-strike"
]
}
]
},
{
"name": "py313-sphinx_rtd_theme",
"portdir": "python/py-sphinx_rtd_theme",
"version": "3.1.0",
"license": "MIT and BSD",
"platforms": "{darwin any}",
"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": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-docutils",
"py313-sphinx",
"py313-sphinxcontrib-jquery"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cabal",
"mpd",
"borgbackup"
]
},
{
"type": "lib",
"ports": [
"py313-fdsnwsscripts"
]
}
]
},
{
"name": "py313-spiceypy",
"portdir": "python/py-spiceypy",
"version": "6.0.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "SpiceyPy: The NASA JPL NAIF SPICE toolkit wrapper for Python",
"long_description": "SpiceyPy: The NASA JPL NAIF SPICE toolkit wrapper for Python Note: due to cspice, this is only for the x86_64 platform",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-cython",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-numpy",
"cspice"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spiceypy"
]
}
]
},
{
"name": "py313-spint",
"portdir": "python/py-spint",
"version": "1.0.7",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pysal/spint",
"description": "Spatial Interaction Modeling Package (spint)",
"long_description": "The PySAL Spatial Interaction Modeling Package (spint) module seeks to provide a collection of tools to study spatial interaction processes and analyze spatial interaction data.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-wheel",
"py313-setuptools",
"py313-installer",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-spreg",
"py313-spglm",
"py313-libpysal",
"py313-scipy",
"py313-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-pysal",
"py-spint"
]
}
]
},
{
"name": "py313-spktype21",
"portdir": "python/py-spktype21",
"version": "0.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/whiskie14142/spktype21",
"description": "A supporting module for jplephem to handle data type 21",
"long_description": "A supporting module for jplephem to handle data type 21",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1212
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-jplephem",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-skyfield"
]
}
]
},
{
"name": "py313-splot",
"portdir": "python/py-splot",
"version": "1.1.7",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://splot.readthedocs.io/en/latest/",
"description": "Lightweight plotting for geospatial analysis in PySAL (splot)",
"long_description": "splot connects spatial analysis done in PySAL to different popular visualization toolkits like matplotlib. The splot package allows you to create both static plots ready for publication and interactive visualizations for quick iteration and spatial data exploration.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-wheel",
"py313-setuptools",
"py313-installer",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-esda",
"py313-libpysal",
"py313-mapclassify",
"py313-spreg",
"py313-giddy",
"py313-seaborn",
"py313-geopandas",
"py313-matplotlib",
"py313-numpy",
"py313-packaging"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-splot",
"py313-pysal"
]
}
]
},
{
"name": "py313-spopt",
"portdir": "python/py-spopt",
"version": "0.7.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pysal/spopt",
"description": "Spatial Optimization (spopt)",
"long_description": "Spatial Optimization (spopt) is an open-source Python library for solving optimization problems with spatial data. Originating from the region module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed models and methods for regionalization, facility location, and transportation-oriented solutions.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-setuptools_scm",
"py313-wheel",
"py313-setuptools",
"py313-installer",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-geopandas",
"py313-pulp",
"py313-scikit-learn",
"py313-libpysal",
"py313-mapclassify",
"py313-pointpats",
"py313-spaghetti",
"py313-pandas",
"py313-networkx",
"py313-shapely",
"py313-scipy",
"py313-tqdm",
"py313-numpy"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-pytest-xdist",
"py313-coverage",
"py313-pytest-cov",
"py313-matplotlib",
"py313-codecov",
"py313-folium",
"py313-mapclassify"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spopt",
"py313-pysal"
]
}
]
},
{
"name": "py313-spotipy",
"portdir": "python/py-spotipy",
"version": "2.25.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spotipy.readthedocs.io/",
"description": "A light weight Python library for the Spotify Web API",
"long_description": "A light weight Python library for the Spotify Web API",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 651
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-requests",
"py313-urllib3",
"py313-six",
"py313-redis"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spotipy"
]
}
]
},
{
"name": "py313-spreg",
"portdir": "python/py-spreg",
"version": "1.8.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pysal.org/spreg/",
"description": "PySAL Spatial Econometrics Package (spreg)",
"long_description": "PySAL Spatial Econometrics Package (spreg), short for “spatial regression”, is a Python package to estimate simultaneous autoregressive spatial regression models. These models are useful when modeling processes where observations interact with one another.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-numpy",
"py313-scipy",
"py313-pandas",
"py313-scikit-learn",
"py313-libpysal"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-pysal"
]
},
{
"type": "run",
"ports": [
"py313-splot",
"py313-spvcm",
"py313-spglm",
"py313-spint",
"py313-mgwr"
]
}
]
},
{
"name": "py313-spvcm",
"portdir": "python/py-spvcm",
"version": "0.3.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pysal/spvcm",
"description": "Multilevel spatially-correlated variance components models (spvcm)",
"long_description": "The PySAL spvcm is a package to estimate spatially-correlated variance components models/varying intercept models. In addition to a general toolkit to conduct Gibbs sampling in Python, the package also provides an interface to PyMC3 and CODA. For a complete overview, consult the walkthrough.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-wheel",
"py313-setuptools",
"py313-installer",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-spreg",
"py313-libpysal",
"py313-seaborn",
"py313-pandas",
"py313-scipy",
"py313-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spvcm",
"py313-pysal"
]
}
]
},
{
"name": "py313-spyder",
"portdir": "python/py-spyder",
"version": "6.1.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 20111202,
"replaced_by": null,
"homepage": "https://www.spyder-ide.org/",
"description": "Spyder is the Scientific PYthon Development EnviRonment",
"long_description": "Spyder is the Scientific PYthon Development EnviRonment. Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [
"small",
"docs",
"pil"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-installer",
"py313-setuptools",
"pkgconfig",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"python313"
]
},
{
"type": "run",
"ports": [
"py313-pygments",
"py313-ipython",
"py313-pickleshare",
"py313-psutil",
"py313-cython",
"py313-numpy",
"py313-importlib-metadata",
"py313-sphinx",
"py313-rtree",
"py313-scipy",
"py313-pyqt5",
"py313-chardet",
"py313-matplotlib",
"py313-applaunchservices",
"py313-diff-match-patch",
"py313-yarl",
"py313-aiohttp",
"py313-intervaltree",
"py313-pandas",
"py313-cloudpickle",
"py313-pylint",
"py313-qtpy",
"py313-superqt",
"py313-keyring",
"py313-zmq",
"py313-jsonschema",
"py313-nbconvert",
"py313-qtconsole",
"py313-bcrypt",
"py313-python-lsp-server",
"py313-pyqt5-webengine",
"py313-asyncssh",
"py313-pyls-spyder",
"py313-pylint-venv",
"py313-python-lsp-black",
"py313-pyuca",
"py313-qtawesome",
"py313-textdistance",
"py313-three-merge",
"py313-numpydoc",
"py313-cookiecutter",
"py313-jellyfish",
"py313-pygithub",
"py313-qdarkstyle",
"py313-qstylizer",
"py313-spyder-kernels",
"py313-ipython-pygments-lexers",
"py313-python-lsp-ruff",
"py313-watchdog",
"spyder_select",
"py313-setuptools",
"py313-atomicwrites",
"py313-sympy",
"py313-jedi",
"py313-parso",
"py313-pexpect"
]
}
],
"depends_on": []
},
{
"name": "py313-spyder-kernels",
"portdir": "python/py-spyder-kernels",
"version": "3.1.2",
"license": "MIT",
"platforms": "{darwin any}",
"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": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"py313-jupyter_client",
"python313",
"py313-ipykernel",
"py313-ipython",
"py313-cloudpickle",
"py313-wurlitzer",
"py313-zmq"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py313-spyder"
]
}
]
},
{
"name": "py313-sqlalchemy",
"portdir": "python/py-sqlalchemy",
"version": "2.0.45",
"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": 2871
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-cython",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"py313-typing_extensions",
"py313-greenlet",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-obspy",
"py313-sunpy",
"py313-agate-sql",
"py-sqlalchemy",
"py313-sqlalchemy-utils",
"py313-flask-sqlalchemy",
"py313-alembic",
"py313-larixite",
"py313-csvkit"
]
},
{
"type": "run",
"ports": [
"py313-xraylarch",
"py313-xraydb"
]
},
{
"type": "test",
"ports": [
"py313-mssql"
]
}
]
},
{
"name": "py313-sqlalchemy-utils",
"portdir": "python/py-sqlalchemy-utils",
"version": "0.42.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kvesteri/sqlalchemy-utils",
"description": "Various utility functions for SQLAlchemy.",
"long_description": "Various utility functions for SQLAlchemy.",
"active": true,
"categories": [
"devel",
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-sqlalchemy",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sqlalchemy-utils"
]
},
{
"type": "run",
"ports": [
"py313-xraylarch"
]
}
]
},
{
"name": "py313-sqlglot",
"portdir": "python/py-sqlglot",
"version": "26.19.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sqlglot.com/",
"description": "An easily customizable SQL parser and transpiler",
"long_description": "An easily customizable SQL parser and transpiler",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"clang-18",
"py313-build",
"py313-setuptools_scm",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mycli",
"py-sqlglot"
]
}
]
},
{
"name": "py313-sqlparse",
"portdir": "python/py-sqlparse",
"version": "0.5.3",
"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": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mycli",
"py313-pgspecial",
"litecli",
"pgcli",
"py313-django",
"py313-django-debug-toolbar",
"py-sqlparse"
]
}
]
},
{
"name": "py313-srsly",
"portdir": "python/py-srsly",
"version": "2.4.8",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/explosion/srsly",
"description": "Modern high-performance serialization utilities for Python",
"long_description": "Modern high-performance serialization utilities for Python",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 220
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-cython-compat",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-numpy",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-confection"
]
}
]
},
{
"name": "py313-sshtunnel",
"portdir": "python/py-sshtunnel",
"version": "0.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pahaz/sshtunnel",
"description": "Pure python SSH tunnels",
"long_description": "Pure python SSH tunnels",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-paramiko",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-maggma",
"py-sshtunnel"
]
}
]
},
{
"name": "py313-sslcrypto",
"portdir": "python/py-sslcrypto",
"version": "5.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/purplesyringa/sslcrypto/",
"description": "Fast and simple library for AES, ECIES and ECDSA for Python",
"long_description": "Fast and simple library for AES, ECIES and ECDSA for Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-pyaes",
"py313-base58",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sslcrypto"
]
}
]
},
{
"name": "py313-stack_data",
"portdir": "python/py-stack_data",
"version": "0.6.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alexmojaki/stack_data",
"description": "Library that extracts data from stack frames and tracebacks.",
"long_description": "Library that extracts data from stack frames and tracebacks.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2871
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-asttokens",
"py313-executing",
"py313-pure_eval",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-stack_data",
"py313-ipython"
]
}
]
},
{
"name": "py313-stagger",
"portdir": "python/py-stagger",
"version": "1.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/staggerpkg/stagger",
"description": "ID3v1/ID3v2 tag manipulation package in pure Python 3",
"long_description": "The ID3v2 tag format is notorious for its useless specification documents and its quirky, mutually incompatible part-implementations. Stagger is to provide a robust tagging package that is able to handle all the various badly formatted tags out there and allow you to convert them to a consensus format.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"clang-18",
"py313-build",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-stagger"
]
}
]
},
{
"name": "py313-standard-aifc",
"portdir": "python/py-standard-aifc",
"version": "3.13.0",
"license": "PSF-2.0",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/youknowone/python-deadlib",
"description": "Standard library aifc redistribution. \"dead battery\".",
"long_description": "Standard library aifc redistribution. \"dead battery\".",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py313-audioop_lts",
"py313-standard-chunk",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-standard-aifc"
]
},
{
"type": "run",
"ports": [
"py313-librosa"
]
}
]
},
{
"name": "py313-standard-chunk",
"portdir": "python/py-standard-chunk",
"version": "3.13.0",
"license": "PSF-2.0",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/youknowone/python-deadlib",
"description": "Standard library chunk redistribution. \"dead battery\".",
"long_description": "Standard library chunk redistribution. \"dead battery\".",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-standard-chunk",
"py313-standard-aifc"
]
}
]
},
{
"name": "py313-standard-distutils",
"portdir": "python/py-standard-distutils",
"version": "3.11.9",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/youknowone/python-deadlib",
"description": "Standard library distutils redistribution",
"long_description": "Standard library distutils redistribution",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-mssql"
]
},
{
"type": "lib",
"ports": [
"py-standard-distutils"
]
}
]
},
{
"name": "py313-standard-sunau",
"portdir": "python/py-standard-sunau",
"version": "3.13.0",
"license": "PSF-2.0",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/youknowone/python-deadlib",
"description": "Standard library sunau redistribution. \"dead battery\".",
"long_description": "Standard library sunau redistribution. \"dead battery\".",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-standard-sunau"
]
},
{
"type": "run",
"ports": [
"py313-librosa"
]
}
]
},
{
"name": "py313-starlette",
"portdir": "python/py-starlette",
"version": "0.41.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/encode/starlette",
"description": "The little ASGI library that shines.",
"long_description": "Starlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-anyio"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py313-fastapi"
]
}
]
},
{
"name": "py313-statsmodels",
"portdir": "python/py-statsmodels",
"version": "0.14.6",
"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": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2871
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-cython",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py313-packaging",
"py313-numpy",
"py313-scipy",
"py313-pandas",
"py313-patsy",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-numdifftools",
"py-statsmodels"
]
},
{
"type": "run",
"ports": [
"py313-tobler",
"qgis3",
"qgis3-ltr",
"py313-pmdarima"
]
}
]
},
{
"name": "py313-stem",
"portdir": "python/py-stem",
"version": "1.8.3",
"license": "LGPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://stem.torproject.org",
"description": "Stem is a Python controller library for Tor.",
"long_description": "Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process, or build things such as Nyx.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1212
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"py313-pyflakes",
"stem_select",
"py313-tox",
"python313",
"py313-mock",
"py313-cryptography",
"py313-codestyle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-stem",
"py313-torrequest"
]
}
]
},
{
"name": "py313-stevedore",
"portdir": "python/py-stevedore",
"version": "5.6.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"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": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"clang-18",
"py313-build",
"py313-pbr",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py313-keystoneclient",
"py313-cliff",
"py313-dogpile-cache",
"py313-cinderclient",
"py313-keystoneauth1",
"py313-novaclient",
"py313-openstackclient",
"py313-osc-lib",
"py313-oslo-config"
]
}
]
},
{
"name": "py313-stone",
"portdir": "python/py-stone",
"version": "3.3.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dropbox/stone",
"description": "The Official Api Spec Language for Dropbox",
"long_description": "The Official Api Spec Language for Dropbox",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-packaging",
"py313-six",
"py313-jinja2",
"py313-ply"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-dropbox"
]
}
]
},
{
"name": "py313-storm",
"portdir": "python/py-storm",
"version": "1.0",
"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": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-six",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-storm"
]
}
]
}
]
}