HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51989,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=393",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=391",
"results": [
{
"name": "py310-control",
"portdir": "python/py-control",
"version": "0.10.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-control.readthedocs.io",
"description": "Python package for feedback control systems",
"long_description": "The Python Control Systems Library, python-control, is a python package that implements basic operations for analysis and design of feedback control systems.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-numpy",
"py310-scipy",
"py310-matplotlib"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-control",
"portdir": "python/py-control",
"version": "0.9.4",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-control.readthedocs.io",
"description": "Python package for feedback control systems",
"long_description": "The Python Control Systems Library, python-control, is a python package that implements basic operations for analysis and design of feedback control systems.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-matplotlib",
"py39-numpy",
"py39-scipy"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py310-cog",
"portdir": "python/py-cog",
"version": "3.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nedbatchelder.com/code/cog/",
"description": "Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.",
"long_description": "Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-setuptools",
"py310-wheel",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-cog",
"portdir": "python/py-cog",
"version": "3.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nedbatchelder.com/code/cog/",
"description": "Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.",
"long_description": "Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-setuptools",
"py39-wheel",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py310-resolvelib",
"portdir": "python/py-resolvelib",
"version": "1.2.1",
"license": "ISC",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sarugaku/resolvelib",
"description": "ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic.",
"long_description": "ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic. You give it some things, and a little information on how it should interact with them, and it will spit out a resolution result.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-setuptools",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-ansible-core"
]
}
]
},
{
"name": "py310-paramiko",
"portdir": "python/py-paramiko",
"version": "3.5.1",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/paramiko/paramiko/",
"description": "Native Python SSHv2 protocol library",
"long_description": "This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.",
"active": true,
"categories": [
"net",
"security",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"py310-cryptography",
"py310-bcrypt",
"py310-pynacl",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-ansible-core",
"py310-docker",
"py310-fabric",
"py310-pooch",
"py310-sshtunnel"
]
},
{
"type": "run",
"ports": [
"py310-gradio"
]
}
]
},
{
"name": "py310-ansible-core",
"portdir": "python/py-ansible-core",
"version": "2.20.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ansible/ansible",
"description": "SSH-based configuration management and deployment system",
"long_description": "Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.",
"active": true,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "adfernandes",
"github": "adfernandes",
"ports_count": 45
},
{
"name": "pedro.salgado",
"github": "steenzout",
"ports_count": 53
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-yaml",
"py310-jinja2",
"py310-cryptography",
"ansible_select",
"py310-paramiko",
"py310-resolvelib",
"py310-httplib2",
"python310",
"py310-setuptools",
"py310-packaging",
"py310-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-ansible"
]
}
]
},
{
"name": "py310-ansible",
"portdir": "python/py-ansible",
"version": "13.0.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ansible/ansible",
"description": "SSH-based configuration management and deployment system",
"long_description": "Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.",
"active": true,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "adfernandes",
"github": "adfernandes",
"ports_count": 45
},
{
"name": "pedro.salgado",
"github": "steenzout",
"ports_count": 53
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-ansible-core",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-mlxtend",
"portdir": "python/py-mlxtend",
"version": "0.19.0",
"license": "BSD and CC-BY-SA-4",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rasbt.github.io/mlxtend/",
"description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
"long_description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-joblib",
"python310",
"py310-scikit-learn",
"py310-numpy",
"py310-scipy",
"py310-pandas",
"py310-matplotlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-mlxtend"
]
}
]
},
{
"name": "py39-mlxtend",
"portdir": "python/py-mlxtend",
"version": "0.19.0",
"license": "BSD and CC-BY-SA-4",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rasbt.github.io/mlxtend/",
"description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
"long_description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py39-matplotlib",
"py39-numpy",
"python39",
"py39-scikit-learn",
"py39-scipy",
"py39-pandas",
"py39-joblib"
]
}
],
"depends_on": []
},
{
"name": "py-mlxtend",
"portdir": "python/py-mlxtend",
"version": "0.19.0",
"license": "BSD and CC-BY-SA-4",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rasbt.github.io/mlxtend/",
"description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
"long_description": "Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-mlxtend"
]
}
],
"depends_on": []
},
{
"name": "py310-stack_data",
"portdir": "python/py-stack_data",
"version": "0.6.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alexmojaki/stack_data",
"description": "Library that extracts data from stack frames and tracebacks.",
"long_description": "Library that extracts data from stack frames and tracebacks.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools_scm",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"py310-asttokens",
"py310-executing",
"py310-pure_eval",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-ipython"
]
}
]
},
{
"name": "py310-pure_eval",
"portdir": "python/py-pure_eval",
"version": "0.2.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alexmojaki/pure_eval",
"description": "Safely evaluate certain AST nodes.",
"long_description": "Safely evaluate certain AST nodes.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-setuptools",
"py310-setuptools_scm",
"clang-18",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-stack_data"
]
}
]
},
{
"name": "py310-executing",
"portdir": "python/py-executing",
"version": "2.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alexmojaki/executing",
"description": "Get the currently executing AST node of a frame.",
"long_description": "Get the currently executing AST node of a frame.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-setuptools",
"py310-setuptools_scm",
"clang-18",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-stack_data"
]
}
]
},
{
"name": "py310-terminaltables",
"portdir": "python/py-terminaltables",
"version": "3.1.10",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://robpol86.github.io/terminaltables/",
"description": "Generate simple tables in terminals from a nested list of strings",
"long_description": "Easily draw tables in terminal/console applications from a list of lists of strings. Supports multi-line rows.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-poetry-core",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-keep"
]
}
]
},
{
"name": "py310-pynacl",
"portdir": "python/py-pynacl",
"version": "1.5.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyca/pynacl/",
"description": "Python binding to the Networking and Cryptography (NaCl) library",
"long_description": "Python binding to the Networking and Cryptography (NaCl) library",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-six",
"py310-cffi",
"libsodium"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-paramiko"
]
},
{
"type": "run",
"ports": [
"py310-pygithub",
"py310-autobahn"
]
}
]
},
{
"name": "py310-deprecated",
"portdir": "python/py-deprecated",
"version": "1.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/laurent-laporte-pro/deprecated",
"description": "Python @deprecated decorator to deprecate old python classes, functions or methods.",
"long_description": "Python @deprecated decorator to deprecate old python classes, functions or methods.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-wrapt"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-pikepdf",
"py310-fabric"
]
},
{
"type": "run",
"ports": [
"py310-pygithub"
]
}
]
},
{
"name": "openjdk17-openj9",
"portdir": "java/openjdk17-openj9",
"version": "17.0.19",
"license": "GPL-2 and NoMirror",
"platforms": "{darwin any >= 18 }",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developer.ibm.com/languages/java/semeru-runtimes/",
"description": "IBM Semeru with Eclipse OpenJ9 VM distribution, based on OpenJDK 17 (Long Term Support)",
"long_description": "The IBM Semeru Runtimes are free production-ready open source binaries to run your Java applications built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 106
}
],
"variants": [
"Applets",
"BundledApp",
"JNI",
"WebStart"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "sfeed",
"portdir": "net/sfeed",
"version": "2.4",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.codemadness.org/sfeed/",
"description": "RSS and Atom parser (and some format programs)",
"long_description": "RSS and Atom parser (and some format programs)",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 47
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "py310-sphinx-bootstrap-theme",
"portdir": "python/py-sphinx-bootstrap-theme",
"version": "0.8.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ryan-roemer/sphinx-bootstrap-theme",
"description": "Sphinx bootstrap theme.",
"long_description": "Sphinx bootstrap theme.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-npe2",
"portdir": "python/py-npe2",
"version": "0.8.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/napari/npe2",
"description": "napari plugin refactor",
"long_description": "napari plugin refactor",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-hatchling",
"py310-hatch-vcs",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-rich",
"py310-tomli-w",
"py310-pydantic",
"python310",
"py310-typer",
"py310-pydantic-extra-types",
"py310-psygnal",
"py310-tomli",
"py310-platformdirs",
"py310-yaml",
"py310-appdirs"
]
}
],
"depends_on": []
},
{
"name": "py39-npe2",
"portdir": "python/py-npe2",
"version": "0.7.9",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/napari/npe2",
"description": "napari plugin refactor",
"long_description": "napari plugin refactor",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-hatchling",
"py39-hatch-vcs",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-yaml",
"py39-magicgui",
"python39",
"py39-pytomlpp",
"py39-pydantic-compat",
"py39-psygnal",
"py39-appdirs",
"py39-pydantic",
"py39-rich",
"py39-typer"
]
}
],
"depends_on": []
},
{
"name": "py38-npe2",
"portdir": "python/py-npe2",
"version": "0.7.7",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/napari/npe2",
"description": "napari plugin refactor",
"long_description": "napari plugin refactor",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"py38-hatchling",
"py38-hatch-vcs",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py38-yaml",
"py38-magicgui",
"python38",
"py38-pytomlpp",
"py38-pydantic-compat",
"py38-psygnal",
"py38-appdirs",
"py38-pydantic",
"py38-rich",
"py38-typer"
]
}
],
"depends_on": []
},
{
"name": "py37-npe2",
"portdir": "python/py-npe2",
"version": "0.2.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/napari/npe2",
"description": "napari plugin refactor",
"long_description": "napari plugin refactor",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-python-install",
"py37-setuptools",
"py37-setuptools_scm",
"py37-toml",
"py37-wheel",
"py37-build",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"py37-napari-plugin-engine",
"python37",
"py37-pytomlpp",
"py37-psygnal",
"py37-importlib-metadata",
"py37-intervaltree",
"py37-pydantic",
"py37-typer",
"py37-yaml",
"py37-magicgui"
]
}
],
"depends_on": []
},
{
"name": "py-npe2",
"portdir": "python/py-npe2",
"version": "0.8.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/napari/npe2",
"description": "napari plugin refactor",
"long_description": "napari plugin refactor",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-npe2"
]
}
],
"depends_on": []
},
{
"name": "py310-typer",
"portdir": "python/py-typer",
"version": "0.25.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tiangolo/typer",
"description": "Typer, build great CLIs. Easy to code. Based on Python type hints.",
"long_description": "Typer, build great CLIs. Easy to code. Based on Python type hints.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2128
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"clang-18",
"py310-pdm-backend",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-annotated-doc",
"py310-shellingham",
"py310-rich",
"py310-click"
]
},
{
"type": "test",
"ports": [
"py310-mypy",
"py310-pytest",
"py310-pytest-xdist",
"py310-pytest-sugar"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py310-spaCy-models"
]
},
{
"type": "lib",
"ports": [
"py310-npe2",
"py310-rstcheck",
"py310-spaCy",
"py310-weasel",
"py310-transformers"
]
},
{
"type": "run",
"ports": [
"py310-huggingface_hub"
]
}
]
},
{
"name": "py310-pytomlpp",
"portdir": "python/py-pytomlpp",
"version": "1.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bobfang1992/pytomlpp",
"description": "This is an python wrapper for toml++",
"long_description": "This is an python wrapper for toml++",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-20",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-pybind11",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py39-pytomlpp",
"portdir": "python/py-pytomlpp",
"version": "1.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bobfang1992/pytomlpp",
"description": "This is an python wrapper for toml++",
"long_description": "This is an python wrapper for toml++",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-20",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-pybind11",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-npe2"
]
}
]
},
{
"name": "py38-pytomlpp",
"portdir": "python/py-pytomlpp",
"version": "1.0.13",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bobfang1992/pytomlpp",
"description": "This is an python wrapper for toml++",
"long_description": "This is an python wrapper for toml++",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-pybind11",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-npe2"
]
}
]
},
{
"name": "py37-pytomlpp",
"portdir": "python/py-pytomlpp",
"version": "1.0.13",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bobfang1992/pytomlpp",
"description": "This is an python wrapper for toml++",
"long_description": "This is an python wrapper for toml++",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-wheel",
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"py37-pybind11",
"python37"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-npe2"
]
}
]
},
{
"name": "py-pytomlpp",
"portdir": "python/py-pytomlpp",
"version": "1.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bobfang1992/pytomlpp",
"description": "This is an python wrapper for toml++",
"long_description": "This is an python wrapper for toml++",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"py314-pytomlpp"
]
}
],
"depends_on": []
},
{
"name": "py310-pytest-sugar",
"portdir": "python/py-pytest-sugar",
"version": "1.1.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pivotfinland.com/pytest-sugar/",
"description": "py-pytest-sugar changes the default look and feel of pytest (progressbar, show tests that fail instantly).",
"long_description": "py-pytest-sugar changes the default look and feel of pytest (progressbar, show tests that fail instantly).",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-termcolor"
]
},
{
"type": "run",
"ports": [
"py310-pytest"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py310-transformers",
"py310-typer"
]
}
]
},
{
"name": "openjdk17-oracle",
"portdir": "java/openjdk17-oracle",
"version": "17.0.2",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk19-oracle",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by openjdk19-oracle",
"long_description": "This port has been replaced by openjdk19-oracle.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "mrustc",
"portdir": "lang/mrustc",
"version": "1.54-20231219",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/thepowersgang/mrustc",
"description": "Alternative implementation of Rust",
"long_description": "In-progress alternative rust compiler. Capable of building a fully-working copy of rustc, but not suitable for everyday use (due to inadequate error messages).",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
},
{
"type": "run",
"ports": [
"clang-20"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mrustc-rust"
]
}
]
},
{
"name": "gzdice",
"portdir": "python/gzdice",
"version": "0.1.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gleeblezoid/Diceroller",
"description": "a Python diceroller",
"long_description": "gzdice is a Python diceroller designed for tabletop roleplayers and running in terminal to make you feel like a wizard.",
"active": true,
"categories": [
"games",
"python"
],
"maintainers": [
{
"name": "gzdice",
"github": "gleeblezoid",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-flit_core",
"py312-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": []
},
{
"name": "ivy",
"portdir": "math/ivy",
"version": "0.4.0",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/robpike/ivy",
"description": "ivy is an interpreter for an APL-like language.",
"long_description": "ivy is an interpreter for an APL-like language.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py310-cli-helpers",
"portdir": "python/py-cli-helpers",
"version": "2.4.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/cli-helpers/",
"description": "Helpers for building command-line apps",
"long_description": "CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It’s a helper library for command-line interfaces.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-pygments",
"py310-wcwidth",
"py310-configobj",
"py310-tabulate"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": []
},
{
"name": "fb303",
"portdir": "devel/fb303",
"version": "2024.09.23.00",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/facebook/fb303",
"description": "fb303 is a base Thrift service and a common set of functionality for querying stats, options, and other information from a service.",
"long_description": "fb303 is a base Thrift service and a common set of functionality for querying stats, options, and other information from a service.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"cmake",
"flex",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"openssl3",
"fbthrift",
"libfmt11",
"boost181",
"folly",
"google-glog",
"mstch",
"wangle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"edencommon"
]
}
]
},
{
"name": "cpptoml",
"portdir": "devel/cpptoml",
"version": "0.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/skystrife/cpptoml",
"description": "A header-only library for parsing TOML configuration files.",
"long_description": "A header-only library for parsing TOML configuration files.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"doxygen",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"boost176"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"edencommon",
"watchman"
]
}
]
},
{
"name": "termdown",
"portdir": "sysutils/termdown",
"version": "1.18.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/trehn/termdown",
"description": "Countdown timer and stopwatch in your terminal",
"long_description": "Countdown timer and stopwatch in your terminal. termdown can also operate in a stopwatch and count forward mode.",
"active": true,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-dateutil",
"py314-click",
"py314-pyfiglet"
]
}
],
"depends_on": []
},
{
"name": "py310-serverlessrepo",
"portdir": "python/py-serverlessrepo",
"version": "0.1.10",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/amazon-archives/aws-serverlessrepo-python",
"description": "A Python library with convenience helpers for working with the AWS Serverless Application Repository.",
"long_description": "A Python library with convenience helpers for working with the AWS Serverless Application Repository.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"clang-18",
"py310-installer",
"py310-build",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-boto3",
"py310-yaml",
"py310-six"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-serverlessrepo"
]
}
]
},
{
"name": "py39-serverlessrepo",
"portdir": "python/py-serverlessrepo",
"version": "0.1.10",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/amazon-archives/aws-serverlessrepo-python",
"description": "A Python library with convenience helpers for working with the AWS Serverless Application Repository.",
"long_description": "A Python library with convenience helpers for working with the AWS Serverless Application Repository.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"clang-16",
"py39-installer",
"py39-build",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-yaml",
"py39-six",
"py39-boto3"
]
},
{
"type": "test",
"ports": [
"py39-mock",
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py-serverlessrepo",
"portdir": "python/py-serverlessrepo",
"version": "0.1.10",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/amazon-archives/aws-serverlessrepo-python",
"description": "A Python library with convenience helpers for working with the AWS Serverless Application Repository.",
"long_description": "A Python library with convenience helpers for working with the AWS Serverless Application Repository.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-serverlessrepo"
]
}
],
"depends_on": []
},
{
"name": "py310-pyfiglet",
"portdir": "python/py-pyfiglet",
"version": "1.0.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pwaller/pyfiglet",
"description": "A full port of FIGlet into pure python",
"long_description": "pyfiglet is a full port of FIGlet (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts (like the title above, which is the 'block' font).",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-asciimatics"
]
}
]
},
{
"name": "py310-base58",
"portdir": "python/py-base58",
"version": "2.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/keis/base58",
"description": "Base58 and Base58Check implementation compatible with what is used by the bitcoin network",
"long_description": "Base58 and Base58Check implementation compatible with what is used by the bitcoin network. Any other alternative alphabet (like the XRP one) can be used.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-sslcrypto"
]
}
]
},
{
"name": "py310-decli",
"portdir": "python/py-decli",
"version": "0.6.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Woile/decli",
"description": "Minimal declarative cli tool",
"long_description": "Decli is minimal wrapper around argparse. It's useful when writing big applications that have many arguments and subcommands, this way it'll be more clear.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-poetry-core",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"commitizen"
]
}
]
},
{
"name": "py310-cachelib",
"portdir": "python/py-cachelib",
"version": "0.10.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pallets/cachelib",
"description": "A collection of cache libraries in the same API interface",
"long_description": "A collection of cache libraries in the same API interface.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"howdoi"
]
}
]
},
{
"name": "py310-questionary",
"portdir": "python/py-questionary",
"version": "2.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmbo/questionary",
"description": "Questionary is a Python library for effortlessly building pretty command line interfaces",
"long_description": "Questionary is a Python library for effortlessly building pretty command line interfaces. It makes it very easy to query your user for input. You need your user to confirm a destructive action or enter a file path? We’ve got you covered",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-poetry-core",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-prompt_toolkit"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"commitizen"
]
}
]
},
{
"name": "py310-re2",
"portdir": "python/py-re2",
"version": "1.0.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebook/pyre2",
"description": "Python wrapper of Google's RE2 library.",
"long_description": "pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-20",
"py310-setuptools",
"py310-wheel",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"re2",
"python310"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": []
},
{
"name": "py310-mercurial_extension_utils",
"portdir": "python/py-mercurial_extension_utils",
"version": "1.5.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://foss.heptapod.net/mercurial/mercurial-extension_utils",
"description": "Utility methods for Mercurial extensions",
"long_description": "Utility methods for Mercurial extensions",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 175
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"mercurial"
]
}
],
"depends_on": []
}
]
}