HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 48972,
"next": "https://ports.macports.org/api/v1/ports/?format=api&page=7",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&page=5",
"results": [
{
"name": "python314-freethreading-devel",
"portdir": "lang/python314-devel",
"version": "3.14.0rc3",
"license": "PSF",
"platforms": "{darwin >= 15}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.python.org/",
"description": "An interpreted, object-oriented programming language (free threading)",
"long_description": "Python is an interpreted, interactive, object-oriented programming language. This port has the free threading feature enabled, i.e. there is no global interpreter lock (GIL).",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 319
}
],
"variants": [
"universal",
"optimizations",
"lto",
"dtrace"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zstd",
"sqlite3",
"libedit",
"libffi",
"bzip2",
"openssl",
"expat",
"mpdecimal",
"gettext-runtime",
"ncurses",
"xz",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "py311-yapsy",
"portdir": "python/py-yapsy",
"version": "1.12.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yapsy.sourceforge.net",
"description": "Yet Another Plugin SYstem",
"long_description": "Yapsy’s main purpose is to offer a way to easily design a plugin system in Python, and motivated by the fact that many other Python plugin system are either too complicated for a basic use or depend on a lot of libraries.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"py311-wheel",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-yapsy"
]
}
]
},
{
"name": "py313-xlib",
"portdir": "python/py-xlib",
"version": "0.33",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "python module for the X protocol",
"long_description": "The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python. This is possible to do since X client programs communicate with the X server via the X protocol. The communication takes place over TCP/IP, Unix sockets, DECnet or any other suitable streaming network protocol.",
"active": true,
"categories": [
"python",
"x11"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-six",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-xlib"
]
}
]
},
{
"name": "py313-urwidtrees",
"portdir": "python/py-urwidtrees",
"version": "1.0.3",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pazz/urwidtrees",
"description": "Tree widgets for urwid",
"long_description": "This is a Widget Container API for the urwid toolkit. It uses a MVC approach and allows to build trees of widgets.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harensdeveloper",
"github": "harens",
"ports_count": 38
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-urwid",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-urwidtrees"
]
}
]
},
{
"name": "py313-unittest-xml-reporting",
"portdir": "python/py-unittest-xml-reporting",
"version": "3.2.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xmlrunner/unittest-xml-reporting/",
"description": "Unittest based test runner with Ant/JUnit like XML reporting.",
"long_description": "unittest-xml-reporting is a unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 574
}
],
"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-unittest-xml-reporting"
]
}
]
},
{
"name": "py313-scruffington",
"portdir": "python/py-scruffington",
"version": "0.3.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/snare/scruffy",
"description": "Framework for boilerplate in apps",
"long_description": "Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-six",
"py313-yaml"
]
},
{
"type": "test",
"ports": [
"py313-pynose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scruffington"
]
}
]
},
{
"name": "py313-pynose",
"portdir": "python/py-pynose",
"version": "1.5.5",
"license": "LGPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mdmintz/pynose",
"description": "pynose fixes nose to extend unittest and make testing easier",
"long_description": "pynose fixes nose to extend unittest and make testing easier",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1728
}
],
"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-pynose"
]
},
{
"type": "test",
"ports": [
"tortoisehg",
"py313-scruffington",
"py313-trepan3k",
"py313-eventlet"
]
}
]
},
{
"name": "py313-jupyter_sphinx",
"portdir": "python/py-jupyter_sphinx",
"version": "0.5.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter/jupyter-sphinx/",
"description": "Jupyter Sphinx Extensions",
"long_description": "Jupyter Sphinx Extensions",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1728
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"py313-nbconvert",
"python313",
"py313-ipywidgets",
"py313-ipython",
"py313-sphinx",
"py313-nbformat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-jupyter_sphinx"
]
}
]
},
{
"name": "py312-jupyter_sphinx",
"portdir": "python/py-jupyter_sphinx",
"version": "0.5.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter/jupyter-sphinx/",
"description": "Jupyter Sphinx Extensions",
"long_description": "Jupyter Sphinx Extensions",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1728
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-hatchling"
]
},
{
"type": "lib",
"ports": [
"py312-nbconvert",
"python312",
"py312-nbformat",
"py312-sphinx",
"py312-ipython",
"py312-ipywidgets"
]
}
],
"depends_on": []
},
{
"name": "py313-corner",
"portdir": "python/py-corner",
"version": "2.2.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dfm/corner.py",
"description": "Make some beautiful corner plots of samples",
"long_description": "Make some beautiful corner plots of samples",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "dan",
"github": "dfm",
"ports_count": 10
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-hatch-vcs",
"py313-build",
"py313-installer",
"py313-hatchling",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py313-numpy",
"py313-matplotlib",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-corner"
]
}
]
},
{
"name": "p5.34-alien-zlib",
"portdir": "perl/p5-alien-zlib",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Alien::zlib",
"description": "Alien::zlib - Find or build zlib",
"long_description": "Alien::zlib - Find or build zlib",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"p5.34-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"perl5.34",
"p5.34-alien-build"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-alien-zlib"
]
}
]
},
{
"name": "p5.32-alien-zlib",
"portdir": "perl/p5-alien-zlib",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Alien::zlib",
"description": "Alien::zlib - Find or build zlib",
"long_description": "Alien::zlib - Find or build zlib",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"p5.32-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"perl5.32",
"p5.32-alien-build"
]
}
],
"depends_on": []
},
{
"name": "p5.30-alien-zlib",
"portdir": "perl/p5-alien-zlib",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Alien::zlib",
"description": "Alien::zlib - Find or build zlib",
"long_description": "Alien::zlib - Find or build zlib",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"p5.30-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"perl5.30",
"p5.30-alien-build"
]
}
],
"depends_on": []
},
{
"name": "p5.28-alien-zlib",
"portdir": "perl/p5-alien-zlib",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Alien::zlib",
"description": "Alien::zlib - Find or build zlib",
"long_description": "Alien::zlib - Find or build zlib",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"p5.28-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"perl5.28",
"p5.28-alien-build"
]
}
],
"depends_on": []
},
{
"name": "p5-alien-zlib",
"portdir": "perl/p5-alien-zlib",
"version": "0.20.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-alien-zlib",
"homepage": "https://metacpan.org/pod/Alien::zlib",
"description": "Alien::zlib - Find or build zlib",
"long_description": "Alien::zlib - Find or build zlib",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-alien-zlib"
]
}
],
"depends_on": []
},
{
"name": "ggc",
"portdir": "devel/ggc",
"version": "7.0.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bmf-san/ggc",
"description": "A modern Git CLI tool with both traditional command-line and interactive incremental-search UI.",
"long_description": "ggc is a Git tool written in Go, offering both traditional CLI commands and an interactive interface with incremental search. You can either run subcommands like ggc add directly, or launch the interactive mode by simply typing ggc. Designed to be fast, user-friendly, and extensible.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py313-glad2",
"portdir": "python/py-glad2",
"version": "2.0.8",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Dav1dde/glad",
"description": "Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs",
"long_description": "Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-jinja2",
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"libplacebo"
]
},
{
"type": "lib",
"ports": [
"py-glad2"
]
}
]
},
{
"name": "uefitool",
"portdir": "sysutils/uefitool",
"version": "72",
"license": "BSD-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/LongSoft/UEFITool",
"description": "UEFI firmware image viewer and editor",
"long_description": "UEFITool is a cross-platform open source application written in C++/Qt, that parses UEFI-compatible firmware image into a tree structure, verifies image's integrity and provides a GUI to manipulate image's elements.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17",
"qt64-qttools"
]
},
{
"type": "lib",
"ports": [
"qt64-qtbase"
]
}
],
"depends_on": []
},
{
"name": "mingw-w64-wine-mono-9.0.0",
"portdir": "cross/mingw-w64-wine-mono",
"version": "9.0.0",
"license": "GPL and LGPL-2.1 and MPL",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/madewokherd/wine-mono",
"description": "Wine's built-in replacement for Microsoft's .NET Framework",
"long_description": "mingw-w64-wine-mono-9.0.0 is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose.",
"active": true,
"categories": [
"cross"
],
"maintainers": [
{
"name": "gcenx83",
"github": "gcenx",
"ports_count": 45
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": []
},
{
"name": "mingw-w64-wine-mono-10.1.0",
"portdir": "cross/mingw-w64-wine-mono",
"version": "10.1.0",
"license": "GPL and LGPL-2.1 and MPL",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/madewokherd/wine-mono",
"description": "Wine's built-in replacement for Microsoft's .NET Framework",
"long_description": "mingw-w64-wine-mono-10.1.0 is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose.",
"active": true,
"categories": [
"cross"
],
"maintainers": [
{
"name": "gcenx83",
"github": "gcenx",
"ports_count": 45
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"wine-devel",
"wine-staging",
"mingw-w64-wine-mono"
]
}
]
},
{
"name": "py313-llfuse",
"portdir": "python/py-llfuse",
"version": "1.5.1",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-llfuse/python-llfuse/",
"description": "Python bindings for the low-level FUSE API",
"long_description": "Python-LLFUSE is a set of Python bindings for the low level FUSE API.",
"active": true,
"categories": [
"devel",
"fuse",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-installer",
"py313-setuptools",
"pkgconfig",
"clang-17",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"macfuse"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-llfuse"
]
}
]
},
{
"name": "p5.32-devel-trace",
"portdir": "perl/p5-devel-trace",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Devel::Trace",
"description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"long_description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-finance-quote"
]
}
]
},
{
"name": "p5.34-devel-trace",
"portdir": "perl/p5-devel-trace",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Devel::Trace",
"description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"long_description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-devel-trace",
"p5.34-finance-quote"
]
}
]
},
{
"name": "p5.28-devel-trace",
"portdir": "perl/p5-devel-trace",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Devel::Trace",
"description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"long_description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-finance-quote"
]
}
]
},
{
"name": "p5.30-devel-trace",
"portdir": "perl/p5-devel-trace",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Devel::Trace",
"description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"long_description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-finance-quote"
]
}
]
},
{
"name": "p5-devel-trace",
"portdir": "perl/p5-devel-trace",
"version": "0.120.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-devel-trace",
"homepage": "https://metacpan.org/pod/Devel::Trace",
"description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"long_description": "Devel::Trace - Print out each line before it is executed (like sh -x)",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2694
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-devel-trace"
]
}
],
"depends_on": []
},
{
"name": "openspecfun",
"portdir": "math/openspecfun",
"version": "0.5.7",
"license": "(MIT or public-domain)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/JuliaMath/openspecfun",
"description": "The OpenSpecFun library largely includes two libraries, AMOS and Faddeeva.",
"long_description": "The OpenSpecFun library largely includes two libraries, AMOS and Faddeeva.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1081
}
],
"variants": [
"debug",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnuplot"
]
}
]
},
{
"name": "pg17-pgpointcloud",
"portdir": "databases/pgpointcloud",
"version": "1.2.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pgpointcloud.github.io/pointcloud/",
"description": "pgPointcloud is a PostgreSQL extension for storing point cloud (LIDAR) data",
"long_description": "pgPointcloud is a PostgreSQL extension for storing point cloud (LIDAR) data",
"active": true,
"categories": [
"databases",
"gis"
],
"maintainers": [
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 97
}
],
"variants": [
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"postgresql17",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pdal-pgpointcloud"
]
}
]
},
{
"name": "wb32-dfu-updater",
"portdir": "cross/wb32-dfu-updater",
"version": "1.0.0",
"license": "Apache-2.0",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/WestberryTech/wb32-dfu-updater",
"description": "USB programmer for downloading and uploading firmware to/from USB devices with the WestberryTech WB32 chips.",
"long_description": "USB programmer for downloading and uploading firmware to/from USB devices with the WestberryTech WB32 chips.",
"active": true,
"categories": [
"devel",
"cross"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 52
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libusb"
]
}
],
"depends_on": []
},
{
"name": "carapace",
"portdir": "sysutils/carapace",
"version": "1.4.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://carapace.sh/",
"description": "Command-line interface completion framework",
"long_description": "Carapace provides multi-shell (bash, zsh, fish, powershell) completions for CLI programs.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 127
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "py313-cvxopt",
"portdir": "python/py-cvxopt",
"version": "1.3.2",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cvxopt.org/",
"description": "Python module for convex optimization",
"long_description": "CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python scripts, or integrated in other software via Python extension modules. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python's extensive standard library and on the strengths of Python as a high-level programming language.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 164
}
],
"variants": [
"accelerate",
"atlas",
"blis",
"flexiblas",
"openblas",
"gsl",
"fftw",
"glpk",
"dsdp",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"fftw-3",
"glpk",
"DSDP",
"python313",
"gsl",
"SuiteSparse_config",
"SuiteSparse_AMD",
"SuiteSparse_COLAMD",
"SuiteSparse_CHOLMOD",
"SuiteSparse_UMFPACK"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-cvxopt"
]
}
]
},
{
"name": "py312-cvxopt",
"portdir": "python/py-cvxopt",
"version": "1.3.2",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cvxopt.org/",
"description": "Python module for convex optimization",
"long_description": "CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python scripts, or integrated in other software via Python extension modules. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python's extensive standard library and on the strengths of Python as a high-level programming language.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 164
}
],
"variants": [
"accelerate",
"atlas",
"blis",
"flexiblas",
"openblas",
"gsl",
"fftw",
"glpk",
"dsdp",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"py312-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"fftw-3",
"glpk",
"DSDP",
"python312",
"gsl",
"SuiteSparse_config",
"SuiteSparse_AMD",
"SuiteSparse_COLAMD",
"SuiteSparse_CHOLMOD",
"SuiteSparse_UMFPACK"
]
}
],
"depends_on": []
},
{
"name": "erofs-utils",
"portdir": "sysutils/erofs-utils",
"version": "1.8.9",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://erofs.docs.kernel.org/",
"description": "Userspace utilities for EROFS file system",
"long_description": "EROFS stands for Enhanced Read-Only File System. It aims to be a generic read-only file system solution for various use cases instead of just focusing on saving storage space without considering runtime performance. This package includes tools to create, check, and extract EROFS images.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "xiang+macports",
"github": "hsiankao",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"zlib",
"zstd",
"libuuid",
"lz4"
]
}
],
"depends_on": []
},
{
"name": "macchanger",
"portdir": "net/macchanger",
"version": "1.6.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://acrogenesis.com/macchanger/",
"description": "Change your mac address, for macOS/OS X",
"long_description": "macchanger is A MAC address management tool for macOS that works with the latest macOS versions including Sequoia 15+.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"ruby34"
]
}
],
"depends_on": []
},
{
"name": "fabric",
"portdir": "llm/fabric",
"version": "1.4.317",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://danielmiessler.com/p/fabric-origin-story",
"description": "open-source framework for augmenting humans using AI",
"long_description": "fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.",
"active": true,
"categories": [
"llm"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "dotnet-runtime-9",
"portdir": "dotnet/dotnet-runtime-9",
"version": "9.0.9",
"license": "MIT",
"platforms": "{darwin any} {darwin >= 21}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dotnet.microsoft.com/",
"description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
"long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
"active": true,
"categories": [
"dotnet"
],
"maintainers": [
{
"name": "tair.sabirgaliev",
"github": "tsabirgaliev",
"ports_count": 22
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 582
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"dotnet-cli"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dotnet-sdk-9"
]
}
]
},
{
"name": "edit",
"portdir": "editors/edit",
"version": "1.2.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/microsoft/edit",
"description": "Microsoft Edit - a simple editor for simple needs",
"long_description": "This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.",
"active": true,
"categories": [
"editors"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py313-libsvm",
"portdir": "math/libsvm",
"version": "3.36",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 3,
"replaced_by": null,
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
"description": "Python 3.13 bindings for libsvm",
"long_description": "This package provides Python 3.13 modules for libsvm.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libsvm",
"py313-numpy",
"py313-scipy"
]
}
],
"depends_on": []
},
{
"name": "py313-jsonnet",
"portdir": "devel/jsonnet",
"version": "0.21.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jsonnet.org/",
"description": "The data templating language",
"long_description": "A data templating language for app and tool developers",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"jsonnet",
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-yaml"
]
}
],
"depends_on": []
},
{
"name": "py312-jsonnet",
"portdir": "devel/jsonnet",
"version": "0.21.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jsonnet.org/",
"description": "The data templating language",
"long_description": "A data templating language for app and tool developers",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-setuptools",
"py312-wheel",
"clang-17",
"py312-build",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"jsonnet",
"python312"
]
},
{
"type": "test",
"ports": [
"py312-pytest",
"py312-yaml"
]
}
],
"depends_on": []
},
{
"name": "py311-jsonnet",
"portdir": "devel/jsonnet",
"version": "0.21.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jsonnet.org/",
"description": "The data templating language",
"long_description": "A data templating language for app and tool developers",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"clang-17",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"jsonnet",
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-yaml"
]
}
],
"depends_on": []
},
{
"name": "py310-jsonnet",
"portdir": "devel/jsonnet",
"version": "0.21.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jsonnet.org/",
"description": "The data templating language",
"long_description": "A data templating language for app and tool developers",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-17",
"py310-setuptools",
"py310-wheel",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"jsonnet",
"python310"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-yaml"
]
}
],
"depends_on": []
},
{
"name": "py313-wsproto",
"portdir": "python/py-wsproto",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-hyper.org/projects/wsproto",
"description": "WebSockets state-machine based protocol implementation",
"long_description": "WebSockets state-machine based protocol implementation",
"active": true,
"categories": [
"net",
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-h11"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-wsproto",
"py313-mitmproxy"
]
}
]
},
{
"name": "py313-mitmproxy",
"portdir": "python/py-mitmproxy",
"version": "11.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mitmproxy.org/",
"description": "SSL/TLS-capable man-in-the-middle proxy for HTTP and Websockets",
"long_description": "mitmproxy is an SSL/TLS-capable man-in-the-middle proxy for HTTP/1, HTTP/2 and Websockets. It provides a console interface that allows traffic flows to be inspected and edited on the fly. mitmdump is the command-line version of mitmproxy, with the same functionality but without the user interface. Think tcpdump for HTTP.",
"active": true,
"categories": [
"net",
"www",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 574
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"py313-msgpack",
"py313-ruamel-yaml",
"py313-openssl",
"py313-zstd",
"py313-parsing",
"py313-aioquic",
"py313-ruamel-yaml-clib",
"py313-h11",
"py313-h2",
"py313-hyperframe",
"py313-pyperclip",
"py313-tornado",
"py313-urwid",
"py313-mitmproxy_rs",
"py313-publicsuffix2",
"py313-flask",
"py313-passlib",
"py313-asgiref",
"py313-ldap3",
"py313-kaitaistruct",
"py313-wsproto",
"python313",
"py313-certifi",
"py313-sortedcontainers",
"py313-brotli",
"py313-cryptography"
]
},
{
"type": "test",
"ports": [
"py313-hypothesis",
"py313-pytest",
"py313-requests",
"py313-pytest-asyncio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-mitmproxy"
]
}
]
},
{
"name": "py312-mitmproxy",
"portdir": "python/py-mitmproxy",
"version": "11.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mitmproxy.org/",
"description": "SSL/TLS-capable man-in-the-middle proxy for HTTP and Websockets",
"long_description": "mitmproxy is an SSL/TLS-capable man-in-the-middle proxy for HTTP/1, HTTP/2 and Websockets. It provides a console interface that allows traffic flows to be inspected and edited on the fly. mitmdump is the command-line version of mitmproxy, with the same functionality but without the user interface. Think tcpdump for HTTP.",
"active": true,
"categories": [
"net",
"www",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 574
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"py312-msgpack",
"py312-brotli",
"py312-zstd",
"py312-cryptography",
"py312-parsing",
"py312-h11",
"py312-h2",
"py312-hyperframe",
"py312-pyperclip",
"py312-tornado",
"py312-flask",
"py312-openssl",
"py312-wsproto",
"py312-ldap3",
"py312-asgiref",
"py312-kaitaistruct",
"py312-urwid",
"py312-aioquic",
"py312-mitmproxy_rs",
"py312-publicsuffix2",
"py312-passlib",
"python312",
"py312-ruamel-yaml",
"py312-ruamel-yaml-clib",
"py312-certifi",
"py312-sortedcontainers"
]
},
{
"type": "test",
"ports": [
"py312-pytest",
"py312-requests",
"py312-hypothesis",
"py312-pytest-asyncio"
]
}
],
"depends_on": []
},
{
"name": "py313-kaitaistruct",
"portdir": "python/py-kaitaistruct",
"version": "0.10",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kaitai.io",
"description": "Kaitai Struct declarative parser generator for binary data runtime library for Python",
"long_description": "Kaitai Struct declarative parser generator for binary data runtime library for Python",
"active": true,
"categories": [
"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-kaitaistruct",
"py313-mitmproxy"
]
}
]
},
{
"name": "boost188-numpy",
"portdir": "devel/boost188",
"version": "1.88.0",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.boost.org",
"description": "Boost.Numpy library",
"long_description": "Boost.Numpy library",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 457
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 346
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clangdevel",
"mpich",
"openmpi",
"python27",
"python310",
"python311",
"python312",
"python313",
"debug",
"no_static",
"no_single",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-numpy",
"boost188"
]
}
],
"depends_on": []
},
{
"name": "boost188",
"portdir": "devel/boost188",
"version": "1.88.0",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.boost.org",
"description": "Collection of portable C++ source libraries",
"long_description": "Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 457
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 346
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clangdevel",
"mpich",
"openmpi",
"python27",
"python310",
"python311",
"python312",
"python313",
"debug",
"no_static",
"no_single",
"regex_match_extra",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"lzma",
"zlib",
"zstd",
"bzip2",
"expat",
"libiconv",
"python313",
"icu"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"boost188-numpy"
]
}
]
},
{
"name": "py313-sarif-om",
"portdir": "python/py-sarif-om",
"version": "1.0.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/microsoft/sarif-python-om",
"description": "Classes implementing the SARIF 2.1.0 object model.",
"long_description": "Classes implementing the SARIF 2.1.0 object model.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 582
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-pbr",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sarif-om"
]
},
{
"type": "run",
"ports": [
"bandit"
]
}
]
},
{
"name": "py313-jschema_to_python",
"portdir": "python/py-jschema_to_python",
"version": "1.2.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/microsoft/jschema-to-python",
"description": "Generate source code for Python classes from a JSON schema.",
"long_description": "Generate source code for Python classes from a JSON schema.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 582
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-pbr"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-jsonpickle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-jschema_to_python"
]
},
{
"type": "run",
"ports": [
"bandit"
]
}
]
}
]
}