HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50452,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=718",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=716",
"results": [
{
"name": "py39-asgiref",
"portdir": "python/py-asgiref",
"version": "3.8.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://asgi.readthedocs.io",
"description": "ASGI specification and utilities",
"long_description": "ASGI specification and utilities",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-typing_extensions"
]
},
{
"type": "test",
"ports": [
"py39-pytest",
"py39-pytest-asyncio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-uvicorn",
"py39-mitmproxy"
]
}
]
},
{
"name": "py39-asitop",
"portdir": "python/py-asitop",
"version": "0.0.24",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tlkh/asitop",
"description": "Perf monitoring CLI tool for Apple Silicon",
"long_description": "A Python-based nvtop-inspired command line tool for Apple Silicon (aka M1) Macs",
"active": false,
"categories": [
"python",
"sysutil"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 225
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-16",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-dashing"
]
}
],
"depends_on": []
},
{
"name": "py39-asn1",
"portdir": "python/py-asn1",
"version": "0.6.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyasn1/pyasn1",
"description": "Implementation of ASN.1 types and codecs in Python",
"long_description": "This project is dedicated to implementation of ASN.1 types (concrete syntax) and codecs (transfer syntaxes) for Python programming environment.",
"active": true,
"categories": [
"devel",
"python",
"crypto"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-setuptools",
"py39-wheel",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-asn1-modules",
"py39-service_identity",
"py39-mitmproxy",
"py39-ndg_httpsclient",
"py39-rsa",
"py39-snmp",
"py39-ldap",
"py39-ldap3"
]
}
]
},
{
"name": "py39-asn1crypto",
"portdir": "python/py-asn1crypto",
"version": "1.5.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbond/asn1crypto",
"description": "A fast, pure Python library for parsing and serializing ASN.1 structures.",
"long_description": "A fast, pure Python library for parsing and serializing ASN.1 structures.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2864
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-hanko",
"py39-hanko-certvalidator",
"py39-oscrypto"
]
}
]
},
{
"name": "py39-asn1-modules",
"portdir": "python/py-asn1-modules",
"version": "0.4.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/etingof/pyasn1-modules",
"description": "A collection of ASN.1-based protocols modules.",
"long_description": "This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.",
"active": true,
"categories": [
"devel",
"python",
"crypto"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-installer",
"clang-18",
"py39-setuptools",
"py39-wheel",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-asn1"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-service_identity",
"py39-google-auth",
"py39-oauth2client",
"py39-ldap"
]
}
]
},
{
"name": "py39-asteval",
"portdir": "python/py-asteval",
"version": "1.0.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lmfit/asteval",
"description": "Safe, minimalistic evaluator of python expression using ast module",
"long_description": "ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-setuptools",
"py39-setuptools_scm",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-lmfit",
"chemex-devel"
]
},
{
"type": "run",
"ports": [
"py39-xraylarch"
]
}
]
},
{
"name": "py39-astlib",
"portdir": "python/py-astlib",
"version": "0.10.1",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://astlib.sourceforge.net",
"description": "python modules for research astronomers",
"long_description": "astLib is a set of python modules that provides some tools for research astronomers. It can be used for simple plots, statistics, common calculations, coordinate conversions, and manipulating FITS images with World Coordinate System (WCS) information.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-scipy",
"python39",
"py39-setuptools",
"py39-Pillow",
"py39-astropy",
"py39-matplotlib",
"py39-numpy"
]
}
],
"depends_on": []
},
{
"name": "py39-astor",
"portdir": "python/py-astor",
"version": "0.8.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/berkerpeksag/astor",
"description": "Read/rewrite/write Python ASTs",
"long_description": "astor is a python library to easily manipulate Python source code via ASTs",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 167
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-tensorflow",
"py39-tensorflow1"
]
},
{
"type": "test",
"ports": [
"py39-trio"
]
}
]
},
{
"name": "py39-astroid",
"portdir": "python/py-astroid",
"version": "3.3.11",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pylint-dev/astroid",
"description": "Rebuild a new abstract syntax tree from Python's ast.",
"long_description": "The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2864
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-typing_extensions"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-pylint"
]
},
{
"type": "test",
"ports": [
"py39-asttokens"
]
}
]
},
{
"name": "py39-astroML",
"portdir": "python/py-astroML",
"version": "0.4.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.astroml.org",
"description": "tools for machine learning and data mining in astronomy",
"long_description": "AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib, and distributed under the 3-Clause BSD license. It contains a growing library of statistical and machine learning routines for analyzing astronomical data in python, loaders for several open astronomical datasets, and a large suite of examples of analyzing and visualizing astronomical datasets.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [
"addons"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"py39-scipy",
"python39",
"py39-astropy",
"py39-matplotlib",
"py39-numpy",
"py39-scikit-learn"
]
},
{
"type": "run",
"ports": [
"py39-astroML_addons"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-astroML_addons",
"portdir": "python/py-astroML_addons",
"version": "0.2.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.astroml.org",
"description": "performance add-ons for the astroML package",
"long_description": "AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib, and distributed under the 3-Clause BSD license. It contains a growing library of statistical and machine learning routines for analyzing astronomical data in python, loaders for several open astronomical datasets, and a large suite of examples of analyzing and visualizing astronomical datasets. This package provides faster C implementations of some algorithms in astroML.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-numpy",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-astroML_addons"
]
},
{
"type": "run",
"ports": [
"py39-astroML"
]
}
]
},
{
"name": "py39-astroplan",
"portdir": "python/py-astroplan",
"version": "0.7",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://astroplan.readthedocs.io/",
"description": "Observation planning package for astronomers",
"long_description": "astroplan is an open source Python package to help astronomers plan observations. The goal of astroplan is to make a flexible toolbox for observation planning and scheduling. When complete, the goal is to be easy for Python beginners and new observers to to pick up, but powerful enough for observatories preparing nightly and long-term schedules.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-astropy-helpers",
"py39-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-tz",
"py39-astropy",
"py39-numpy"
]
}
],
"depends_on": []
},
{
"name": "py39-astropy",
"portdir": "python/py-astropy",
"version": "6.1.6",
"license": "BSD",
"platforms": "{darwin >= 11}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.astropy.org",
"description": "A Community Python Library for Astronomy",
"long_description": "The Astropy project is a common effort to develop a single core package for Astronomy.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [
"all",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"py39-cython",
"py39-extension-helpers",
"py39-jinja2",
"py39-setuptools",
"py39-setuptools_scm",
"py39-toml",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"erfa",
"wcslib",
"python39",
"py39-astropy-iers-data",
"expat",
"py39-colorlog",
"py39-h5py",
"py39-matplotlib",
"py39-numpy",
"py39-packaging",
"py39-pandas",
"py39-pyerfa",
"py39-scipy",
"py39-yaml",
"cfitsio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-asdf-astropy",
"py39-astlib",
"py39-healpy",
"py39-astropy-healpix",
"py39-sunpy",
"py39-gammapy",
"py39-gwpy",
"py39-kapteyn",
"py39-astroplan",
"py39-astroquery",
"py39-astroscrappy",
"py39-photutils",
"py39-vo",
"py39-skyfield",
"py39-pyvo",
"py39-mpl-animators",
"py39-astroML",
"py39-regions"
]
},
{
"type": "run",
"ports": [
"py39-regions",
"py39-reproject",
"py39-montage",
"py39-pyregion",
"py39-gammapy",
"py39-aplpy",
"py39-atpy"
]
}
]
},
{
"name": "py39-astropy-healpix",
"portdir": "python/py-astropy-healpix",
"version": "1.1.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/astropy-healpix",
"description": "BSD-licensed HEALPix for Astropy",
"long_description": "BSD-licensed HEALPix for Astropy",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-extension-helpers",
"py39-setuptools",
"py39-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py39-astropy",
"py39-numpy",
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-reproject"
]
}
]
},
{
"name": "py39-astropy-helpers",
"portdir": "python/py-astropy-helpers",
"version": "4.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/astropy-helpers",
"description": "Helpers for Astropy and Affiliated packages",
"long_description": "This project provides a Python package, astropy_helpers, which includes many build, installation, and documentation-related tools used by the Astropy project, but packaged separately for use by other projects that wish to leverage this work.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py39-astroplan",
"py39-astroscrappy",
"py39-photutils",
"py39-vo"
]
}
]
},
{
"name": "py39-astropy-iers-data",
"portdir": "python/py-astropy-iers-data",
"version": "0.2025.11.3.0.38.37",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/astropy-iers-data",
"description": "IERS Earth Rotation and Leap Second tables for the astropy core package",
"long_description": "IERS Earth Rotation and Leap Second tables for the astropy core package",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1199
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-hatchling",
"py39-hatch-vcs",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-astropy"
]
}
]
},
{
"name": "py39-astroquery",
"portdir": "python/py-astroquery",
"version": "0.4.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://astroquery.readthedocs.io/",
"description": "Accessing Online Astronomical Data",
"long_description": "Astroquery is an astropy affiliated package that contains a collection of tools to access online Astronomical data. Each web service has its own sub-package.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-numpy",
"python39",
"py39-pyvo",
"py39-requests",
"py39-astropy",
"py39-beautifulsoup4",
"py39-html5lib",
"py39-keyring"
]
}
],
"depends_on": []
},
{
"name": "py39-astroscrappy",
"portdir": "python/py-astroscrappy",
"version": "1.0.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/astroscrappy",
"description": "Speedy Cosmic Ray Annihilation Package in Python",
"long_description": "Astro-SCRAPPY is designed to detect cosmic rays in images (numpy arrays), originally based on Pieter van Dokkum’s L.A.Cosmic algorithm.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 432
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-astropy-helpers",
"py39-cython",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-astropy"
]
}
],
"depends_on": []
},
{
"name": "py39-asttokens",
"portdir": "python/py-asttokens",
"version": "3.0.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gristlabs/asttokens",
"description": "The asttokens module annotates Python abstract syntax trees (ASTs).",
"long_description": "The asttokens module annotates Python abstract syntax trees (ASTs).",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2864
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-setuptools",
"py39-setuptools_scm",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-astroid",
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-eric-ide",
"py39-stack_data"
]
}
]
},
{
"name": "py39-astunparse",
"portdir": "python/py-astunparse",
"version": "1.6.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/simonpercivall/astunparse",
"description": "An AST unparser for Python.",
"long_description": "An AST unparser for Python.. This is a factored out version of unparse found in the Python source distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest",
"py39-wheel"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py39-pytorch"
]
},
{
"type": "lib",
"ports": [
"py39-mdtraj",
"py39-tensorflow"
]
},
{
"type": "run",
"ports": [
"py39-tensorflow-macos"
]
}
]
},
{
"name": "py39-asv",
"portdir": "python/py-asv",
"version": "0.6.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/airspeed-velocity/asv",
"description": "Airspeed Velocity: A simple Python history benchmarking tool",
"long_description": "Airspeed Velocity: A simple Python history benchmarking tool",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-setuptools_scm",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-json5",
"py39-tabulate",
"py39-virtualenv",
"py39-tomli",
"py39-asv-runner"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-asv-runner",
"portdir": "python/py-asv-runner",
"version": "0.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://asv.readthedocs.io/projects/asv-runner/en/latest/",
"description": "Core Python benchmark code for ASV",
"long_description": "Core Python benchmark code for ASV",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-installer",
"clang-17",
"py39-pdm-backend"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-asv"
]
}
]
},
{
"name": "py39-async_generator",
"portdir": "python/py-async_generator",
"version": "1.10",
"license": "MIT and Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-trio/async_generator",
"description": "A library making it easy to write async iterators in Python 3.5",
"long_description": "Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-setuptools",
"py39-wheel",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-trio"
]
},
{
"type": "test",
"ports": [
"py39-outcome",
"py39-trio"
]
}
]
},
{
"name": "py39-async-lru",
"portdir": "python/py-async-lru",
"version": "2.0.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aio-libs/async-lru",
"description": "A port of Python’s built-in functools.lru_cache function for asyncio",
"long_description": "A port of Python’s built-in functools.lru_cache function for asyncio",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-18",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-typing_extensions",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-jupyterlab"
]
}
]
},
{
"name": "py39-asyncmy",
"portdir": "python/py-asyncmy",
"version": "0.2.5",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/long2ice/asyncmy",
"description": "A fast asyncio MySQL driver",
"long_description": "A fast asyncio MySQL driver",
"active": false,
"categories": [
"devel",
"databases",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-cython",
"py39-setuptools",
"clang-17",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-databases"
]
}
]
},
{
"name": "py39-asyncpg",
"portdir": "python/py-asyncpg",
"version": "0.29.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MagicStack/asyncpg",
"description": "An asyncio PostgreSQL driver",
"long_description": "asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python's asyncio framework.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-cython-compat",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-async-timeout"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-databases"
]
}
]
},
{
"name": "py39-asyncssh",
"portdir": "python/py-asyncssh",
"version": "2.21.1",
"license": "(EPL-2 or GPL-2+)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://asyncssh.timeheart.net",
"description": "AsyncSSH: Asynchronous SSHv2 client and server library",
"long_description": "AsyncSSH: Asynchronous SSHv2 client and server library",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"py39-cryptography",
"py39-typing_extensions",
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-spyder"
]
}
]
},
{
"name": "py39-asynctest",
"portdir": "python/py-asynctest",
"version": "0.13.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Martiusweb/asynctest",
"description": "Enhance the standard unittest package with features for testing asyncio libraries",
"long_description": "The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py39-mitmproxy"
]
}
]
},
{
"name": "py39-async-timeout",
"portdir": "python/py-async-timeout",
"version": "4.0.3",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aio-libs/async-timeout",
"description": "asyncio-compatible timeout context manager.",
"long_description": "asyncio-compatible is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "miguel",
"github": "ipglider",
"ports_count": 90
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-typing_extensions",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-python-socks",
"py39-redis",
"py39-aiohttp",
"py39-aiojobs"
]
},
{
"type": "run",
"ports": [
"py39-aiopg",
"py39-asyncpg"
]
}
]
},
{
"name": "py39-atomiclong",
"portdir": "python/py-atomiclong",
"version": "0.1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dreid/atomiclong",
"description": "increment numbers, atomically, in python",
"long_description": "Sometimes you need to increment some numbers, atomically, in python. AtomicLong was born out of the need for fast thread-safe counters in python. It uses CFFI to bind GCC's Atomic Builtins. Its value is a C long which can be incremented, decremented, and set atomically. It is inspired by Java's java.util.concurrent.atomic.AtomicLong.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-cffi",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-gitfs",
"py-atomiclong"
]
}
]
},
{
"name": "py39-atomicwrites",
"portdir": "python/py-atomicwrites",
"version": "1.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/untitaker/python-atomicwrites",
"description": "Powerful Python library for atomic file writes",
"long_description": "Powerful Python library for atomic file writes",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-setuptools",
"py39-wheel",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-beancount-import"
]
},
{
"type": "run",
"ports": [
"py39-spyder-devel",
"py39-spyder"
]
}
]
},
{
"name": "py39-atpublic",
"portdir": "python/py-atpublic",
"version": "6.0.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://public.readthedocs.io",
"description": "@public decorator for Python",
"long_description": "A very simple decorator and function which populates a module's __all__ and optionally the module globals.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 172
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-hatchling",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-aiosmtpd"
]
},
{
"type": "run",
"ports": [
"py39-flufl.bounce",
"py39-flufl.i18n",
"py39-flufl.lock"
]
}
]
},
{
"name": "py39-atpy",
"portdir": "python/py-atpy",
"version": "0.9.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://atpy.readthedocs.org/",
"description": "ATpy: Astronomical Tables in Python",
"long_description": "ATpy is a Python module aimed at seamlessly reading, creating, manipulating, and writing tables of astronomical data. To date, the following formats are supported: ASCII, FITS, VO, HDF5, and IPAC tables, and SQLite, MySQL, and PostgreSQL databases.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"hdf5",
"vo"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-astropy",
"py39-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-atpy"
]
}
]
},
{
"name": "py39-attr",
"portdir": "python/py-attr",
"version": "0.3.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/denis-ryzhkov/attr",
"description": "Simple decorator to set attributes of target function or class in a DRY way",
"long_description": "Simple decorator to set attributes of target function or class in a DRY way",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": []
},
{
"name": "py39-attrs",
"portdir": "python/py-attrs",
"version": "25.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-attrs/attrs",
"description": "Attributes without boilerplate",
"long_description": "attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols:",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-build",
"py39-hatchling",
"py39-hatch-vcs",
"py39-installer",
"py39-hatch-fancy-pypi-readme"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-hypothesis",
"py39-pytest",
"py39-zopeinterface"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-zeep",
"py39-eli5",
"py39-requests-cache",
"py39-scikit-hep-particle",
"py39-jsonschema-format-nongpl",
"py39-fiona",
"py39-twisted",
"py39-parver",
"py39-aiohttp",
"py39-aiosmtpd",
"py39-asdf",
"py39-hypothesis",
"py39-cattrs",
"py39-service_identity",
"py39-treq",
"py39-lsprotocol",
"py39-referencing",
"py39-trio",
"py39-jsonlines",
"py39-jsonschema"
]
},
{
"type": "run",
"ports": [
"py39-automat",
"py39-autobahn",
"py39-note-seq",
"py39-tensorflow-datasets",
"py39-rasterio",
"py39-trio",
"py39-pytest-mypy",
"py39-outcome"
]
},
{
"type": "test",
"ports": [
"py39-dm-tree"
]
}
]
},
{
"name": "py39-aubio",
"portdir": "python/py-aubio",
"version": "0.4.9",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aubio.org/",
"description": "a collection of tools for music analysis",
"long_description": "a collection of tools for music analysis",
"active": false,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-build",
"py39-installer",
"pkgconfig",
"py39-setuptools",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"py39-numpy",
"python39"
]
}
],
"depends_on": []
},
{
"name": "py39-audioread",
"portdir": "python/py-audioread",
"version": "3.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/beetbox/audioread",
"description": "cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.",
"long_description": "cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python. Decode audio files using whichever backend is available. The library currently supports: Gstreamer via PyGObject; Core Audio on Mac OS X via ctypes (PyObjC not required); MAD via the pymad bindings; FFmpeg or Libav via its command-line interface; The standard library wave, aifc, and sunau modules (for uncompressed audio formats).",
"active": false,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-flit_core",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-acoustid"
]
},
{
"type": "run",
"ports": [
"py39-librosa"
]
}
]
},
{
"name": "py39-authheaders",
"portdir": "python/py-authheaders",
"version": "0.14.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ValiMail/authentication-headers",
"description": "Library for the generation of email authentication headers",
"long_description": "A library wrapping email authentication header verification and generation. The library can perform DKIM, SPF, and DMARC validation, and the results are packaged into the Authentication-Results header.",
"active": false,
"categories": [
"devel",
"mail",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"clang-17",
"py39-installer",
"py39-build",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-dkimpy",
"py39-authres",
"py39-publicsuffix2",
"py39-ipaddress",
"py39-dnspython"
]
}
],
"depends_on": []
},
{
"name": "py39-authres",
"portdir": "python/py-authres",
"version": "1.2.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://launchpad.net/authentication-results-python",
"description": "Authentication-Results Headers generation and parsing.",
"long_description": "Authentication-Results Headers generation and parsing.",
"active": false,
"categories": [
"devel",
"mail",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-authheaders"
]
}
]
},
{
"name": "py39-autobahn",
"portdir": "python/py-autobahn",
"version": "24.4.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://crossbar.io/autobahn",
"description": "WebSocket client & server library WAMP real time framework",
"long_description": "WebSocket client & server library WAMP real time framework",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"clang-17",
"py39-installer",
"py39-build",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-flatbuffers",
"py39-msgpack",
"py39-openssl",
"py39-passlib",
"py39-pynacl",
"py39-python-snappy",
"py39-pytrie",
"py39-service_identity",
"py39-twisted",
"py39-txaio",
"py39-u-msgpack-python",
"py39-ujson",
"py39-qrcode",
"py39-cryptography",
"py39-cffi",
"py39-cbor2",
"py39-attrs",
"py39-argon2-cffi"
]
}
],
"depends_on": []
},
{
"name": "py39-autoflake",
"portdir": "python/py-autoflake",
"version": "2.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/PyCQA/autoflake",
"description": "Removes unused imports and unused variables",
"long_description": "Removes unused imports and unused variables",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-hatchling",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-pyflakes",
"py39-tomli",
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-orjson"
]
}
]
},
{
"name": "py39-automat",
"portdir": "python/py-automat",
"version": "25.4.16",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/glyph/automat",
"description": "A library for concise, idiomatic Python expression of finite-state automata",
"long_description": "Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-hatchling",
"py39-hatch-vcs",
"clang-18",
"py39-installer",
"py39-setuptools_scm",
"py39-wheel",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-setuptools"
]
},
{
"type": "run",
"ports": [
"py39-six",
"py39-attrs"
]
},
{
"type": "test",
"ports": [
"py39-graphviz",
"py39-pytest",
"py39-pytest-benchmark",
"py39-twisted"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-twisted"
]
}
]
},
{
"name": "py39-autopage",
"portdir": "python/py-autopage",
"version": "0.5.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zaneb/autopage",
"description": "automatically display terminal output in a pager",
"long_description": "automatically display terminal output in a pager",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-cliff"
]
}
]
},
{
"name": "py39-autopep8",
"portdir": "python/py-autopep8",
"version": "2.3.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hhatto/autopep8",
"description": "A tool that automatically formats Python code to conform to the PEP 8 style guide",
"long_description": "autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"clang-17",
"py39-installer",
"py39-build",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-tomli",
"py39-codestyle",
"autopep8_select"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-python-lsp-server"
]
}
]
},
{
"name": "py39-avro",
"portdir": "python/py-avro",
"version": "1.10.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://avro.apache.org/",
"description": "Avro is a serialization and RPC framework.",
"long_description": "Avro is a serialization and RPC framework.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-setuptools",
"py39-wheel",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-avro"
]
},
{
"type": "run",
"ports": [
"py39-tensorflow-data-validation",
"py39-tfx-bsl",
"py39-apache-beam"
]
}
]
},
{
"name": "py39-awscli",
"portdir": "python/py-awscli",
"version": "1.42.66",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "Universal Command Line Environment for Amazon Web Services.",
"long_description": "Universal Command Line Environment for Amazon Web Services.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"py39-s3transfer",
"python39",
"py39-yaml",
"py39-botocore",
"py39-colorama",
"py39-docutils",
"py39-rsa"
]
},
{
"type": "run",
"ports": [
"awscli_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-awscli-plugin-endpoint"
]
}
]
},
{
"name": "py39-awscli2",
"portdir": "python/py-awscli2",
"version": "2.31.22",
"license": "Apache-2",
"platforms": "{darwin >= 20}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "Universal Command Line Environment for Amazon Web Services.",
"long_description": "Universal Command Line Environment for Amazon Web Services.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 142
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-flit_core",
"py39-setuptools",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"py39-jmespath",
"py39-prompt_toolkit",
"py39-ruamel-yaml",
"python39",
"py39-urllib3",
"py39-awscrt",
"py39-ruamel-yaml-clib",
"py39-colorama",
"py39-dateutil",
"py39-distro",
"py39-docutils"
]
},
{
"type": "run",
"ports": [
"awscli_select"
]
}
],
"depends_on": []
},
{
"name": "py39-awscli-plugin-endpoint",
"portdir": "python/py-awscli-plugin-endpoint",
"version": "0.4",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbingli/awscli-plugin-endpoint",
"description": "An awscli plugin to configure service endpoint from aws configure file",
"long_description": "An awscli plugin to configure service endpoint from aws configure file",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-awscli"
]
}
],
"depends_on": []
},
{
"name": "py39-awscrt",
"portdir": "python/py-awscrt",
"version": "0.27.6",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "A common runtime for AWS Python projects",
"long_description": "A common runtime for AWS Python projects",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 142
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-build",
"py39-installer",
"cmake",
"py39-setuptools",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"py39-setuptools",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-awscli2"
]
}
]
},
{
"name": "py39-aws-sam-translator",
"portdir": "python/py-aws-sam-translator",
"version": "1.101.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/awslabs/serverless-application-model",
"description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
"long_description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"clang-18",
"py39-installer",
"py39-build",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-pydantic",
"py39-jsonschema",
"py39-boto3"
]
},
{
"type": "test",
"ports": [
"py39-mock",
"py39-parameterized",
"py39-pytest",
"py39-yaml"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-cfn-lint"
]
}
]
}
]
}