HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50854,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=425",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=423",
"results": [
{
"name": "py313-textual",
"portdir": "python/py-textual",
"version": "7.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/willmcgugan/textual",
"description": "Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.",
"long_description": "Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. Textual uses Rich to render rich text, so anything that Rich can render may be used in Textual. Event handling in Textual is asynchronous (using async and await keywords). Widgets (UI components) can independently update and communicate with each other via message passing. Textual has more in common with modern web development than it does with curses; layout is done with CSS grid and (soon) the theme may be customized with CSS. Other techniques are borrowed from JS frameworks such as Vue and React.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1027
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-poetry-core"
]
},
{
"type": "lib",
"ports": [
"py313-markdown-it-py",
"python313",
"py313-rich",
"py313-typing_extensions",
"py313-platformdirs",
"py313-mdit-py-plugins"
]
}
],
"depends_on": []
},
{
"name": "py313-texttable",
"portdir": "python/py-texttable",
"version": "1.7.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/foutaise/texttable/",
"description": "python module for creating simple ASCII tables",
"long_description": "python module for creating simple ASCII tables",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-igraph",
"py-texttable",
"py313-py7zr"
]
}
]
},
{
"name": "py313-textdistance",
"portdir": "python/py-textdistance",
"version": "4.6.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/life4/textdistance",
"description": "Compute distance between the two texts.",
"long_description": "Compute distance between the two texts.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-textdistance"
]
},
{
"type": "run",
"ports": [
"py313-spyder"
]
}
]
},
{
"name": "py313-testtools",
"portdir": "python/py-testtools",
"version": "2.8.0",
"license": "MIT and PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/testing-cabal/testtools",
"description": "Extensions to the Python standard library unit testing framework",
"long_description": "testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from many years of experience with unit testing in Python and come from many different sources. testtools also ports recent unittest changes all the way back to Python 2.4.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling",
"py313-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-testtools"
]
},
{
"type": "test",
"ports": [
"py313-fixtures"
]
}
]
},
{
"name": "py313-testpath",
"portdir": "python/py-testpath",
"version": "0.6.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter/testpath",
"description": "Test utilities for code working with files and commands.",
"long_description": "Test utilities for code working with files and commands.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-testpath"
]
},
{
"type": "test",
"ports": [
"py313-pyproject_hooks"
]
}
]
},
{
"name": "py313-testfixtures",
"portdir": "python/py-testfixtures",
"version": "10.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/testfixtures/",
"description": "A collection of helpers and mock objects for tests",
"long_description": "A collection of helpers and mock objects for tests",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-service_identity",
"py313-sybil",
"py313-zope-component",
"py313-twisted"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py313-openid"
]
}
]
},
{
"name": "py313-termtables",
"portdir": "python/py-termtables",
"version": "0.2.4",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nschloe/termtables",
"description": "Pretty tables in the terminal",
"long_description": "Pretty tables in the terminal",
"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": "lib",
"ports": [
"beets-describe",
"py-termtables"
]
}
]
},
{
"name": "py313-termplotlib",
"portdir": "python/py-termplotlib",
"version": "0.3.9",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nschloe/termplotlib",
"description": "Python plotting for the command line",
"long_description": "Python plotting for the command line",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-toml",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-numpy",
"gnuplot"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"beets-describe",
"py-termplotlib"
]
}
]
},
{
"name": "py313-terminado",
"portdir": "python/py-terminado",
"version": "0.18.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter/terminado",
"description": "A Tornado websocket backend for the Xterm.js Javascript terminal emulator library",
"long_description": "A Tornado websocket backend for the Xterm.js Javascript terminal emulator library",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"py313-ptyprocess",
"py313-tornado",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-jupyter_server",
"py313-jupyter_server_terminals"
]
}
]
},
{
"name": "py313-termcolor",
"portdir": "python/py-termcolor",
"version": "3.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/termcolor/termcolor",
"description": "ANSII Color formatting for output in terminal.",
"long_description": "termcolor is a Python module to format colored output in terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling",
"py313-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-pytest-sugar"
]
},
{
"type": "run",
"ports": [
"py313-xraylarch",
"py313-fire",
"py313-pytest-shutil",
"py313-yaspin"
]
}
]
},
{
"name": "py313-term-background",
"portdir": "python/py-term-background",
"version": "1.0.5",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "Determine if shell has a light or dark background",
"long_description": "Determine if shell has a light or dark background",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2016
}
],
"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-term-background",
"py313-pyficache"
]
},
{
"type": "run",
"ports": [
"py313-trepan3k"
]
}
]
},
{
"name": "py313-tenacity",
"portdir": "python/py-tenacity",
"version": "9.1.4",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jd/tenacity",
"description": "Retry code until it succeeds",
"long_description": "Retry code until it succeeds",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-tornado",
"py313-typeguard"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-plotly"
]
}
]
},
{
"name": "py313-tempora",
"portdir": "python/py-tempora",
"version": "5.8.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/tempora",
"description": "Objects and routines pertaining to date and time (tempora)",
"long_description": "Objects and routines pertaining to date and time (tempora)",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm",
"py313-coherent.licensed",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-setuptools",
"py313-six",
"py313-toml",
"py313-jaraco.functools"
]
},
{
"type": "test",
"ports": [
"py313-py",
"py313-pytest",
"py313-freezegun"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-tempora"
]
}
]
},
{
"name": "py313-telethon",
"portdir": "python/py-telethon",
"version": "1.42.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/LonamiWebs/Telethon",
"description": "Full-featured Telegram client library.",
"long_description": "Telethon is an asyncio Python 3 MTProto library to interact with Telegram's API as a user or through a bot account (bot API alternative).",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-markdown-it-py",
"py313-rsa",
"py313-pyaes",
"py313-cryptg"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-telethon"
]
}
]
},
{
"name": "py313-tcolorpy",
"portdir": "python/py-tcolorpy",
"version": "0.1.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/thombashi/tcolorpy",
"description": "A Python library to apply true color for terminal text.",
"long_description": "A Python library to apply true color for terminal text.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-tcolorpy"
]
},
{
"type": "test",
"ports": [
"py313-pathvalidate"
]
}
]
},
{
"name": "py313-tblib",
"portdir": "python/py-tblib",
"version": "3.2.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ionelmc/python-tblib",
"description": "Traceback serialization library.",
"long_description": "Traceback serialization library.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-tblib"
]
}
]
},
{
"name": "py313-tatsu",
"portdir": "python/py-tatsu",
"version": "5.15.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/neogeny/tatsu",
"description": "Tool that takes grammars in a variation of EBNF as input, and outputs memoizing PEG parsers in Python.",
"long_description": "Tool that takes grammars in a variation of EBNF as input, and outputs memoizing PEG parsers in Python.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": []
},
{
"name": "py313-tabulate",
"portdir": "python/py-tabulate",
"version": "0.9.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astanin/python-tabulate",
"description": "Pretty-print tabular data",
"long_description": "Pretty-print tabular data",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-toml",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-cli-helpers",
"py313-networkit",
"py313-asv",
"py-tabulate"
]
},
{
"type": "run",
"ports": [
"py313-pymatgen",
"py313-xraylarch"
]
},
{
"type": "test",
"ports": [
"py313-onnx"
]
}
]
},
{
"name": "py313-tables",
"portdir": "python/py-tables",
"version": "3.10.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.pytables.org/",
"description": "Package for managing hierarchical datasets",
"long_description": "PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"gfortran",
"mpich",
"openmpi",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-cython"
]
},
{
"type": "lib",
"ports": [
"py313-numpy",
"blosc",
"py313-numexpr",
"py313-blosc2",
"bzip2",
"lzo2",
"zlib",
"hdf5",
"python313",
"py313-cpuinfo"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-usadel1"
]
}
]
},
{
"name": "py313-sympy",
"portdir": "python/py-sympy",
"version": "1.14.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sympy.org/",
"description": "Python module for symbolic mathematics.",
"long_description": "SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2880
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-mpmath",
"python313"
]
},
{
"type": "run",
"ports": [
"py-sympy_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"octave-symbolic",
"cadabra2",
"py313-quantecon",
"py313-pytorch"
]
},
{
"type": "run",
"ports": [
"py313-pymatgen",
"py313-spyder",
"py313-cfn-lint"
]
},
{
"type": "test",
"ports": [
"py313-ndindex",
"py313-nbval"
]
}
]
},
{
"name": "py313-sybil",
"portdir": "python/py-sybil",
"version": "9.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/simplistix/sybil",
"description": "Automated testing for the examples in your documentation.",
"long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sybil"
]
},
{
"type": "test",
"ports": [
"py313-testfixtures",
"py313-flufl.i18n",
"py313-flufl.lock"
]
}
]
},
{
"name": "py313-svglib",
"portdir": "python/py-svglib",
"version": "1.6.0",
"license": "LGPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/deeplook/svglib",
"description": "A pure-Python library for reading and converting SVG",
"long_description": "A pure-Python library for reading and converting SVG",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1298
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"py313-cssselect2",
"python313",
"py313-rlpycairo",
"py313-lxml",
"py313-reportlab",
"py313-tinycss2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-svglib"
]
}
]
},
{
"name": "py313-svgelements",
"portdir": "python/py-svgelements",
"version": "1.9.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/meerk40t/svgelements",
"description": "SVG Parsing for Elements, Paths, and other SVG Objects.",
"long_description": "svgelements does high fidelity SVG parsing and geometric rendering. The goal is to successfully and correctly process SVG for use with any scripts that may need or want to use SVG files as geometric data.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "",
"github": "abey79",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-numpy",
"py313-Pillow",
"py313-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-svgelements"
]
}
]
},
{
"name": "py313-survey",
"portdir": "python/py-survey",
"version": "5.4.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Exahilosys/survey",
"description": "Simple library for creating beautiful interactive prompts",
"long_description": "Simple library for creating beautiful interactive prompts",
"active": true,
"categories": [
"sysutils",
"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": []
},
{
"name": "py313-supervisor",
"portdir": "python/py-supervisor",
"version": "4.3.0",
"license": "BSD and ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.supervisord.org/",
"description": "Process manager for UNIX-like OSs",
"long_description": "The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems",
"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-supervisor"
]
}
]
},
{
"name": "py313-superqt",
"portdir": "python/py-superqt",
"version": "0.7.8",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyapp-kit/superqt",
"description": "\"missing\" widgets and components for PyQt/PySide",
"long_description": "\"missing\" widgets and components for PyQt/PySide This repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide that are not provided in the native QtWidgets module.",
"active": true,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1298
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-hatch-vcs",
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-typing_extensions",
"py313-pygments",
"py313-pyqt5",
"py313-qtpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-magicgui",
"napari"
]
},
{
"type": "run",
"ports": [
"py313-spyder"
]
}
]
},
{
"name": "py313-sunpy",
"portdir": "python/py-sunpy",
"version": "7.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sunpy.org",
"description": "SunPy is an open-source Python library for Solar Physics data analysis and visualization.",
"long_description": "SunPy is an open-source Python library for Solar Physics data analysis and visualization.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1298
}
],
"variants": [
"database",
"image",
"map",
"net",
"timeseries",
"visualization",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm",
"py313-extension-helpers"
]
},
{
"type": "lib",
"ports": [
"py313-contourpy",
"py313-parfive",
"py313-beautifulsoup4",
"py313-scikit-image",
"python313",
"py313-astropy",
"py313-zeep",
"py313-h5netcdf",
"py313-reproject",
"py313-drms",
"py313-packaging",
"py313-numpy",
"py313-fsspec",
"py313-dateutil",
"py313-tqdm",
"py313-sqlalchemy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sunpy"
]
}
]
},
{
"name": "py313-subprocess-tee",
"portdir": "python/py-subprocess-tee",
"version": "0.4.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pycontribs/subprocess-tee",
"description": "A subprocess.run that works like tee",
"long_description": "This package provides a drop-in alternative to subprocess.run that captures the output while still printing it in real-time, just the way tee does.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"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": [
"py-subprocess-tee"
]
},
{
"type": "run",
"ports": [
"py313-ansible-compat"
]
}
]
},
{
"name": "py313-structlog",
"portdir": "python/py-structlog",
"version": "25.5.0",
"license": "(MIT or Apache-2)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.structlog.org/",
"description": "Structured Logging for Python",
"long_description": "Structured Logging for Python",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-hatch-fancy-pypi-readme",
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling",
"py313-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-pytest-asyncio",
"py313-pretend",
"py313-freezegun",
"py313-simplejson"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-structlog"
]
}
]
},
{
"name": "py313-strpdatetime",
"portdir": "python/py-strpdatetime",
"version": "0.4.1",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/RhetTbull/strpdatetime",
"description": "Parse strings into Python datetime objects, extends Python's datetime.strptime() with additional features.",
"long_description": "Parse strings into Python datetime objects, extends Python's datetime.strptime() with additional features.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "rturnbull",
"github": "RhetTbull",
"ports_count": 39
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-textx"
]
}
],
"depends_on": []
},
{
"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"
]
}
]
},
{
"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-stevedore",
"portdir": "python/py-stevedore",
"version": "5.7.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-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": 1298
}
],
"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-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": 2880
}
],
"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",
"py313-pmdarima"
]
}
]
},
{
"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-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-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-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-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-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-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": 2880
}
],
"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": [
"py313-ipython"
]
}
]
},
{
"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-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-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-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-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-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-sqlalchemy",
"portdir": "python/py-sqlalchemy",
"version": "2.0.47",
"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": 2880
}
],
"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-sqlalchemy-utils",
"py313-flask-sqlalchemy",
"py313-alembic",
"py313-csvkit",
"py313-sunpy",
"py313-agate-sql",
"py313-larixite"
]
},
{
"type": "run",
"ports": [
"py313-xraydb",
"py313-xraylarch"
]
},
{
"type": "test",
"ports": [
"py313-mssql"
]
}
]
},
{
"name": "py313-spyder-kernels",
"portdir": "python/py-spyder-kernels",
"version": "3.1.3",
"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": 2016
}
],
"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"
]
}
]
}
]
}