HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49813,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=936",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=934",
"results": [
{
"name": "py313-jwt",
"portdir": "python/py-jwt",
"version": "2.10.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jpadilla/pyjwt",
"description": "JSON Web Token implementation in Python",
"long_description": "JSON Web Token implementation in Python",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 594
}
],
"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": [
"py313-oauthlib",
"py-jwt",
"py313-twilio"
]
},
{
"type": "run",
"ports": [
"py313-pygithub",
"py313-django-allauth"
]
}
]
},
{
"name": "py313-oauthlib",
"portdir": "python/py-oauthlib",
"version": "3.2.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/oauthlib/oauthlib",
"description": "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",
"long_description": "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",
"active": true,
"categories": [
"net",
"security",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 594
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-blinker",
"py313-cryptography",
"py313-jwt"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-oauthlib",
"py313-requests-oauthlib",
"py313-discogs-client"
]
}
]
},
{
"name": "py313-pbr",
"portdir": "python/py-pbr",
"version": "7.0.3",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.openstack.org/pbr/latest/",
"description": "Python Build Reasonableness",
"long_description": "A library for managing setuptools packaging needs in a consistent manner. pbr reads and then filters the setup.cfg data through a setup hook to fill in default values and provide more sensible behaviors, and then feeds the results in as the arguments to a call to setup.py - so the heavy lifting of handling python packaging needs is still being done by setuptools.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1966
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-setuptools",
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-munch",
"py313-debtcollector",
"py313-keystoneauth1",
"py313-keystoneclient",
"py313-os-service-types",
"py313-oslo-i18n",
"py313-oslo-utils",
"py313-oslo-serialization",
"py313-cliff",
"py313-requestsexceptions",
"py313-osc-lib",
"py313-oslo-config",
"py313-cinderclient",
"bandit",
"py313-requests-mock",
"py313-stevedore",
"py313-qstylizer",
"py313-novaclient",
"py313-openstackclient",
"py313-openstacksdk"
]
},
{
"type": "lib",
"ports": [
"py313-sarif-om",
"py313-jschema_to_python",
"py-pbr"
]
}
]
},
{
"name": "py313-requests-oauthlib",
"portdir": "python/py-requests-oauthlib",
"version": "2.0.0",
"license": "ISC",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/requests/requests-oauthlib",
"description": "OAuth for Humans",
"long_description": "OAuth for Humans: an easy-to-use Python interface for building OAuth1 and OAuth2 clients.",
"active": true,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-requests",
"py313-oauthlib"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-mock",
"py313-requests-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-requests-oauthlib",
"beets",
"beets-devel"
]
},
{
"type": "run",
"ports": [
"py313-django-allauth"
]
}
]
},
{
"name": "py313-requests-mock",
"portdir": "python/py-requests-mock",
"version": "1.12.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://requests-mock.readthedocs.io/",
"description": "Mock out responses from the requests package",
"long_description": "requests-mock provides a building block to stub out the HTTP requests portions of your testing code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 594
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-pbr",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-requests",
"py313-six",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-requests-mock"
]
},
{
"type": "test",
"ports": [
"py313-upt-cpan",
"py313-upt-macports",
"py313-upt-rubygems",
"py313-requests-oauthlib",
"py313-soco"
]
}
]
},
{
"name": "timg",
"portdir": "graphics/timg",
"version": "1.6.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://timg.sh/",
"description": "Terminal Image and Video Viewer",
"long_description": "A user-friendly terminal image viewer that uses graphic capabilities of terminals (Sixel, Kitty or iterm2), or 24-Bit color capabilities and unicode character blocks if these are not available.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "urkle",
"github": "urkle",
"ports_count": 1
}
],
"variants": [
"debug",
"librsvg",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libjpeg-turbo",
"librsvg",
"openslide",
"GraphicsMagick",
"webp",
"libdeflate",
"ffmpeg7",
"poppler",
"cairo",
"libexif"
]
}
],
"depends_on": []
},
{
"name": "R-htm2txt",
"portdir": "R/R-htm2txt",
"version": "2.2.2",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/replicable/htm2txt",
"description": "Convert HTML into text",
"long_description": "Convert a HTML document to plain text by stripping off all HTML tags.",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-Hmisc"
]
}
]
},
{
"name": "R-pagedown",
"portdir": "R/R-pagedown",
"version": "0.21",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=pagedown",
"description": "Paginate the HTML output of R markdown with CSS for print",
"long_description": "Paginate the HTML output of R markdown with CSS for print",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-later",
"R-xfun",
"R-htmltools",
"R-processx",
"R-rmarkdown",
"R-servr",
"R-bookdown",
"R-websocket",
"R-CRAN-recommended",
"R-httpuv",
"R-jsonlite"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-promises",
"R-xml2",
"R-covr",
"R-testit",
"R-pdftools"
]
}
],
"depends_on": []
},
{
"name": "py313-tomlkit",
"portdir": "python/py-tomlkit",
"version": "0.13.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-poetry/tomlkit",
"description": "Style preserving TOML library",
"long_description": "Style preserving TOML library",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 141
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 615
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-poetry-core",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-yaml"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"hatch",
"py-tomlkit",
"toot",
"py313-uv-dynamic-versioning",
"py313-jupyter_packaging",
"py313-pylint",
"poetry"
]
}
]
},
{
"name": "schismtracker",
"portdir": "audio/schismtracker",
"version": "20241021",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://schismtracker.org",
"description": "Oldschool sample-based music composition tool",
"long_description": "Schism Tracker is a free and open-source reimplementation of Impulse Tracker, a program used to create high-quality music without the requirements of specialized, expensive equipment.",
"active": true,
"categories": [
"audio"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libsdl2",
"desktop-file-utils",
"libutf8proc",
"flac"
]
}
],
"depends_on": []
},
{
"name": "py313-crashtest",
"portdir": "python/py-crashtest",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/crashtest",
"description": "Manage Python errors with ease",
"long_description": "Crashtest is a Python library that makes exceptions handling and inspection easier.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 149
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-cleo",
"py-crashtest",
"py313-clikit"
]
}
]
},
{
"name": "R-autometric",
"portdir": "R/R-autometric",
"version": "0.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wlandau.github.io/autometric",
"description": "Background resource logging",
"long_description": "Background resource logging",
"active": true,
"categories": [
"sysutils",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ps",
"R-tinytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-crew"
]
},
{
"type": "test",
"ports": [
"R-targets"
]
}
]
},
{
"name": "R-hfr",
"portdir": "R/R-hfr",
"version": "0.7.1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://hfr.residualmetrics.com",
"description": "Estimate hierarchical feature regression models",
"long_description": "Estimate hierarchical feature regression models",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-corpcor",
"R-dendextend",
"R-CRAN-recommended",
"R-RColorBrewer",
"R-quadprog"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-tidyfit"
]
}
]
},
{
"name": "R-monad",
"portdir": "R/R-monad",
"version": "0.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mikmart.github.io/monad",
"description": "Operators and generics for monads",
"long_description": "Operators and generics for monads",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-S7",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-purrr",
"R-testthat",
"R-roxygen2",
"R-maybe"
]
}
],
"depends_on": []
},
{
"name": "py313-click",
"portdir": "python/py-click",
"version": "8.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pallets/click",
"description": "A simple wrapper around optparse for powerful command line utilities.",
"long_description": "A simple wrapper around optparse for powerful command line utilities.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mycli",
"proselint",
"py313-pgspecial",
"py313-uvicorn",
"litecli",
"pgcli",
"hatch",
"osxphotos",
"py313-click-plugins",
"py313-cligj",
"py313-uncompyle6",
"magic-wormhole",
"py313-cookiecutter",
"py313-dask",
"py313-xdis",
"py313-black",
"py313-osxmetadata",
"py313-hanko",
"py-click",
"py313-httpx",
"py313-nltk",
"napari",
"py313-flask",
"py313-incremental",
"py313-python-dotenv",
"py313-textx",
"py313-fiona",
"toot",
"py313-tmuxp",
"py313-pytorch",
"py313-snuggs",
"py313-spark_parser"
]
},
{
"type": "run",
"ports": [
"py313-rasterstats",
"py313-sacremoses",
"pyinfra",
"py313-sphinx-click",
"yubikey-manager",
"py313-userpath",
"py313-typer",
"py313-rasterio"
]
}
]
},
{
"name": "py313-msgpack",
"portdir": "python/py-msgpack",
"version": "1.1.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://msgpack.org/",
"description": "MessagePack (de)serializer for Python.",
"long_description": "MessagePack (de)serializer for Python.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"clang-18",
"py313-build",
"py313-cython",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-blosc2",
"py313-maggma",
"py313-mp-api",
"py313-mmtf-python",
"py-msgpack",
"py313-cachecontrol",
"py313-mitmproxy",
"py313-neovim"
]
},
{
"type": "run",
"ports": [
"py313-oslo-serialization",
"py313-autobahn",
"borgbackup",
"py313-librosa"
]
}
]
},
{
"name": "py313-rapidfuzz",
"portdir": "python/py-rapidfuzz",
"version": "3.14.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/maxbachmann/RapidFuzz",
"description": "A fast string matching library for Python.",
"long_description": "A fast string matching library for Python.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"ninja",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-scikit-build-core",
"py313-cython"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"chemex",
"py313-cleo",
"py-rapidfuzz"
]
},
{
"type": "run",
"ports": [
"py313-levenshtein"
]
}
]
},
{
"name": "py313-libvirt",
"portdir": "python/py-libvirt",
"version": "11.8.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libvirt.org",
"description": "The libvirt virtualization API python binding",
"long_description": "The libvirt virtualization API python binding provides a module that permits applications written in the Python programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux and other OSes.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-installer",
"py313-setuptools",
"pkgconfig",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"libvirt"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"virt-manager",
"py-libvirt"
]
}
]
},
{
"name": "py313-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.12.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-aiobotocore",
"py-aioitertools",
"py313-maggma"
]
}
]
},
{
"name": "py313-anyio",
"portdir": "python/py-anyio",
"version": "4.11.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/agronholm/anyio",
"description": "AnyIO is a asynchronous compatibility API",
"long_description": "AnyIO is a asynchronous compatibility API",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"py313-idna",
"py313-sniffio",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-starlette",
"py313-jupyter_server",
"py313-cloudflare",
"py-anyio",
"py313-httpcore"
]
},
{
"type": "run",
"ports": [
"py313-python-socks"
]
}
]
},
{
"name": "py312-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-17",
"py312-build",
"py312-installer",
"py312-hatchling"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-anyio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-starlette"
]
},
{
"type": "run",
"ports": [
"py312-fastapi"
]
}
]
},
{
"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-17",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-anyio"
]
}
],
"depends_on": []
},
{
"name": "py313-zipp",
"portdir": "python/py-zipp",
"version": "3.23.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/zipp",
"description": "A pathlib-compatible Zipfile object wrapper.",
"long_description": "A pathlib-compatible Zipfile object wrapper.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-coherent.licensed",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cabal"
]
},
{
"type": "lib",
"ports": [
"py313-importlib-metadata",
"py-zipp"
]
}
]
},
{
"name": "py313-userpath",
"portdir": "python/py-userpath",
"version": "1.9.2",
"license": "(MIT or Apache-2)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ofek/userpath",
"description": "A tool and library for adding locations to user PATH",
"long_description": "A tool and library for adding locations to user PATH",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-click"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"hatch",
"py-userpath",
"pipx"
]
}
]
},
{
"name": "py313-meson",
"portdir": "python/py-meson",
"version": "1.9.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mesonbuild.com",
"description": "Meson - A high productivity build system",
"long_description": "Meson is a build system designed to optimize programmer productivity. It aims to do this by providing simple, out-of-the-box support for modern software development tools and practices, such as unit tests, coverage reports, Valgrind, CCache and the like. It is both extremely fast, and, even more importantly, as user friendly as possible.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "git",
"github": "SoapZA",
"ports_count": 23
},
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1966
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"ninja",
"py313-setuptools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"qemu"
]
},
{
"type": "lib",
"ports": [
"meson",
"py-meson",
"py313-meson-python"
]
}
]
},
{
"name": "py313-meson-python",
"portdir": "python/py-meson-python",
"version": "0.18.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mesonbuild/meson-python",
"description": "Meson Python build backend (PEP 517)",
"long_description": "Meson Python build backend (PEP 517)",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1966
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"py313-setuptools",
"py313-meson",
"py313-pyproject_metadata",
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-pyFAI",
"py313-scikit-umfpack",
"py313-contourpy",
"py313-usadel1",
"py313-scipy",
"py313-fabio",
"py313-pandas",
"py313-matplotlib",
"py313-gsl",
"py313-cairo",
"py313-numpy",
"py313-gobject3",
"py313-scikit-learn",
"py313-pywavelets",
"py313-scikit-image"
]
},
{
"type": "lib",
"ports": [
"py-meson-python"
]
}
]
},
{
"name": "py313-numpy",
"portdir": "python/py-numpy",
"version": "2.3.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://numpy.org",
"description": "The core utilities for the scientific library scipy for Python",
"long_description": "The core utilities for the scientific library scipy for Python",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 462
},
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1966
}
],
"variants": [
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"gfortran",
"accelerate",
"openblas",
"flexiblas",
"blis",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-meson-python",
"clang-20",
"gcc15",
"pkgconfig",
"py313-build",
"py313-installer",
"py313-cython"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"python313"
]
},
{
"type": "run",
"ports": [
"py313-oldest-supported-numpy"
]
},
{
"type": "test",
"ports": [
"py313-tz",
"py313-charset-normalizer",
"py313-hypothesis",
"py313-pytest",
"py313-typing_extensions",
"py313-mypy",
"py313-cffi",
"py313-cython"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-reproject",
"py313-rsgislib"
]
},
{
"type": "lib",
"ports": [
"py313-pydicom",
"py313-pymca",
"boost181-numpy",
"py313-pyarrow",
"py313-quantecon",
"macos-fortress-easylistpac",
"mathgl",
"verde",
"py313-fisx",
"chemex",
"py313-meshio",
"py313-pdal-plugins",
"py313-pycifrw",
"boost187-numpy",
"boost188-numpy",
"py313-asdf-astropy",
"py313-mpl-animators",
"py313-scikit-learn",
"py313-imagecodecs",
"py313-imageio",
"py313-lmfit",
"py313-nmrglue",
"py313-nmrglue-devel",
"py313-numdifftools",
"py313-patsy",
"py313-peakutils",
"py313-pythonqwt",
"py313-pywavelets",
"py313-scikit-image",
"py313-statsmodels",
"py313-tifffile",
"py313-blosc2",
"py313-napari-svg",
"py313-ndindex",
"py313-tables",
"py313-numcodecs",
"py313-numexpr",
"py313-pyFAI",
"py313-zarr",
"py313-cartopy",
"py313-opengl-accelerate",
"py313-emmet-core",
"py313-pymatgen",
"py313-tropycal",
"py313-biopython",
"py313-obspy",
"py313-opencv4-devel",
"py313-opencv4",
"py313-drms",
"py313-graph-tool",
"py313-pacmap",
"py313-silx",
"py313-srsly",
"py313-termplotlib",
"py313-pdal",
"py313-acor",
"py313-deap",
"py313-scikit-umfpack",
"py313-cftime",
"py313-contourpy",
"py313-astlib",
"py313-astroplan",
"py313-astropy-healpix",
"imager",
"py313-beancount-import",
"py313-bottleneck",
"py313-algopy",
"py313-spiceypy",
"py313-emcee3",
"py313-asdf",
"py313-usadel1",
"arpeggio",
"arpeggio-devel",
"py313-skyfield",
"napari",
"gildas",
"py313-scipy",
"py313-pymc",
"py313-fabio",
"py313-siphon",
"py313-pandas",
"py313-matplotlib",
"py313-pytensor",
"peakipy",
"py313-seaborn",
"py313-networkit",
"grass",
"pcraster",
"py313-gdal",
"py313-pyogrio",
"py313-rasterio",
"py313-astropy",
"beets",
"beets-devel",
"beets-bpmanalyser",
"beets-describe",
"py313-sunpy",
"py313-aubio",
"py313-gsl",
"py313-samplerate",
"py313-ttfquery",
"py313-onnx",
"py313-mapclassify",
"py313-pytorch",
"py313-jplephem",
"py313-corner",
"py313-pyside6",
"py313-snuggs",
"py313-spglib",
"py313-bokeh",
"py313-geopandas",
"py313-pyerfa",
"py313-vispy",
"vitables",
"py313-shapely",
"root6",
"stimfit",
"py313-gyoto",
"py313-maggma",
"py313-numba",
"py313-arviz",
"py313-h5py",
"py313-xarray-einstats",
"py313-xarray",
"py313-game",
"py313-metpy",
"py313-libsvm",
"py313-GridDataFormats",
"py313-MDAnalysis",
"py313-gsd",
"py313-mrcfile",
"py313-altair",
"py313-regions",
"py313-lap",
"py313-netcdf4",
"py313-guidata",
"py313-mdtraj",
"py-numpy",
"py313-pythran",
"pymol",
"pymol-devel"
]
},
{
"type": "run",
"ports": [
"py313-spaghetti",
"py313-soundfile",
"py313-pointpats",
"py313-soxr",
"py313-wxmplot",
"py313-xraydb",
"py313-ml_dtypes",
"py313-spglm",
"py313-rasterstats",
"py313-tobler",
"py313-fasttext",
"py313-wxpython-4.0",
"py313-spvcm",
"py313-spyder",
"qgis3",
"qgis3-ltr",
"py313-sounddevice",
"py313-inequality",
"py313-esda",
"py313-splot",
"py313-mgwr",
"py313-xraylarch",
"py313-segregation",
"py313-spint",
"py313-reproject",
"py313-spopt",
"py313-access",
"py313-librosa",
"py313-spreg",
"py313-folium",
"py313-libpysal",
"py313-resampy",
"py313-qimage2ndarray",
"py313-imagehash",
"py313-pygmt"
]
},
{
"type": "test",
"ports": [
"py313-dill",
"py313-svgelements",
"py313-zbar",
"py313-igraph",
"py313-mmtf-python",
"py313-blosc",
"py313-uncertainties",
"py313-cairocffi"
]
}
]
},
{
"name": "py313-oldest-supported-numpy",
"portdir": "python/py-oldest-supported-numpy",
"version": "0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/project/oldest-supported-numpy/",
"description": "a numpy dependency stub",
"long_description": "We don't need oldest-supported-numpy in MacPorts, so this just installs metadata so that dependencies will be considered satisfied.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-netcdf4",
"py313-usadel1",
"py313-vispy",
"py313-cftime",
"py313-blosc2"
]
},
{
"type": "lib",
"ports": [
"py-oldest-supported-numpy"
]
},
{
"type": "run",
"ports": [
"py313-numpy"
]
}
]
},
{
"name": "py313-pyproject_metadata",
"portdir": "python/py-pyproject_metadata",
"version": "0.9.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/FFY00/python-pyproject-metadata",
"description": "Dataclass for PEP 621 metadata with support for core metadata generation",
"long_description": "Dataclass for PEP 621 metadata with support for core metadata generation",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-packaging"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-fabio"
]
},
{
"type": "lib",
"ports": [
"py313-meson-python",
"py-pyproject_metadata"
]
}
]
},
{
"name": "py313-fsspec",
"portdir": "python/py-fsspec",
"version": "2025.9.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/intake/filesystem_spec",
"description": "File-system specification",
"long_description": "File-system specification",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"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-s3fs",
"py-fsspec",
"py313-sunpy",
"py313-dask"
]
},
{
"type": "run",
"ports": [
"py313-huggingface_hub",
"py313-reproject"
]
}
]
},
{
"name": "py313-importlib-metadata",
"portdir": "python/py-importlib-metadata",
"version": "8.7.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://importlib-metadata.readthedocs.io/",
"description": "Library to access the metadata for a Python package.",
"long_description": "Library to access the metadata for a Python package.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-zipp",
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cabal"
]
},
{
"type": "lib",
"ports": [
"py313-docstring-to-markdown",
"py313-asv",
"py-importlib-metadata",
"py313-pygccxml",
"napari",
"rst2pdf",
"py313-textx",
"py313-httpbin"
]
},
{
"type": "run",
"ports": [
"gtimelog",
"ansible-lint",
"py313-spyder"
]
}
]
},
{
"name": "py313-levenshtein",
"portdir": "python/py-levenshtein",
"version": "0.27.1",
"license": "GPL-2+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/maxbachmann/Levenshtein",
"description": "Python module for fast computation of Levensthein distances.",
"long_description": "The Levenshtein Python C extension module contains functions for fast computation of Levenshtein (edit) distance, and edit operations, string similarity, approximate median strings, and generally string averaging, string sequence and set similarity. It supports both normal and Unicode strings.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-scikit-build-core",
"py313-setuptools",
"py313-wheel",
"ninja",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-rapidfuzz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"translate-toolkit",
"py-levenshtein"
]
},
{
"type": "test",
"ports": [
"py313-fire"
]
}
]
},
{
"name": "py313-prometheus_client",
"portdir": "python/py-prometheus_client",
"version": "0.22.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/prometheus/client_python",
"description": "Prometheus instrumentation library for Python applications",
"long_description": "Prometheus instrumentation library for Python applications",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-jupyter_server",
"py-prometheus_client"
]
}
]
},
{
"name": "py313-redis",
"portdir": "python/py-redis",
"version": "5.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/redis/redis-py",
"description": "Python client for Redis key-value store",
"long_description": "Python client for Redis key-value store",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"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-redis"
]
},
{
"type": "run",
"ports": [
"py313-spotipy"
]
},
{
"type": "test",
"ports": [
"py313-portalocker"
]
}
]
},
{
"name": "py313-dateutil",
"portdir": "python/py-dateutil",
"version": "2.9.0.post0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dateutil/dateutil/",
"description": "Extensions to the standard Python datetime module",
"long_description": "The dateutil module provides powerful extensions to the datetime module available in the Python standard library.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-six"
]
},
{
"type": "run",
"ports": [
"py313-tz"
]
},
{
"type": "test",
"ports": [
"py313-hypothesis",
"py313-pytest",
"py313-freezegun"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-vobject",
"py313-discogs-client",
"py313-socid-extractor",
"py-dateutil",
"py313-maggma",
"py313-croniter",
"py313-owslib",
"py313-fdsnwsscripts",
"py313-pendulum",
"py313-botocore",
"py313-holidays",
"py313-soundcloud-v2",
"py313-aiobotocore",
"py313-aniso8601",
"py313-jupyter_client",
"py313-beancount",
"py313-beancount-import",
"py313-freezegun",
"py313-skyfield",
"py313-icalendar",
"barman",
"py313-prov",
"py313-pandas",
"py313-matplotlib",
"py313-awscli2",
"toot",
"beets-beetcamp",
"py313-sunpy"
]
},
{
"type": "run",
"ports": [
"py313-pync",
"py313-hcloud",
"py313-Faker",
"py313-arrow",
"s3cmd",
"qgis3",
"qgis3-ltr",
"pyinfra"
]
}
]
},
{
"name": "py313-freezegun",
"portdir": "python/py-freezegun",
"version": "1.5.5",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/spulec/freezegun",
"description": "FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.",
"long_description": "FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-six",
"py313-dateutil"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-freezegun"
]
},
{
"type": "test",
"ports": [
"py313-Faker",
"py313-babel",
"gtimelog",
"py313-structlog",
"py313-dateutil",
"py313-tempora",
"py313-itsdangerous"
]
}
]
},
{
"name": "py312-ordered-set",
"portdir": "python/py-ordered-set",
"version": "4.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rspeer/ordered-set",
"description": "An OrderedSet is a custom MutableSet that remembers its order, so that every",
"long_description": "An OrderedSet is a custom MutableSet that remembers its order, so that every",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-flit_core",
"py312-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-nuitka"
]
}
]
},
{
"name": "py313-ordered-set",
"portdir": "python/py-ordered-set",
"version": "4.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rspeer/ordered-set",
"description": "An OrderedSet is a custom MutableSet that remembers its order, so that every",
"long_description": "An OrderedSet is a custom MutableSet that remembers its order, so that every",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"beets-beetcamp",
"py313-nuitka",
"py-ordered-set"
]
}
]
},
{
"name": "py313-regex",
"portdir": "python/py-regex",
"version": "2025.9.18",
"license": "PSF",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mrabarnett/mrab-regex",
"description": "Alternate regular expression module, to replace re.",
"long_description": "Alternate regular expression module, to replace re.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"sigil",
"py-regex",
"py313-nltk",
"py313-parsimonious"
]
},
{
"type": "run",
"ports": [
"py313-cfn-lint",
"py313-sacremoses"
]
}
]
},
{
"name": "py313-tatsu",
"portdir": "python/py-tatsu",
"version": "5.13.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": 2772
}
],
"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-tatsu"
]
}
]
},
{
"name": "py313-tqdm",
"portdir": "python/py-tqdm",
"version": "4.67.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tqdm/tqdm",
"description": "A Fast, Extensible Progress Meter",
"long_description": "A Fast, Extensible Progress Meter",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"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": [
"py313-pooch",
"py313-maggma",
"py313-MDAnalysis",
"magic-wormhole",
"py-tqdm",
"py313-parfive",
"py313-nltk",
"internetarchive",
"napari",
"py313-panel",
"peakipy",
"gdown",
"py313-sunpy"
]
},
{
"type": "run",
"ports": [
"py313-segregation",
"py313-panel",
"py313-tobler",
"py313-sacremoses",
"py313-huggingface_hub",
"py313-momepy",
"py313-pymatgen",
"py313-spopt"
]
}
]
},
{
"name": "py313-greenlet",
"portdir": "python/py-greenlet",
"version": "3.2.4",
"license": "MIT and PSF",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-greenlet/greenlet",
"description": "Lightweight in-process concurrent programming",
"long_description": "The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-sqlalchemy",
"py-greenlet",
"py313-eventlet",
"py313-httpbin",
"py313-gevent",
"py313-neovim"
]
}
]
},
{
"name": "neohtop",
"portdir": "sysutils/neohtop",
"version": "1.2.0",
"license": "MIT",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Abdenasser/neohtop",
"description": "htop on steroids",
"long_description": "neohtop is a modern, cross-platform system monitor built on top of Svelte, Rust and Tauri.",
"active": true,
"categories": [
"aqua",
"sysutils"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 224
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"rust",
"jq",
"moreutils",
"clang-18",
"nodejs22",
"npm11"
]
}
],
"depends_on": []
},
{
"name": "py313-flexparser",
"portdir": "python/py-flexparser",
"version": "0.4",
"license": "Permissive",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hgrecco/flexparser",
"description": "Another parser.",
"long_description": "Another parser. You write a class for every type of content (called here ParsedStatement) you need to parse. Each class should have a from_string constructor. We used extensively the typing module to make the output structure easy to use and less error prone.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1106
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-typing_extensions",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-pint",
"py-flexparser"
]
}
]
},
{
"name": "py312-LabJackPython",
"portdir": "python/py-LabJackPython",
"version": "2.1.0",
"license": "MIT and X11",
"platforms": "{darwin any}",
"epoch": 3,
"replaced_by": null,
"homepage": "https://support.labjack.com/docs/labjackpython-for-ud-exodriver-u12-windows-mac-lin",
"description": "The LabJack Python modules for the LabJack U3, U6, UE9 and U12.",
"long_description": "The LabJack Python modules for the LabJack U3, U6, UE9 and U12.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-setuptools",
"py312-wheel",
"clang-17",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"python312",
"exodriver"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-LabJackPython"
]
}
]
},
{
"name": "py-changelog-chug",
"portdir": "python/py-changelog-chug",
"version": "0.0.3",
"license": "AGPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.sr.ht/~bignose/changelog-chug",
"description": "Parser library for project Change Log documents.",
"long_description": "Parser library for project Change Log documents.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py312-changelog-chug"
]
}
],
"depends_on": []
},
{
"name": "py312-changelog-chug",
"portdir": "python/py-changelog-chug",
"version": "0.0.3",
"license": "AGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.sr.ht/~bignose/changelog-chug",
"description": "Parser library for project Change Log documents.",
"long_description": "Parser library for project Change Log documents.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-wheel",
"py312-build",
"py312-installer",
"py312-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py312-docutils",
"py312-semver",
"python312"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py312-python-daemon"
]
},
{
"type": "lib",
"ports": [
"py-changelog-chug"
]
}
]
},
{
"name": "py312-python-daemon",
"portdir": "python/py-python-daemon",
"version": "3.1.0",
"license": "GPL-3+ and Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pagure.io/python-daemon/",
"description": "Library to implement a well-behaved Unix daemon process.",
"long_description": "This library implements the well-behaved daemon specification of PEP 3143, \"Standard daemon process library\". A well-behaved Unix daemon process is tricky to get right, but the required steps are much the same for every daemon program. A DaemonContext instance holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-changelog-chug",
"py312-wheel",
"py312-docutils",
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools"
]
},
{
"type": "lib",
"ports": [
"py312-lockfile",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-python-daemon"
]
}
]
},
{
"name": "py313-sqlalchemy",
"portdir": "python/py-sqlalchemy",
"version": "2.0.44",
"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": 2772
}
],
"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": [
"py-sqlalchemy",
"py313-alembic",
"py313-larixite",
"py313-agate-sql",
"py313-obspy",
"py313-flask-sqlalchemy",
"py313-sqlalchemy-utils",
"py313-sunpy"
]
},
{
"type": "run",
"ports": [
"py313-xraylarch",
"py313-xraydb"
]
},
{
"type": "test",
"ports": [
"py313-mssql"
]
}
]
},
{
"name": "py313-yaml",
"portdir": "python/py-yaml",
"version": "6.0.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/yaml/pyyaml",
"description": "YAML 1.1 parser and emitter for Python",
"long_description": "PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, unicode input and output, low-level event-based parser and emitter API, high-level API for serializing and deserializing native Python objects.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-cython",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313",
"libyaml"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"clang-19",
"llvm-19",
"mlir-19",
"flang-19",
"llvm-21",
"mod_gnutls",
"llvm-devel",
"llvm-20",
"mlir-devel",
"clang-devel",
"lldb-devel",
"flang-devel",
"mlir-20",
"clang-20",
"lldb-20",
"flang-20",
"flang-21",
"lldb-19",
"cabal",
"lldb-21",
"mlir-21",
"mesa",
"clang-21"
]
},
{
"type": "lib",
"ports": [
"py313-scruffington",
"py313-flasgger",
"peakipy",
"py313-ansible-core",
"py313-jupyter_events",
"py313-confuse",
"py313-astropy",
"beets",
"beets-devel",
"beets-originquery",
"beets-xtractor",
"pre-commit",
"py313-pytorch",
"py313-awscli",
"py313-bokeh",
"openstreetmap-carto",
"py-yaml",
"py313-benchexec",
"ansible-lint",
"py313-cookiecutter",
"py313-mrjob",
"py313-dask",
"py313-cloudflare2",
"py313-hanko",
"py313-npe2",
"py313-owslib",
"qutebrowser",
"py313-asdf",
"py313-watchdog",
"napari",
"osxphotos",
"py313-donfig",
"rst2pdf",
"py313-pybtex"
]
},
{
"type": "run",
"ports": [
"pyinfra",
"py313-cfn-lint",
"py313-oslo-utils",
"py313-ansible-compat",
"py313-cliff",
"py313-xraylarch",
"podman-compose",
"podman-compose-devel",
"py313-wxmplot",
"ramalama",
"bandit",
"qgis3",
"qgis3-ltr",
"py313-kaptan",
"py313-pytest-regressions",
"py313-huggingface_hub",
"py313-dns-lexicon",
"yamllint",
"py313-openstacksdk",
"py313-oslo-config"
]
},
{
"type": "test",
"ports": [
"py313-pypdf",
"py313-last",
"py313-jsonnet",
"py313-configargparse",
"py313-tomlkit",
"py313-aws-sam-translator"
]
}
]
}
]
}