HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50447,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=682",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=680",
"results": [
{
"name": "py310-sacrebleu",
"portdir": "python/py-sacrebleu",
"version": "2.4.3",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mjpost/sacrebleu",
"description": "Hassle-free computation of shareable, comparable, and reproducible BLEU, chrF, and TER scores",
"long_description": "SacreBLEU provides hassle-free computation of shareable, comparable, and reproducible BLEU scores. Inspired by Rico Sennrich's multi-bleu-detok.perl, it produces the official WMT scores but works with plain text. It also knows all the standard test sets and handles downloading, processing, and tokenization for you.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"ja"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-portalocker"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-fairseq",
"py310-transformers"
]
}
]
},
{
"name": "py310-fairseq",
"portdir": "python/py-fairseq",
"version": "0.12.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytorch/fairseq",
"description": "Facebook AI Research Sequence-to-Sequence Toolkit written in Python.",
"long_description": "Fairseq(-py) is a sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling and other text generation tasks.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-setuptools"
]
},
{
"type": "run",
"ports": [
"py310-hydra-core",
"py310-sacrebleu",
"py310-omegaconf",
"py310-cython",
"py310-regex",
"py310-numpy",
"py310-cffi",
"py310-tqdm",
"py310-pytorch"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-fairseq"
]
},
{
"type": "run",
"ports": [
"py310-transformers"
]
}
]
},
{
"name": "py310-keras2onnx",
"portdir": "python/py-keras2onnx",
"version": "1.7.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/onnx/keras-onnx",
"description": "Converts Machine Learning models to ONNX for use in Windows ML",
"long_description": "The keras2onnx model converter enables users to convert Keras models into the ONNX model format. Initially, the Keras converter was developed in the project onnxmltools. keras2onnx converter development was moved into an independent repository to support more kinds of Keras models and reduce the complexity of mixing multiple converters.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"clang-18",
"py310-installer",
"py310-build",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-onnxconverter-common",
"py310-fire",
"py310-onnx",
"py310-protobuf3",
"py310-numpy"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-keras2onnx"
]
},
{
"type": "run",
"ports": [
"py310-transformers"
]
}
]
},
{
"name": "py310-datasets",
"portdir": "python/py-datasets",
"version": "2.21.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/huggingface/datasets",
"description": "Datasets and evaluation metrics for natural language processing and more",
"long_description": "Datasets is a lightweight and extensible library to easily share and access datasets and evaluation metrics for Natural Language Processing (NLP) and more.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"clang-18",
"py310-installer",
"py310-build",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-yaml",
"py310-pandas",
"py310-tqdm",
"py310-fsspec",
"py310-httpx",
"py310-multiprocess",
"py310-pyarrow",
"py310-xxhash",
"py310-huggingface_hub",
"py310-filelock",
"py310-dill",
"py310-numpy",
"py310-packaging",
"py310-requests"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-transformers"
]
}
]
},
{
"name": "py310-torchaudio",
"portdir": "python/py-torchaudio",
"version": "0.12.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytorch/audio",
"description": "Data manipulation and transformation for audio signal processing, powered by PyTorch",
"long_description": "The aim of torchaudio is to apply PyTorch to the audio domain. By supporting PyTorch, torchaudio follows the same philosophy of providing strong GPU acceleration, having a focus on trainable features through the autograd system, and having consistent style (tensor names and dimension names). Therefore, it is primarily a machine learning library and not a general signal processing library. The benefits of PyTorch can be seen in torchaudio through having all the computations be through PyTorch operations which makes it easy to use and feel like a natural extension.",
"active": true,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18",
"py310-installer",
"py310-build",
"py310-wheel",
"py310-setuptools",
"ninja"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"sox",
"py310-dill",
"python310",
"ffmpeg",
"libomp",
"zmq",
"py310-pytorch"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-torchaudio"
]
},
{
"type": "run",
"ports": [
"py310-transformers"
]
}
]
},
{
"name": "asdf",
"portdir": "sysutils/asdf",
"version": "0.18.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://asdf-vm.com/",
"description": "Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more",
"long_description": "asdf is a CLI tool that can manage multiple language runtime versions on a per-project basis.",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
},
{
"type": "run",
"ports": [
"git",
"curl"
]
}
],
"depends_on": []
},
{
"name": "py310-spaCy",
"portdir": "python/py-spaCy",
"version": "3.5.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spacy.io",
"description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
"long_description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clangdevel",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"mpich",
"openmpi"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"py310-numpy",
"py310-jsonschema",
"py310-blis",
"py310-cymem",
"py310-murmurhash",
"py310-plac",
"py310-preshed",
"py310-srsly",
"py310-thinc",
"py310-tqdm",
"py310-wasabi",
"py310-pydantic",
"py310-typer",
"py310-catalogue",
"py310-langcodes",
"py310-confection",
"python310",
"py310-cython",
"py310-pip",
"py310-requests",
"py310-typing_extensions",
"py310-packaging"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-mock",
"py310-flake8"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-spaCy-models",
"py310-torchtext",
"py-spaCy"
]
},
{
"type": "run",
"ports": [
"py310-allennlp"
]
}
]
},
{
"name": "py310-spaCy-models",
"portdir": "python/py-spaCy-models",
"version": "2.3.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spacy.io/models",
"description": "Models for the spaCy Natural Language Processing (NLP) library",
"long_description": "Models for the spaCy Natural Language Processing (NLP) library",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-typer",
"py310-installer",
"py310-setuptools",
"py310-packaging",
"py310-wheel",
"py310-jinja2",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-spaCy",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spaCy-models",
"py310-torchtext"
]
}
]
},
{
"name": "ccls_select",
"portdir": "devel/ccls",
"version": "0.20241108",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MaskRay/ccls",
"description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"long_description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "egorenar",
"github": "egorenar",
"ports_count": 10
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"ccls-clang-11",
"ccls-clang-10",
"ccls-clang-13",
"ccls-clang-12",
"ccls-clang-14"
]
}
]
},
{
"name": "ccls-clang-12",
"portdir": "devel/ccls",
"version": "0.20241108",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MaskRay/ccls",
"description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"long_description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "egorenar",
"github": "egorenar",
"ports_count": 10
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"rapidjson",
"libxml2",
"zlib",
"clang-12",
"libffi",
"ncurses"
]
},
{
"type": "run",
"ports": [
"ccls_select"
]
}
],
"depends_on": []
},
{
"name": "ccls-clang-13",
"portdir": "devel/ccls",
"version": "0.20241108",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MaskRay/ccls",
"description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"long_description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "egorenar",
"github": "egorenar",
"ports_count": 10
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"rapidjson",
"libxml2",
"zlib",
"clang-13",
"libffi",
"ncurses"
]
},
{
"type": "run",
"ports": [
"ccls_select"
]
}
],
"depends_on": []
},
{
"name": "ccls-clang-14",
"portdir": "devel/ccls",
"version": "0.20241108",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MaskRay/ccls",
"description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"long_description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "egorenar",
"github": "egorenar",
"ports_count": 10
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"rapidjson",
"libxml2",
"zlib",
"clang-14",
"libffi",
"ncurses"
]
},
{
"type": "run",
"ports": [
"ccls_select"
]
}
],
"depends_on": []
},
{
"name": "py310-torchtext",
"portdir": "python/py-torchtext",
"version": "0.13.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytorch/text",
"description": "PyTorch data loaders and abstractions for text and NLP",
"long_description": "PyTorch data loaders and abstractions for text and NLP",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ninja",
"clang-20",
"py310-installer",
"py310-build",
"py310-wheel",
"py310-setuptools",
"cmake"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"py310-spaCy-models",
"py310-spaCy",
"py310-pytorch",
"py310-nltk",
"python310",
"zmq"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-torchtext"
]
},
{
"type": "run",
"ports": [
"py310-transformers"
]
}
]
},
{
"name": "libbtbb",
"portdir": "devel/libbtbb",
"version": "2020-12-R1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/greatscottgadgets/libbtbb",
"description": "Bluetooth baseband decoding library.",
"long_description": "Bluetooth baseband decoding library, forked from the GR-Bluetooth project. It can be used to extract Bluetooth packet and piconet information from Ubertooth devices as well as GR-Bluetooth/USRP.",
"active": true,
"categories": [
"devel",
"net",
"security"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"python310",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ubertooth"
]
}
]
},
{
"name": "DeaDBeeF",
"portdir": "multimedia/DeaDBeeF",
"version": "1.9.5",
"license": "zlib and LGPL-2.1 and GPL-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://deadbeef.sourceforge.io",
"description": "DeaDBeeF is a modular cross-platform audio player",
"long_description": "DeaDBeeF is a modular cross-platform audio player. It plays a variety of audio formats, converts between them, lets you customize the UI in almost any way you want, and use many additional plugins which can extend it even more.\n\nNOTE: The macOS version has not been officially released, and has many unresolved issues and unimplemented features.",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "py310-torchvision",
"portdir": "python/py-torchvision",
"version": "0.15.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytorch/vision",
"description": "PyTorch datasets, transforms and models specific to computer vision",
"long_description": "The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-build",
"py310-installer",
"clang-20",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"zmq",
"python310",
"py310-Pillow",
"py310-pytorch"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-torchvision"
]
},
{
"type": "run",
"ports": [
"py310-allennlp",
"py310-transformers",
"py310-kraken"
]
}
]
},
{
"name": "libsdl12",
"portdir": "devel/libsdl12",
"version": "1.2.15-20250302",
"license": "LGPL-2.1+",
"platforms": "macosx freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libsdl.org/",
"description": "Cross-platform multi-media development API",
"long_description": "Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of \"Civilization: Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, macOS, Solaris, IRIX, and FreeBSD. This is the legacy 1.2 branch.",
"active": true,
"categories": [
"devel",
"multimedia"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "sdl12-compat",
"portdir": "devel/sdl12-compat",
"version": "1.2.72",
"license": "zlib",
"platforms": "macosx freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libsdl.org/",
"description": "SDL 1.2 compatibility layer",
"long_description": "This is a compatibility layer that allows programs written for SDL 1.2.x to run with SDL 2.x.",
"active": true,
"categories": [
"devel",
"multimedia"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libsdl2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libsdl"
]
}
]
},
{
"name": "py-jsonlines",
"portdir": "python/py-jsonlines",
"version": "4.0.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-jsonlines"
]
}
],
"depends_on": []
},
{
"name": "py37-jsonlines",
"portdir": "python/py-jsonlines",
"version": "3.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-attrs",
"py37-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-cloudflare"
]
}
]
},
{
"name": "py38-jsonlines",
"portdir": "python/py-jsonlines",
"version": "4.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-attrs",
"py38-typing_extensions",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-cloudflare"
]
}
]
},
{
"name": "py39-jsonlines",
"portdir": "python/py-jsonlines",
"version": "4.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"py39-attrs",
"py39-typing_extensions",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-maggma",
"py39-cloudflare2"
]
}
]
},
{
"name": "py310-jsonlines",
"portdir": "python/py-jsonlines",
"version": "4.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"py310-typing_extensions",
"py310-attrs",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-cloudflare2",
"py310-maggma"
]
}
]
},
{
"name": "py-cloudflare",
"portdir": "python/py-cloudflare",
"version": "4.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/cloudflare-python",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-cloudflare"
]
}
],
"depends_on": []
},
{
"name": "py37-cloudflare",
"portdir": "python/py-cloudflare",
"version": "2.11.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/python-cloudflare",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15",
"py37-setuptools",
"py37-wheel",
"py37-build",
"py37-installer"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-beautifulsoup4",
"py37-requests",
"py37-yaml",
"py37-jsonlines"
]
}
],
"depends_on": []
},
{
"name": "py38-cloudflare",
"portdir": "python/py-cloudflare",
"version": "2.20.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/python-cloudflare",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-jsonlines",
"py38-pytest",
"py38-pytest-cov",
"py38-requests",
"py38-yaml"
]
}
],
"depends_on": []
},
{
"name": "py39-cloudflare",
"portdir": "python/py-cloudflare",
"version": "4.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/cloudflare-python",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-hatchling",
"py39-installer",
"py39-hatch-fancy-pypi-readme",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-sniffio",
"python39",
"py39-typing_extensions",
"py39-anyio",
"py39-distro",
"py39-httpx",
"py39-pydantic"
]
}
],
"depends_on": []
},
{
"name": "py310-cloudflare",
"portdir": "python/py-cloudflare",
"version": "4.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/cloudflare-python",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-hatchling",
"py310-installer",
"py310-hatch-fancy-pypi-readme",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-pydantic",
"python310",
"py310-anyio",
"py310-typing_extensions",
"py310-distro",
"py310-httpx",
"py310-sniffio"
]
}
],
"depends_on": []
},
{
"name": "py-pkgutil_resolve_name",
"portdir": "python/py-pkgutil_resolve_name",
"version": "1.3.10",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/graingert/pkgutil-resolve-name",
"description": "A backport of Python 3.9’s pkgutil.resolve_name.",
"long_description": "A backport of Python 3.9’s pkgutil.resolve_name.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py38-pkgutil_resolve_name"
]
}
],
"depends_on": []
},
{
"name": "py37-pkgutil_resolve_name",
"portdir": "python/py-pkgutil_resolve_name",
"version": "1.3.10",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/graingert/pkgutil-resolve-name",
"description": "A backport of Python 3.9’s pkgutil.resolve_name.",
"long_description": "A backport of Python 3.9’s pkgutil.resolve_name.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-flit_core",
"py37-build",
"clang-14",
"py37-installer"
]
},
{
"type": "lib",
"ports": [
"python37"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-jsonschema"
]
}
]
},
{
"name": "py38-pkgutil_resolve_name",
"portdir": "python/py-pkgutil_resolve_name",
"version": "1.3.10",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/graingert/pkgutil-resolve-name",
"description": "A backport of Python 3.9’s pkgutil.resolve_name.",
"long_description": "A backport of Python 3.9’s pkgutil.resolve_name.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-flit_core",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-jsonschema",
"py38-jsonschema-format-nongpl",
"py-pkgutil_resolve_name"
]
}
]
},
{
"name": "py310-click-didyoumean",
"portdir": "python/py-click-didyoumean",
"version": "0.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/click-contrib/click-didyoumean",
"description": "Enable git-like did-you-mean feature in click",
"long_description": "Enable git-like did-you-mean feature in click",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-click"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"watson",
"py-click-didyoumean"
]
}
]
},
{
"name": "rq",
"portdir": "textproc/rq",
"version": "1.0.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dflemstr/rq",
"description": "Record Query - A tool for doing record analysis and transformation",
"long_description": "rq is a tool that's used for performing queries on streams of records in various formats. The goal is to make ad-hoc exploration of data sets easy without having to use more heavy-weight tools like SQL/MapReduce/custom programs. rq fills a similar niche as tools like awk or sed, but works with structured (record) data instead of text. rq supports Apache Avro, CBOR, JSON, MessagePack, Google ProtoBuf, YAML, TOML, CSV, & plain text.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py310-transformers",
"portdir": "python/py-transformers",
"version": "4.21.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://huggingface.co/transformers/",
"description": "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch",
"long_description": "Transformers provides thousands of pretrained models to perform tasks on texts such as classification, information extraction, question answering, summarization, translation, text generation, etc in 100+ languages. Its aim is to make cutting-edge NLP easier to use for everyone.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-fastprogress",
"py310-filelock",
"py310-importlib-metadata",
"py310-pandas",
"py310-cookiecutter",
"py310-matplotlib",
"py310-tqdm",
"py310-sphinx",
"py310-scikit-learn",
"py310-absl",
"py310-protobuf3",
"py310-parameterized",
"py310-h5py",
"py310-pydantic",
"py310-psutil",
"py310-soundfile",
"py310-nltk",
"py310-recommonmark",
"py310-fastapi",
"py310-starlette",
"py310-tensorflow-macos",
"py310-uvicorn",
"py310-pytorch",
"py310-tensorflow-datasets",
"py310-fire",
"py310-seqeval",
"py310-timeout-decorator",
"py310-unidic-lite",
"py310-faiss",
"py310-conllu",
"py310-onnxconverter-common",
"py310-fugashi",
"py310-sacremoses",
"py310-tokenizers",
"py310-elasticsearch",
"py310-huggingface_hub",
"py310-pytorch-lightning",
"py310-unidic",
"py310-tensorboardX",
"py310-sacrebleu",
"py310-keras2onnx",
"py310-datasets",
"py310-torchaudio",
"py310-torchtext",
"py310-torchvision",
"py310-fairseq",
"py310-requests",
"py310-regex",
"py310-packaging",
"py310-numpy",
"py310-Pillow"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-pytest-xdist",
"py310-pytest-sugar",
"py310-huggingface_hub"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-transformers"
]
},
{
"type": "run",
"ports": [
"py310-allennlp",
"py310-sentence-transformers"
]
}
]
},
{
"name": "py39-docx",
"portdir": "python/py-docx",
"version": "0.8.11",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-openxml/python-docx",
"description": "Create and update Microsoft Word .docx files",
"long_description": "Create and update Microsoft Word .docx files",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-lxml"
]
},
{
"type": "test",
"ports": [
"py39-mock",
"py39-parsing",
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py310-docx",
"portdir": "python/py-docx",
"version": "0.8.11",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-openxml/python-docx",
"description": "Create and update Microsoft Word .docx files",
"long_description": "Create and update Microsoft Word .docx files",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-lxml"
]
},
{
"type": "test",
"ports": [
"py310-parsing",
"py310-pytest",
"py310-mock"
]
}
],
"depends_on": []
},
{
"name": "nixpacks",
"portdir": "devel/nixpacks",
"version": "1.41.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nixpacks.com/",
"description": "Produce OCI compliant image from source directory",
"long_description": "Nixpacks takes a source directory and produces an OCI compliant image that can be deployed anywhere.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "max+github",
"github": "ci7rix",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "M2VDownsizer",
"portdir": "multimedia/M2VDownsizer",
"version": "1.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20120508050929if_/http://www.metakine.com/",
"description": "MPEG-2 video stream recompressesion",
"long_description": "M2VDownsizer is a tool that re-compresses MPEG-2 (or m2v) video streams. In other words, M2VDownsizer will perform a complete decompression and recompression of MPEG-2 video streams for the best possible video quality. \n \nM2VDownsizer accepts the raw MPEG-2 (or m2v) video data (not VOB) from the standard input and writes the recompressed video frames to the standard output. \n \nBe forewarned! Decompression and recompression could take hours for large MPEG-2 video streams! It is recommended that one first tries transcoding MPEG-2 streams using M2VRequantiser since transcoding is a lot faster and produces excellent results for most MPEG-2 video streams. M2VDownsizer is only intended to be used for large MPEG-2 video streams when transcoding does not produce acceptable results.",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [
{
"name": "amtor",
"github": "RobK88",
"ports_count": 11
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libmpeg2"
]
}
],
"depends_on": []
},
{
"name": "dud",
"portdir": "devel/dud",
"version": "0.4.5",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kevin-hanselman.github.io/dud",
"description": "Dud is a lightweight tool for versioning data alongside source code and building data pipelines.",
"long_description": "Dud is a lightweight tool for versioning data alongside source code and building data pipelines. In practice, Dud extends many of the benefits of source control to large binary data.\nWith Dud, you can commit, checkout, fetch, and push large files and directories with a simple command line interface. Dud stores recipes (a.k.a. stages) for retrieving your data in small YAML files. These stages can be stored in source control to link your data to your code. On top of that, stages can run the commands to generate the data, sort of like Make. Stages can be chained together to create data pipelines. See the Getting Started guide for a hands-on overview.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "py310-stopwordsiso",
"portdir": "python/py-stopwordsiso",
"version": "0.6.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bact/stopwords-iso",
"description": "Collection of stopwords for multiple languages. Using ISO 639 1 language code.",
"long_description": "Collection of stopwords for multiple languages. Using ISO 639 1 language code.",
"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": [
"py-stopwordsiso"
]
}
]
},
{
"name": "py39-ipython-sql",
"portdir": "python/py-ipython-sql",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/catherinedevlin/ipython-sql",
"description": "RDBMS access via %%sql magic for IPython",
"long_description": "Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.",
"active": false,
"categories": [
"databases",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 607
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-sqlparse",
"python39",
"py39-prettytable",
"py39-ipython",
"py39-ipython_genutils",
"py39-six",
"py39-sqlalchemy"
]
}
],
"depends_on": []
},
{
"name": "py310-ipython-sql",
"portdir": "python/py-ipython-sql",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/catherinedevlin/ipython-sql",
"description": "RDBMS access via %%sql magic for IPython",
"long_description": "Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 607
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-sqlparse",
"python310",
"py310-prettytable",
"py310-six",
"py310-ipython",
"py310-ipython_genutils",
"py310-sqlalchemy"
]
}
],
"depends_on": []
},
{
"name": "py310-xattr",
"portdir": "python/py-xattr",
"version": "1.3.0",
"license": "(MIT or PSF)",
"platforms": "darwin linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xattr/xattr",
"description": "Python wrapper for extended filesystem attributes",
"long_description": "xattr is a Python wrapper for Darwin, Linux, and FreeBSD extended filesystem attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger) and later.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 172
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-cffi"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-osxmetadata"
]
}
]
},
{
"name": "py-hatch-fancy-pypi-readme",
"portdir": "python/py-hatch-fancy-pypi-readme",
"version": "25.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hynek/hatch-fancy-pypi-readme",
"description": "a Hatch metadata plugin for projects' PyPI landing page",
"long_description": "a Hatch metadata plugin for projects' PyPI landing page",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-hatch-fancy-pypi-readme"
]
}
],
"depends_on": []
},
{
"name": "py37-hatch-fancy-pypi-readme",
"portdir": "python/py-hatch-fancy-pypi-readme",
"version": "25.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hynek/hatch-fancy-pypi-readme",
"description": "a Hatch metadata plugin for projects' PyPI landing page",
"long_description": "a Hatch metadata plugin for projects' PyPI landing page",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-hatchling",
"py37-installer",
"clang-18",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-typing_extensions",
"py37-tomli"
]
},
{
"type": "test",
"ports": [
"py37-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py37-attrs",
"py37-scikit-hep-awkward",
"py37-jsonschema",
"py37-pydantic",
"py37-httpx",
"py37-black",
"py37-scikit-build"
]
},
{
"type": "lib",
"ports": [
"py37-service_identity"
]
}
]
},
{
"name": "py38-hatch-fancy-pypi-readme",
"portdir": "python/py-hatch-fancy-pypi-readme",
"version": "25.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hynek/hatch-fancy-pypi-readme",
"description": "a Hatch metadata plugin for projects' PyPI landing page",
"long_description": "a Hatch metadata plugin for projects' PyPI landing page",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-hatchling",
"py38-build",
"py38-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py38-tomli",
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py38-attrs",
"py38-scikit-build",
"py38-black",
"py38-scikit-hep-awkward",
"py38-jsonschema",
"py38-jsonschema-format-nongpl",
"py38-argon2-cffi",
"py38-pydantic",
"py38-httpcore",
"py38-httpx",
"py38-structlog"
]
},
{
"type": "lib",
"ports": [
"py38-service_identity"
]
}
]
},
{
"name": "py39-hatch-fancy-pypi-readme",
"portdir": "python/py-hatch-fancy-pypi-readme",
"version": "25.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hynek/hatch-fancy-pypi-readme",
"description": "a Hatch metadata plugin for projects' PyPI landing page",
"long_description": "a Hatch metadata plugin for projects' PyPI landing page",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-hatchling",
"py39-build",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py39-tomli",
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py39-black",
"py39-scikit-hep-awkward",
"py39-cloudflare",
"py39-structlog",
"py39-argon2-cffi",
"py39-httpcore",
"py39-httpx",
"py39-jsonschema",
"py39-jsonschema-format-nongpl",
"py39-twisted",
"py39-scikit-build",
"py39-pydantic",
"py39-pytest-cov",
"py39-attrs"
]
},
{
"type": "lib",
"ports": [
"py39-service_identity"
]
}
]
},
{
"name": "py310-hatch-fancy-pypi-readme",
"portdir": "python/py-hatch-fancy-pypi-readme",
"version": "25.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hynek/hatch-fancy-pypi-readme",
"description": "a Hatch metadata plugin for projects' PyPI landing page",
"long_description": "a Hatch metadata plugin for projects' PyPI landing page",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-hatchling",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-tomli",
"python310"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py310-black",
"py310-argon2-cffi",
"py310-cloudflare",
"py310-httpcore",
"py310-httpx",
"py310-jsonschema",
"py310-jsonschema-format-nongpl",
"py310-scikit-hep-awkward",
"py310-scikit-build",
"py310-structlog",
"py310-twisted",
"py310-pydantic",
"py310-pytest-cov",
"py310-attrs"
]
},
{
"type": "lib",
"ports": [
"py310-service_identity"
]
}
]
},
{
"name": "py310-pytest-metadata",
"portdir": "python/py-pytest-metadata",
"version": "3.1.1",
"license": "MPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytest-dev/pytest-metadata",
"description": "Plugin for accessing test session metadata",
"long_description": "pytest-metadata is a plugin for pytest that provides access to test session metadata.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-17",
"py310-build",
"py310-hatchling",
"py310-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-pytest"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-pytest-json-report"
]
},
{
"type": "run",
"ports": [
"py310-pytest-html"
]
}
]
},
{
"name": "libquirc",
"portdir": "graphics/libquirc",
"version": "1.2",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dlbeer/quirc",
"description": "QR decoder library",
"long_description": "QR codes are a type of high-density matrix barcodes, and quirc is a library for extracting and decoding them from images.",
"active": true,
"categories": [
"graphics",
"math"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"full",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gmake",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-opencv4-devel",
"py37-opencv4",
"qrscan",
"py37-opencv4-devel",
"py39-opencv4",
"py39-opencv4-devel",
"py38-opencv4",
"opencv4",
"opencv4-devel",
"py310-opencv4",
"py311-opencv4",
"py312-opencv4",
"py313-opencv4",
"py314-opencv4",
"py310-opencv4-devel",
"py311-opencv4-devel",
"py312-opencv4-devel",
"py313-opencv4-devel"
]
}
]
}
]
}