HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51978,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=315",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=313",
"results": [
{
"name": "py38-pytest-describe",
"portdir": "python/py-pytest-describe",
"version": "2.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytest-dev/pytest-describe",
"description": "Describe-style plugin for pytest",
"long_description": "Describe-style plugin for pytest",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-pytest",
"python38"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-graphql-relay"
]
}
]
},
{
"name": "py38-pytest-datadir",
"portdir": "python/py-pytest-datadir",
"version": "1.5.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gabrielcnr/pytest-datadir",
"description": "pytest plugin for manipulating test data directories and files.",
"long_description": "pytest plugin for manipulating test data directories and files.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-build",
"py38-installer",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-pytest-regressions"
]
}
]
},
{
"name": "py38-pytest-cov",
"portdir": "python/py-pytest-cov",
"version": "5.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytest-dev/pytest-cov",
"description": "Pytest plugin for measuring coverage.",
"long_description": "Pytest plugin for measuring coverage.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools",
"py38-toml"
]
},
{
"type": "lib",
"ports": [
"py38-coverage",
"py38-pytest",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-cloudflare"
]
},
{
"type": "test",
"ports": [
"py38-allennlp",
"py38-zbar",
"py38-moviepy",
"py38-pyppmd",
"py38-multivolumefile",
"py38-last",
"py38-pybcj"
]
}
]
},
{
"name": "py38-pytest-check",
"portdir": "python/py-pytest-check",
"version": "2.1.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/okken/pytest-check",
"description": "A pytest plugin that allows multiple failures per test.",
"long_description": "A pytest plugin that allows multiple failures per test.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-flit_core",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pytest-benchmark",
"portdir": "python/py-pytest-benchmark",
"version": "4.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ionelmc/pytest-benchmark",
"description": "A pytest fixture for benchmarking code.",
"long_description": "A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"clang-18",
"py38-installer",
"py38-setuptools",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-pytest",
"py38-cpuinfo"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-graphql-relay",
"py38-allennlp",
"py38-cryptography",
"py38-lazy_object_proxy",
"py38-pyppmd",
"py38-py7zr"
]
}
]
},
{
"name": "py38-pytest-asyncio",
"portdir": "python/py-pytest-asyncio",
"version": "0.23.7",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pytest-asyncio.readthedocs.io/",
"description": "pytest support for asyncio",
"long_description": "asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing easier.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 71
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-pytest"
]
},
{
"type": "test",
"ports": [
"py38-flaky",
"py38-hypothesis",
"py38-mypy",
"py38-pytest",
"py38-pytest-trio"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-pygls",
"py38-cssselect",
"py38-mitmproxy",
"py38-scrapy",
"py38-outcome",
"py38-pytest-mock",
"py38-blinker",
"py38-structlog"
]
}
]
},
{
"name": "py38-pytest",
"portdir": "python/py-pytest",
"version": "8.3.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pytest.org",
"description": "py.test: simple powerful testing with Python",
"long_description": "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"py38-exceptiongroup",
"python38",
"py38-iniconfig",
"py38-packaging",
"py38-pluggy",
"py38-setuptools",
"py38-tomli"
]
},
{
"type": "run",
"ports": [
"pytest_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-pytest-forked",
"py38-pytest-pylint",
"py38-pytest-remotedata",
"py38-pytest-mpl",
"py38-rpy2",
"py38-pytest-qt",
"py38-beancount",
"py38-pytest-asyncio",
"py38-pytest-xprocess",
"py38-pytest-random-order",
"py38-pytest-xdist",
"py38-blaze",
"py38-pytest-cov",
"py38-pytest-describe",
"py38-cloudflare",
"py38-pytest-json-report",
"py38-pytest-trio",
"py38-pytest-profiling"
]
},
{
"type": "run",
"ports": [
"py38-pytest-html",
"py38-pyopencl",
"py38-pytest-metadata",
"py38-cartopy",
"py38-pytest-flake8",
"py38-pytest-mock",
"py38-pytest-fixture-config",
"py38-allennlp",
"py38-pytest-datadir",
"py38-pytest-regressions",
"py38-pytest-shutil",
"py38-pytest-benchmark",
"py38-pytest-sugar",
"py38-nbval",
"py38-pytest-virtualenv"
]
},
{
"type": "test",
"ports": [
"py38-columnize",
"py38-configargparse",
"py38-control",
"py38-cookies",
"py38-country",
"py38-cpuinfo",
"py38-crc32c",
"py38-cssselect2",
"py38-cucumber-tag-expressions",
"py38-cymem",
"py38-databases",
"py38-dateutil",
"py38-datrie",
"py38-ddt",
"py38-dnspython",
"py38-docker",
"py38-emcee3",
"py38-fairseq",
"py38-fastapi",
"py38-fastavro",
"py38-flake8",
"py38-flake8-mccabe",
"py38-flask-babel",
"py38-flask-cors",
"py38-freezegun",
"py38-ftfy",
"py38-fugashi",
"py38-future",
"py38-fuzzywuzzy",
"py38-geopy",
"py38-graphql-core",
"py38-graphql-relay",
"py38-gsd",
"py38-gunicorn",
"py38-gym",
"py38-h11",
"py38-hdbscan",
"py38-hpack",
"py38-html2text",
"py38-hydra-core",
"py38-hyperframe",
"py38-hyperlink",
"py38-igraph",
"py38-iminuit",
"py38-inflection",
"py38-intervaltree",
"py38-iso8601",
"py38-isort",
"py38-jaraco.functools",
"py38-jellyfish",
"py38-json-rpc",
"py38-json-tricks",
"py38-json5",
"py38-jsonpickle",
"py38-kaptan",
"py38-keras2onnx",
"py38-kfac",
"py38-kiwisolver",
"py38-latexcodec",
"py38-libcloud",
"py38-librosa",
"py38-lmfit",
"py38-lz4",
"py38-m2r",
"py38-magenta",
"py38-marisa-trie",
"py38-markupsafe",
"py38-mido",
"py38-mir_eval",
"py38-mitmproxy",
"py38-mock",
"py38-moviepy",
"py38-murmurhash",
"py38-mutagen",
"py38-natsort",
"py38-nbval",
"py38-neovim",
"py38-netaddr",
"py38-nmrglue",
"py38-note-seq",
"py38-numpydoc",
"py38-oauthlib",
"py38-oct2py",
"py38-omegaconf",
"py38-onnx",
"py38-opt_einsum",
"py38-panedr",
"py38-parameterized",
"py38-parse-type",
"py38-parsedatetime",
"py38-parsel",
"py38-parsimonious",
"py38-parso",
"py38-parver",
"py38-pdbpp",
"py38-photomosaic",
"py38-pint",
"py38-plumed",
"py38-portalocker",
"py38-portend",
"py38-poyo",
"py38-presets",
"py38-preshed",
"py38-pretend",
"py38-pretty-midi",
"py38-priority",
"py38-prompt_toolkit",
"py38-pygraphviz",
"py38-pygtrie",
"py38-pyicu",
"py38-pyrsistent",
"py38-pytest-asyncio",
"py38-pytest-fixture-config",
"py38-pytest-shutil",
"py38-pytest-timeout",
"py38-pytest-virtualenv",
"py38-python-jsonrpc-server",
"py38-pythonz",
"py38-pytools",
"py38-qtawesome",
"py38-queuelib",
"py38-rdflib",
"py38-recommonmark",
"py38-requests-cache",
"py38-resampy",
"py38-resumable-urlretrieve",
"py38-rope",
"py38-sacrebleu",
"py38-scikit-hep-awkward1",
"py38-scikit-hep-boost-histogram",
"py38-scikit-hep-hepstats",
"py38-scikit-hep-hepunits",
"py38-scikit-hep-hist",
"py38-scikit-hep-mplhep",
"py38-scikit-hep-mplhep_data",
"py38-scikit-hep-particle",
"py38-scikit-hep-uproot4",
"py38-scipy",
"py38-semver",
"py38-sentence-transformers",
"py38-setuptools_scm_git_archive",
"py38-simpy",
"py38-six",
"py38-soundfile",
"py38-spaCy",
"py38-spark_parser",
"py38-sphinxcontrib-versioning",
"py38-srsly",
"py38-starlette",
"py38-structlog",
"py38-sybil",
"py38-tempora",
"py38-tensorboardX",
"py38-tensorflow-data-validation",
"py38-tensorflow-datasets",
"py38-term-background",
"py38-testfixtures",
"py38-texttable",
"py38-tfx-bsl",
"py38-torchaudio",
"py38-transaction",
"py38-transformers",
"py38-trustme",
"py38-tvdb",
"py38-typed-ast",
"py38-typer",
"py38-tzlocal",
"py38-ujson",
"py38-uncertainties",
"py38-uncompyle6",
"py38-us",
"py38-watchdog",
"py38-wcwidth",
"py38-wsproto",
"py38-wurlitzer",
"py38-xarray",
"py38-xdis",
"py38-xmltodict",
"py38-xxhash",
"py38-tensorflow-addons",
"py38-tensorflow-probability",
"py38-allennlp",
"py38-hcloud",
"py38-cryptography",
"py38-huggingface_hub",
"py38-black",
"py38-astroML",
"py38-pyavm",
"py38-pythran",
"py38-websocket-client",
"py38-python-lsp-jsonrpc",
"py38-python-lsp-server",
"py38-backports.entry-points-selectable",
"py38-nmrglue-devel",
"py38-pyshark",
"py38-iniconfig",
"py38-packaging",
"py38-pluggy",
"py38-zopeinterface",
"py38-chardet",
"py38-cppy",
"py38-webencodings",
"py38-text-unidecode",
"py38-asv",
"py38-entrypoints",
"py38-filelock",
"py38-lazy_object_proxy",
"py38-pytest-benchmark",
"py38-qstylizer",
"py38-wrapt",
"py38-rsa",
"py38-patsy",
"py38-cycler",
"py38-pyficache",
"py38-asttokens",
"py38-about-time",
"py38-alive-progress",
"py38-jwt",
"py38-last",
"py38-rarfile",
"py38-soco",
"py38-coveralls",
"py38-multivolumefile",
"py38-path",
"py38-py7zr",
"py38-pyppmd",
"py38-pytest-profiling",
"py38-responses",
"py38-falcon",
"py38-flufl.i18n",
"py38-flufl.lock",
"py38-sqlparse",
"py38-django-allauth",
"py38-openid",
"py38-pick",
"py38-tabulate",
"py38-seaborn",
"py38-myst-parser",
"py38-python-ivi",
"py38-argh",
"py38-bpython",
"py38-curtsies",
"py38-iocapture",
"py38-pyte",
"py38-apipkg",
"py38-rednose",
"py38-sure",
"py38-wordcloud",
"py38-requests-oauthlib",
"py38-pygls",
"py38-tomlkit",
"py38-protego",
"py38-readability-lxml",
"py38-undetected-chromedriver",
"py38-urlwatch",
"py38-visa",
"py38-csvkit",
"py38-xhtml2pdf",
"py38-honcho",
"py38-pytest-mock",
"py38-jaraco.classes",
"py38-zbar",
"py38-zopfli",
"py38-flask",
"py38-python-dotenv",
"py38-sparse",
"py38-pymc",
"py38-hiredis",
"py38-openslide",
"py38-s3transfer",
"py38-botocore",
"py38-rich",
"py38-matplotlib-basemap",
"py38-pytest-sugar",
"py38-discogs-client",
"py38-pycryptodome",
"py38-pycryptodomex",
"py38-ordered-set",
"py38-inflate64",
"py38-pybcj",
"py38-pytorch",
"py38-importlib-resources",
"py38-clang",
"py38-confuse",
"py38-werkzeug",
"py38-pyzstd",
"py38-peakutils",
"py38-whatthepatch",
"py38-distlib",
"py38-ldap",
"py38-autopep8",
"py38-google-pasta",
"py38-pytest-mypy",
"py38-torchvision",
"py38-docx",
"py38-greenlet",
"py38-xattr",
"py38-pytest-metadata",
"py38-jsonpointer",
"py38-sphinx-jsonschema",
"py38-sphinx-rtd-theme",
"py38-pygrib",
"py38-graphviz",
"py38-pyotp",
"py38-scrapy",
"py38-berkeleydb",
"py38-unidecode",
"py38-imagesize",
"py38-opengl",
"py38-re2",
"py38-roman",
"py38-unicodedata2",
"py38-mediafile",
"py38-pysvn",
"py38-jsonnet",
"py38-aniso8601",
"py38-asn1",
"py38-asn1-modules",
"py38-bitstring",
"py38-bottle",
"py38-clint",
"py38-cog",
"py38-des",
"py38-dkimpy",
"py38-httpbin",
"py38-importmagic",
"py38-jsbeautifier",
"py38-jsonpatch",
"py38-libnacl",
"py38-markdown2",
"py38-mimeparse",
"py38-bcrypt",
"py38-brotli",
"py38-termstyle",
"py38-txrequests",
"py38-simplejson",
"py38-unidiff",
"py38-vobject",
"py38-w3lib",
"py38-lxml",
"py38-parse",
"py38-xlsx2csv",
"py38-crcmod",
"py38-geographiclib",
"py38-yapf",
"py38-ipdb",
"py38-contourpy",
"py38-more-itertools",
"py38-beautifulsoup4",
"py38-beniget",
"py38-contextlib2",
"py38-dispatcher",
"py38-docopt",
"py38-flake8-pep8-naming",
"py38-gast",
"py38-geojson",
"py38-ipaddress",
"py38-itsdangerous",
"py38-langdetect",
"py38-mpd2",
"py38-munkres",
"py38-musicbrainzngs",
"py38-nose",
"py38-pew",
"py38-pyannotate",
"py38-pyperclip",
"py38-pytest-remotedata",
"py38-setuptools-git",
"py38-slugify",
"salt",
"py38-sentencepiece",
"py38-wxpython-4.0",
"py38-rfc3339",
"py38-icalendar",
"py38-pygccxml",
"py38-pypeg2",
"py38-xmldiff",
"py38-py3dns",
"py38-isodate",
"py38-ephem",
"py38-scikit-hep-awkward",
"py38-scikit-hep-uproot",
"py38-confection",
"py38-pyproject_hooks",
"py38-gacode",
"py38-urwid",
"py38-cssselect",
"py38-obspy",
"py38-pdal",
"py38-xkcdpass",
"py38-dm-sonnet",
"py38-blinker",
"py38-pytest-trio",
"py38-bitmath",
"py38-scandir",
"py38-tlsh",
"py38-cbor2",
"py38-luma.core",
"py38-luma.emulator",
"py38-pyftdi",
"py38-smbus2",
"py38-circuitbreaker",
"py38-editdistance",
"py38-gnupg",
"py38-pyfatfs",
"py38-sip4",
"py38-apsw",
"py38-m2crypto",
"py38-fasteners",
"py38-meld3",
"py38-pastedeploy",
"py38-webtest",
"py38-lazy_loader",
"py38-soxr",
"py38-threadpoolctl",
"py38-fabio",
"py38-blosc2",
"py38-itemloaders",
"py38-click",
"py38-hatch-fancy-pypi-readme",
"py38-pyarrow",
"py38-pyqt4",
"py38-grpcio",
"py38-grpcio-tools",
"py38-dlib",
"py38-faiss",
"py38-Faker",
"py38-GridDataFormats",
"py38-amazon.ion",
"py38-anytree",
"py38-apache-beam",
"py38-appdirs",
"py38-arpeggio",
"py38-asteval",
"py38-astroid",
"py38-astunparse",
"py38-async_generator",
"py38-asyncpg",
"py38-atomicwrites",
"py38-attrs",
"py38-audioread",
"py38-automat",
"py38-avro",
"py38-aws-sam-translator",
"py38-babel",
"py38-behave",
"py38-blis",
"py38-cachetools",
"py38-cairo",
"py38-cairocffi",
"py38-catalogue",
"py38-cfn-lint",
"py38-cftime",
"py38-colorlog"
]
}
]
},
{
"name": "py38-pytesseract",
"portdir": "python/py-pytesseract",
"version": "0.3.2",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/madmaze/pytesseract",
"description": "Python-tesseract is a python wrapper for Google's Tesseract-OCR",
"long_description": "Python-tesseract is a python wrapper for Google's Tesseract-OCR",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 175
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"py38-Pillow",
"py38-setuptools",
"python38"
]
},
{
"type": "run",
"ports": [
"tesseract"
]
}
],
"depends_on": []
},
{
"name": "py38-pytensor",
"portdir": "python/py-pytensor",
"version": "2.12.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pymc-devs/pytensor",
"description": "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.",
"long_description": "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-cython",
"py38-numpy",
"py38-setuptools",
"py38-toml",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-15",
"py38-versioneer"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-minikanren",
"py38-filelock",
"py38-numpy",
"py38-scipy",
"py38-setuptools",
"py38-typing_extensions",
"py38-cons",
"py38-etuples",
"py38-logical-unification"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-pymc"
]
}
]
},
{
"name": "py38-pyte",
"portdir": "python/py-pyte",
"version": "0.8.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/selectel/pyte",
"description": "an in memory VTXXX-compatible terminal emulator",
"long_description": "It’s an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de-facto standard for all virtual terminal emulators. pyte follows the suit.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-16",
"py38-pytest-runner",
"py38-setuptools",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-wcwidth"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-curtsies"
]
}
]
},
{
"name": "py38-pysvn",
"portdir": "python/py-pysvn",
"version": "1.9.22",
"license": "Apache-1.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pysvn.sourceforge.io/",
"description": "Python Subversion Extension (pysvn)",
"long_description": "The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"apr",
"subversion",
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-eric-ide"
]
}
]
},
{
"name": "py38-pystache",
"portdir": "python/py-pystache",
"version": "0.6.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/defunkt/pystache",
"description": "Mustache for Python",
"long_description": "Pystache is a Python implementation of Mustache. Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et.",
"active": false,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-build",
"py38-installer",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"py38-importlib-metadata",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pyside-tools",
"portdir": "python/py-pyside-tools",
"version": "0.2.15",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://contribute.qt-project.org/wiki/PySide",
"description": "Tools for developing PySide applications",
"long_description": "Tools for developing PySide applications",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"cmake",
"pkgconfig",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-pyside",
"qt4-mac"
]
}
],
"depends_on": []
},
{
"name": "py38-pyside2",
"portdir": "python/py-pyside2",
"version": "5.15.15",
"license": "(GPL-2 or GPL-3+ or LGPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.qt.io/Qt_for_Python",
"description": "Python bindings for the Qt cross-platform application and UI framework",
"long_description": "Python bindings for the Qt cross-platform application and UI framework",
"active": false,
"categories": [
"aqua",
"devel",
"python"
],
"maintainers": [
{
"name": "pmetzger",
"github": "pmetzger",
"ports_count": 22
},
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"qt5-sqlite-plugin",
"cmake",
"pkgconfig",
"py38-setuptools",
"py38-sphinx",
"py38-wheel"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt5-qtsvg",
"qt5-qtmacextras",
"qt5-qtlocation",
"qt5-qtxmlpatterns",
"qt5-qtmultimedia",
"qt5-qtdatavis3d",
"qt5-qtscript",
"qt5-qtremoteobjects",
"qt5-qtscxml",
"qt5-qt3d",
"qt5-qtquickcontrols2",
"qt5-qtspeech",
"qt5-qttools",
"qt5-qtwebsockets",
"python38",
"py38-numpy",
"libxml2",
"libxslt",
"llvm-18",
"clang-18",
"qt5-qtgamepad",
"qt5-qtbase",
"qt5-qtwebengine",
"qt5-qtdeclarative",
"qt5-qtserialport",
"qt5-qtsensors",
"qt5-qtcharts",
"qt5-qtwebchannel"
]
}
],
"depends_on": []
},
{
"name": "py38-pyside",
"portdir": "python/py-pyside",
"version": "1.2.4",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyside/PySide",
"description": "LGPL-licensed Python bindings for Qt",
"long_description": "The PySide project provides LGPL-licensed Python bindings for the Qt cross-platform application and UI framework. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support all of the platforms as Qt itself.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"cmake",
"pkgconfig",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-shiboken",
"qt4-mac"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-pyside-tools"
]
}
]
},
{
"name": "py38-pyshp",
"portdir": "python/py-pyshp",
"version": "2.1.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/GeospatialPython/pyshp",
"description": "Python Shapefile Library",
"long_description": "PyShp library provides read and write support for the ESRI shapefile format in pure Python. This format is a popular Geographic Information System vector data format created by ESRI. You can read and write shp, shx, and dbf files with all types of geometry. Everything in the public ESRI shapefile specification is implemented.",
"active": false,
"categories": [
"python",
"gis"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 612
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-matplotlib-basemap",
"py38-cartopy",
"py38-tropycal",
"py38-obspy"
]
}
]
},
{
"name": "py38-pyshortcuts",
"portdir": "python/py-pyshortcuts",
"version": "1.9.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/newville/pyshortcuts",
"description": "Helps users create shortcuts to run python scripts and other applications.",
"long_description": "Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "joe.fowler",
"github": "joefowler",
"ports_count": 98
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-setuptools",
"py38-setuptools_scm",
"clang-16",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pyshark",
"portdir": "python/py-pyshark",
"version": "0.4.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/KimiNewt/pyshark",
"description": "Python wrapper for tshark",
"long_description": "Python wrapper for tshark, allowing python packet parsing using wireshark dissectors",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"clang-16",
"py38-installer",
"py38-setuptools",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-lxml",
"wireshark3"
]
},
{
"type": "test",
"ports": [
"py38-mock",
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-pyscard",
"portdir": "python/py-pyscard",
"version": "2.2.0",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyscard.sourceforge.io/",
"description": "Smartcard module for Python.",
"long_description": "Smartcard module for Python.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 162
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38",
"swig-python"
]
}
],
"depends_on": []
},
{
"name": "py38-pysam",
"portdir": "python/py-pysam",
"version": "0.22.0",
"license": "MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pysam-developers/pysam",
"description": "Python interface for the SAM/BAM sequence alignment and mapping format",
"long_description": "Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "git",
"github": "SoapZA",
"ports_count": 23
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-build",
"py38-installer",
"py38-cython",
"py38-setuptools",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"htslib",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-htseq"
]
}
]
},
{
"name": "py38-pyrxp",
"portdir": "python/py-pyrxp",
"version": "2.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyRXP",
"description": "Fast validating XML parser for python",
"long_description": "Fast validating XML parser for python",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-lscsoft-glue"
]
}
]
},
{
"name": "py38-pyrsistent",
"portdir": "python/py-pyrsistent",
"version": "0.20.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tobgu/pyrsistent/",
"description": "Pyrsistent is a number of persistent collections.",
"long_description": "Pyrsistent is a number of persistent collections.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-hypothesis",
"py38-pytest",
"py38-pytest-runner"
]
}
],
"depends_on": []
},
{
"name": "py38-pyro",
"portdir": "python/py-pyro",
"version": "4.77",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/irmen/Pyro4",
"description": "Distributed object middleware for Python (RPC)",
"long_description": "Pyro means PYthon Remote Objects. It is a library that enables you to build applications in which objects can talk to each other over the network, with minimal programming effort. You can just use normal Python method calls, with almost every possible parameter and return value type, and Pyro takes care of locating the right object on the right computer to execute the method. It is designed to be very easy to use, and to generally stay out of your way. But it also provides a set of powerful features that enables you to build distributed applications rapidly and effortlessly. Pyro is written in 100% pure Python.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "smithsp",
"github": "smithsp",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-serpent",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pyrfc3339",
"portdir": "python/py-pyrfc3339",
"version": "1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyRFC3339/",
"description": "pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.",
"long_description": "pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-tz"
]
},
{
"type": "test",
"ports": [
"py38-nose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-acme"
]
}
]
},
{
"name": "py38-pyregion",
"portdir": "python/py-pyregion",
"version": "2.1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/pyregion",
"description": "pyregion is a Python module to parse ds9 region files",
"long_description": "pyregion is a Python module to parse ds9 region files",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-numpy"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-astropy",
"py38-matplotlib",
"py38-parsing"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-aplpy"
]
}
]
},
{
"name": "py38-pyquery",
"portdir": "python/py-pyquery",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gawel/pyquery",
"description": "A jQuery-like library for Python",
"long_description": "Pyquery allows you to make jQuery queries on XML documents.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-cssselect",
"py38-lxml"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-webtest"
]
}
]
},
{
"name": "py38-pyqtgraph",
"portdir": "python/py-pyqtgraph",
"version": "0.13.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyqtgraph.org/",
"description": "Scientific Graphics and Qt GUI library for Python",
"long_description": "PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PyQt5 and numpy. It is intended for use in mathematics / scientific / engineering applications. It is very fast due to its heavy leverage of numpy for number crunching and Qt’s GraphicsView framework for fast display.",
"active": false,
"categories": [
"graphics",
"math",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 462
}
],
"variants": [
"pyqt4",
"pyqt5",
"pyside",
"opengl"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"py38-opengl",
"py38-pyqt5",
"py38-scipy",
"python38"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-xraylarch"
]
}
]
},
{
"name": "py38-pyqt-builder",
"portdir": "python/py-pyqt-builder",
"version": "1.17.0",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/pyqt-builder/",
"description": "The PEP 517 compliant PyQt build system",
"long_description": "The PEP 517 compliant PyQt build system",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools",
"py38-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py38-packaging",
"py38-sip",
"python38"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py38-poppler-qt5",
"py38-pyqt5-scintilla",
"py38-pyqt5-chart",
"py38-pyqt5-webengine",
"py38-pyqt5"
]
}
]
},
{
"name": "py38-pyqt5-webengine",
"portdir": "python/py-pyqt5-webengine",
"version": "5.15.7",
"license": "(GPL-3 or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/pyqtwebengine",
"description": "PyQt5 Webengine bindings",
"long_description": "PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine framework. The framework provides the ability to embed web content in applications and is based on the Chrome browser. The bindings sit on top of PyQt5 and are implemented as three separate modules corresponding to the different libraries that make up the framework.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"pkgconfig",
"py38-sip",
"py38-pyqt-builder"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qt5-qtwebengine",
"python38",
"py38-pyqt5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-eric-ide"
]
},
{
"type": "run",
"ports": [
"py38-spyder-devel",
"py38-xraylarch",
"py38-spyder"
]
}
]
},
{
"name": "py38-pyqt5-sip",
"portdir": "python/py-pyqt5-sip",
"version": "12.16.0",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/sip/",
"description": "The sip module support for PyQt5",
"long_description": "The sip module support for PyQt5",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-eric-ide"
]
},
{
"type": "run",
"ports": [
"py38-pyqt5"
]
}
]
},
{
"name": "py38-pyqt5-scintilla",
"portdir": "python/py-pyqt5-scintilla",
"version": "2.14.1",
"license": "(GPL-3 or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/qscintilla",
"description": "PyQt5 bindings for the QScintilla programmers editor widget",
"long_description": "QScintilla is a port to Qt of the Scintilla programmers editor widget. It supports the traditional low-level Scintilla API and implements a high-level API covering such things as auto-completion, code folding and lexer configuration.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"pkgconfig",
"py38-sip",
"py38-pyqt-builder"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qscintilla-qt5",
"python38",
"py38-pyqt5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-eric-ide"
]
}
]
},
{
"name": "py38-pyqt5-chart",
"portdir": "python/py-pyqt5-chart",
"version": "5.15.7",
"license": "(GPL-3 or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/pyqtchart",
"description": "PyQt5 Chart bindings",
"long_description": "PyQtChart is a set of Python bindings for The Qt Company's Qt Charts library. The bindings sit on top of PyQt5 and are implemented as a single module..",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"pkgconfig",
"py38-sip",
"py38-pyqt-builder"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qt5-qtcharts",
"python38",
"py38-pyqt5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-eric-ide"
]
}
]
},
{
"name": "py38-pyqt5",
"portdir": "python/py-pyqt5",
"version": "5.15.11",
"license": "(GPL-3 or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/pyqt/intro",
"description": "PyQt5 is a set of Python bindings for the Qt5 toolkit",
"long_description": "PyQt5 is a set of Python bindings for the Qt5 toolkit. The bindings are implemented as a set of Python modules and contain over 620 classes.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [
"webkit",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"py38-sip",
"py38-pyqt-builder",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"dbus-python38",
"python38",
"qt5",
"qt5-qtbase",
"qt5-qtscript",
"qt5-qt3d"
]
},
{
"type": "run",
"ports": [
"py38-pyqt5-sip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ninja-ide",
"py38-pyqt5-webengine",
"py38-pyface",
"py38-vispy",
"py38-superqt",
"py38-gpilab-framework",
"py38-pyqtgraph",
"py38-poppler-qt5",
"py38-qpageview",
"py38-eric-ide",
"py38-pyqt5-scintilla",
"py38-magicgui",
"py38-pyqt5-chart"
]
},
{
"type": "run",
"ports": [
"py38-spyder-devel",
"py38-xraylarch",
"py38-qimage2ndarray",
"py38-spyder"
]
}
]
},
{
"name": "py38-pyqt4",
"portdir": "python/py-pyqt4",
"version": "4.12.1",
"license": "GPL-3",
"platforms": "macosx",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/pyqt/intro",
"description": "PyQt4 is a set of Python bindings for the Qt4 toolkit",
"long_description": "PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 462
}
],
"variants": [
"phonon",
"scintilla",
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-build",
"py38-installer",
"clang-18",
"pkgconfig",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"dbus-python38",
"python38",
"py38-sip4"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-qscintilla-qt4"
]
}
]
},
{
"name": "py38-pyqrcodeng",
"portdir": "python/py-pyqrcodeng",
"version": "1.3.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyqrcode/pyqrcodeNG",
"description": "The PyQRCodeNG module is a QR code generator that is simple to use and written in pure Python",
"long_description": "The PyQRCodeNG module is a QR code generator that is simple to use and written in pure Python. The module automates most of the building process for creating QR codes. Most codes can be created using only two lines of code!",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "harensdeveloper",
"github": "harens",
"ports_count": 41
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-setuptools"
]
},
{
"type": "run",
"ports": [
"py38-pypng"
]
}
],
"depends_on": []
},
{
"name": "py38-pyqrcode",
"portdir": "python/py-pyqrcode",
"version": "1.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mnooner256/pyqrcode",
"description": "A QR code generator written purely in Python with SVG EPS PNG and terminal output.",
"long_description": "A QR code generator written purely in Python with SVG EPS PNG and terminal output.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-pypng",
"python38"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-autobahn"
]
}
]
},
{
"name": "py38-pyproject_metadata",
"portdir": "python/py-pyproject_metadata",
"version": "0.9.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/FFY00/python-pyproject-metadata",
"description": "Dataclass for PEP 621 metadata with support for core metadata generation",
"long_description": "Dataclass for PEP 621 metadata with support for core metadata generation",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-flit_core",
"py38-build",
"py38-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-packaging"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py38-fabio",
"py38-iminuit"
]
},
{
"type": "lib",
"ports": [
"py38-meson-python"
]
}
]
},
{
"name": "py38-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"py-bootstrap-modules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-tomli"
]
},
{
"type": "test",
"ports": [
"py38-testpath",
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-build"
]
}
]
},
{
"name": "py38-pyproj",
"portdir": "python/py-pyproj",
"version": "3.4.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyproj4.github.io/pyproj",
"description": "Python interfaces to PROJ.4 functions.",
"long_description": "Pyrex wrapper to provide python interfaces to PROJ.4 (http://proj.maptools.org) functions. Performs cartographic transformations and geodetic computations.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"proj8",
"proj9",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-cython-compat",
"py38-build",
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"py38-certifi",
"proj9",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-geopandas",
"py38-pygrib",
"py38-matplotlib-basemap",
"py38-owslib",
"py38-metpy"
]
},
{
"type": "test",
"ports": [
"py38-obspy"
]
}
]
},
{
"name": "py38-pyppmd",
"portdir": "python/py-pyppmd",
"version": "1.1.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/miurahr/pyppmd",
"description": "PPMd compression/decompression library",
"long_description": "PPMd compression/decompression library",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-coverage",
"py38-hypothesis",
"py38-pytest",
"py38-pytest-benchmark",
"py38-pytest-cov",
"py38-pytest-timeout"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-py7zr"
]
}
]
},
{
"name": "py38-pypostal",
"portdir": "python/py-pypostal",
"version": "1.1.11",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openvenues/pypostal",
"description": "International address parsing/normalization",
"long_description": "Python bindings to libpostal for fast international address parsing/normalization",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 162
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-six",
"libpostal",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pypng",
"portdir": "python/py-pypng",
"version": "0.20220715.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/drj11/pypng",
"description": "Pure Python PNG image encoder/decoder",
"long_description": "Pure Python PNG image encoder/decoder",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-pyqrcode"
]
},
{
"type": "run",
"ports": [
"py38-tensor2tensor",
"py38-pyqrcodeng"
]
}
]
},
{
"name": "py38-pyplusplus",
"portdir": "python/py-pyplusplus",
"version": "1.8.6",
"license": "Boost-1",
"platforms": "{darwin any}",
"epoch": 9,
"replaced_by": null,
"homepage": "https://github.com/ompl/pyplusplus",
"description": "Py++ is a framework for creating a code generator for Boost.Python library and ctypes package",
"long_description": "Py++ is a framework for creating a code generator for Boost.Python library and ctypes package",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mmoll",
"github": "mamoll",
"ports_count": 13
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-pygccxml",
"py38-setuptools",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pyperclip",
"portdir": "python/py-pyperclip",
"version": "1.9.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/asweigart/pyperclip",
"description": "A cross-platform clipboard module for Python",
"long_description": "A cross-platform clipboard module for Python. It currently handles only plain text.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 612
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"py38-setuptools",
"py38-wheel",
"py38-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-mitmproxy"
]
},
{
"type": "run",
"ports": [
"py38-cmd2"
]
}
]
},
{
"name": "py38-pypeg2",
"portdir": "python/py-pypeg2",
"version": "2.15.2",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://fdik.org/pyPEG/",
"description": "An intrinsic PEG Parser-Interpreter for Python",
"long_description": "An intrinsic PEG Parser-Interpreter for Python",
"active": false,
"categories": [
"lang",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-lxml"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-pypdf2",
"portdir": "python/py-pypdf2",
"version": "3.0.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "py38-pypdf",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by py38-pypdf",
"long_description": "This port has been replaced by py38-pypdf.",
"active": false,
"categories": [
"python"
],
"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": "py38-pypdf",
"portdir": "python/py-pypdf",
"version": "5.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/py-pdf/pypdf",
"description": "A utility to read and write pdfs with Python",
"long_description": "A Pure-Python PDF toolkit. It is capable of extracting document information, splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, and encrypting and decrypting PDF files.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-flit_core",
"py38-build",
"py38-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-xhtml2pdf"
]
}
]
},
{
"name": "py38-pyotp",
"portdir": "python/py-pyotp",
"version": "2.7.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyauth.github.io/pyotp",
"description": "Python One-Time Password Library",
"long_description": "PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-pyopencl",
"portdir": "python/py-pyopencl",
"version": "2023.1.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mathema.tician.de/software/pyopencl",
"description": "Python wrapper for OpenCL.",
"long_description": "PyOpenCL lets you access GPUs and other massively parallel compute devices from Python.",
"active": false,
"categories": [
"science",
"python",
"parallel"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 612
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-pybind11",
"py38-numpy",
"py38-mako",
"clang-16",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-cffi",
"py38-platformdirs"
]
},
{
"type": "run",
"ports": [
"py38-six",
"py38-pytools",
"py38-pytest",
"py38-decorator",
"py38-appdirs"
]
}
],
"depends_on": []
},
{
"name": "py38-pyobjc6",
"portdir": "python/py-pyobjc6",
"version": "6.2.2",
"license": "MIT",
"platforms": "{darwin < 11}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyobjc.readthedocs.io",
"description": "Bidirectional bridge between Python and Objective C",
"long_description": "The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C-based toolkits and the Objective-C programmer transparent access to Python based functionality.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 6
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-sphinx",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libffi",
"python38",
"py38-setuptools"
]
}
],
"depends_on": []
}
]
}