HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51787,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=512",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=510",
"results": [
{
"name": "py311-openbabel",
"portdir": "python/py-openbabel",
"version": "3.1.1.1",
"license": "GPL-2",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://openbabel.org",
"description": "Python interface to the Open Babel chemistry library",
"long_description": "Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It’s an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. computational chemistry. This port provides the Python bindings.",
"active": true,
"categories": [
"devel",
"science",
"python",
"chemistry"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-setuptools",
"py311-wheel",
"pkgconfig",
"swig-python",
"eigen3",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"openbabel"
]
}
],
"depends_on": []
},
{
"name": "py311-onnx",
"portdir": "python/py-onnx",
"version": "1.21.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://onnx.ai/",
"description": "Open Neural Network Exchange",
"long_description": "Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"clang-20",
"py311-nanobind",
"cmake",
"pybind11",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-typing_extensions",
"py311-numpy",
"py311-protobuf3"
]
},
{
"type": "run",
"ports": [
"py311-ml_dtypes"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-tabulate",
"py311-nbval"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-pytorch"
]
}
]
},
{
"name": "py311-omemo-dr",
"portdir": "python/py-omemo-dr",
"version": "1.0.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/omemo-dr/",
"description": "Initial codebase was forked from python axolotl but has since been heavily rewritten.",
"long_description": "Initial codebase was forked from python axolotl but has since been heavily rewritten.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-cryptography",
"py311-protobuf3",
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-omegaconf",
"portdir": "python/py-omegaconf",
"version": "2.3.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/omry/omegaconf",
"description": "Flexible Python configuration system. The last one you will ever need.",
"long_description": "OmegaConf is a hierarchical configuration system, with support for merging configurations from multiple sources (YAML config files, dataclasses/objects and CLI arguments) providing a consistent API regardless of how the configuration was created.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"clang-18",
"openjdk11",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-antlr4-python3-runtime-49"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-hydra-core"
]
}
]
},
{
"name": "py311-olm",
"portdir": "devel/olm",
"version": "3.2.16",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/matrix-org/olm",
"description": "olm bindings for Python 3.11",
"long_description": "olm bindings for Python 3.11",
"active": true,
"categories": [
"devel",
"security",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"olm"
]
},
{
"type": "run",
"ports": [
"py311-cffi",
"py311-future"
]
}
],
"depends_on": []
},
{
"name": "py311-olefile",
"portdir": "python/py-olefile",
"version": "0.47",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.decalage.info/python/olefileio",
"description": "Python package to parse read and write Microsoft OLE2 files (Structured Storage or Compound Document Microsoft Office) - Improved version of the OleFileIO module from PIL, the Python Image Library.",
"long_description": "Python package to parse read and write Microsoft OLE2 files (Structured Storage or Compound Document Microsoft Office) - Improved version of the OleFileIO module from PIL, the Python Image Library.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-nose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-Pillow"
]
}
]
},
{
"name": "py311-oldest-supported-numpy",
"portdir": "python/py-oldest-supported-numpy",
"version": "0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/project/oldest-supported-numpy/",
"description": "a numpy dependency stub",
"long_description": "We don't need oldest-supported-numpy in MacPorts, so this just installs metadata so that dependencies will be considered satisfied.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py311-pygeos",
"py311-cftime",
"py311-blosc2",
"py311-netcdf4"
]
},
{
"type": "run",
"ports": [
"py311-numpy"
]
}
]
},
{
"name": "py311-octave_kernel",
"portdir": "python/py-octave_kernel",
"version": "1.0.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Calysto/octave_kernel",
"description": "A Jupyter kernel for Octave",
"long_description": "A Jupyter kernel for Octave",
"active": true,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1401
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-poetry-core",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-metakernel",
"octave"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-oct2py"
]
}
]
},
{
"name": "py311-oct2py",
"portdir": "python/py-oct2py",
"version": "5.5.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/blink1073/oct2py",
"description": "Python to GNU Octave bridge --> run m-files from Python.",
"long_description": "Python to GNU Octave bridge --> run m-files from Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 465
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"octave",
"python311",
"py311-metakernel",
"py311-octave_kernel"
]
},
{
"type": "run",
"ports": [
"py311-scipy"
]
},
{
"type": "test",
"ports": [
"octave-signal",
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-oct2py"
]
}
]
},
{
"name": "py311-oci",
"portdir": "python/py-oci",
"version": "2.128.2",
"license": "(Permissive or Apache-2)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.oracle.com/en-us/iaas/tools/python/latest/index.html",
"description": "Oracle Cloud Infrastructure Python SDK",
"long_description": "Oracle Cloud Infrastructure Python SDK",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"clang-18",
"py311-wheel",
"py311-setuptools",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-circuitbreaker",
"py311-openssl",
"py311-cryptography",
"py311-tz",
"py311-dateutil",
"py311-certifi"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"oci-cli",
"py-oci"
]
}
]
},
{
"name": "py311-obspy",
"portdir": "python/py-obspy",
"version": "1.5.0",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/obspy/obspy/wiki/",
"description": "Python framework for processing seismological data",
"long_description": "ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides support for file formats and signal processing routines which allow the manipulation, analysis and visualization of seismological time series. The goal of the ObsPy project is to facilitate rapid application development for seismology.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 612
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"help2man",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"py311-matplotlib",
"py311-scipy",
"python311",
"py311-decorator",
"py311-sqlalchemy",
"py311-requests",
"py311-lxml",
"py311-numpy"
]
},
{
"type": "run",
"ports": [
"obspy_select"
]
},
{
"type": "test",
"ports": [
"py311-packaging",
"py311-pytest",
"py311-pyproj",
"py311-pytest-json-report"
]
}
],
"depends_on": []
},
{
"name": "py311-obspec",
"portdir": "python/py-obspec",
"version": "0.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/developmentseed/obspec",
"description": "A Python protocol for interfacing with object storage.",
"long_description": "A Python protocol for interfacing with object storage.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1401
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-async-tiff"
]
}
]
},
{
"name": "py311-objgraph",
"portdir": "python/py-objgraph",
"version": "3.6.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mgedmin/objgraph",
"description": "Python Object Graphs",
"long_description": "Python Object Graphs",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-18",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-graphviz"
]
}
],
"depends_on": []
},
{
"name": "py311-objexplore",
"portdir": "python/py-objexplore",
"version": "1.6.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kylepollina/objexplore",
"description": "Interactive Python Object Explorer",
"long_description": "Interactive Python Object Explorer",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-rich",
"py311-blessed",
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-oauthlib",
"portdir": "python/py-oauthlib",
"version": "3.3.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/oauthlib/oauthlib",
"description": "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",
"long_description": "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",
"active": true,
"categories": [
"net",
"security",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 612
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-cryptography",
"py311-blinker",
"py311-jwt"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-discogs-client",
"py311-requests-oauthlib"
]
}
]
},
{
"name": "py311-numpydoc",
"portdir": "python/py-numpydoc",
"version": "1.10.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/numpy/numpydoc",
"description": "Sphinx extension to support docstrings in Numpy format",
"long_description": "Numpydoc inserts a hook into Sphinx’s autodoc that converts docstrings following the Numpy/Scipy format to a form palatable to Sphinx.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-jinja2",
"py311-sphinx"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-spyder"
]
}
]
},
{
"name": "py311-numpy",
"portdir": "python/py-numpy",
"version": "2.4.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://numpy.org",
"description": "The core utilities for the scientific library scipy for Python",
"long_description": "The core utilities for the scientific library scipy for Python",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 465
},
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"gfortran",
"accelerate",
"openblas",
"flexiblas",
"blis",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc15",
"py311-meson-python",
"clang-20",
"pkgconfig",
"py311-build",
"py311-installer",
"py311-cython"
]
},
{
"type": "lib",
"ports": [
"python311",
"libgcc"
]
},
{
"type": "run",
"ports": [
"py311-oldest-supported-numpy"
]
},
{
"type": "test",
"ports": [
"py311-typing_extensions",
"py311-mypy",
"py311-cython",
"py311-hypothesis",
"py311-pytest",
"py311-cffi",
"py311-charset-normalizer",
"py311-tz"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py311-reproject",
"py311-pyopencl",
"py311-rsgislib"
]
},
{
"type": "lib",
"ports": [
"py311-spectral",
"py311-acor",
"py311-tstables",
"py311-pycifrw",
"py311-pygeos",
"py311-asdf-astropy",
"py311-dynd",
"py311-pdal-plugins",
"py311-mdp-toolkit",
"py311-pyviennacl",
"py311-gyoto",
"py311-xarray-einstats",
"py311-seaborn",
"py311-maggma",
"py311-imagecodecs",
"py311-pydicom",
"py311-cartopy",
"py311-pyside2",
"py311-napari-svg",
"py311-opengl-accelerate",
"py311-mayavi",
"py311-metpy",
"py311-keras",
"py311-keras_applications",
"py311-keras_preprocessing",
"py311-opt_einsum",
"py311-libsvm",
"py311-opencv4",
"py311-opencv4-devel",
"py311-regions",
"py311-aeppl",
"py311-aesara",
"py311-netcdf4",
"py311-obspy",
"py311-pyerfa",
"py311-bottleneck",
"py311-gammapy",
"py311-lmfit",
"py311-peakutils",
"py311-skyfield",
"py311-shapely",
"py311-blis",
"py311-drms",
"py311-mpl-animators",
"py311-spiceypy",
"py311-astropy",
"py311-astropy-healpix",
"py311-npx",
"py311-pyFAI",
"py311-pacal",
"py311-pymatgen",
"py311-tropycal",
"py311-emmet-core",
"py311-statsmodels",
"py311-pyarrow",
"py311-hdbscan",
"py311-silx",
"py311-termplotlib",
"py311-pandas",
"py311-pdal",
"py311-rustworkx",
"py311-control",
"py311-tifffile",
"py311-rasterio",
"py311-pyside6",
"py311-spaCy",
"py311-contextily",
"py311-async-geotiff",
"py311-lonboard",
"py311-chainer",
"py311-cftime",
"py311-torchvision",
"py311-slepc4py",
"py311-scikit-hep-uproot4",
"py311-ttfquery",
"py311-pytorch",
"py311-numba",
"py311-contourpy",
"py311-matplotlib",
"py311-petsc4py",
"py311-rawpy",
"py311-pythran",
"py311-scikit-umfpack",
"py311-scipy",
"py311-xarray",
"py311-geoviews",
"py311-blosc2",
"py311-imageio",
"py311-onnx",
"py311-emcee3",
"py311-numdifftools",
"py311-ndindex",
"py311-hvplot",
"py311-graph-tool",
"py311-mapclassify",
"py311-pytools",
"py311-algopy",
"py311-asdf",
"py311-quantities",
"py311-quantecon",
"py311-thinc",
"py311-bqplot",
"py311-sunpy",
"py311-meshio",
"py311-scikit-learn",
"py311-jplephem",
"py311-vispy",
"py311-eccodes",
"py311-nmrglue",
"py311-nmrglue-devel",
"py311-numexpr",
"py311-siphon",
"py311-geopandas",
"py311-diffusers",
"py311-game",
"py311-dm-tree",
"py311-gdal",
"py311-transformers",
"py311-pymc",
"py311-pyogrio",
"py311-pywavelets",
"py311-samplerate",
"py311-scikit-hep-awkward",
"py311-tables",
"py311-scikit-hep-awkward1",
"py311-scikit-hep-uproot",
"py311-networkit",
"py311-mahotas",
"py311-ipympl",
"py311-altair",
"py311-biopython",
"py311-arviz",
"py311-corner",
"py311-numcodecs",
"py311-zarr",
"grass7",
"py311-bokeh",
"py311-scikit-rf",
"py311-aubio",
"py311-gsl",
"py311-scikit-image",
"py311-deap",
"py311-dijitso",
"py311-fabio",
"py311-fiat",
"py311-h5py",
"py311-g2p-en",
"py311-iminuit",
"py311-imread",
"py311-patsy",
"py311-dolfin",
"py311-fipy",
"py311-gensim",
"py311-snuggs",
"py311-spglib",
"py311-pytensor",
"py311-astroquery",
"py311-pyedr",
"py311-opencv3",
"py311-opencv3-devel"
]
},
{
"type": "run",
"ports": [
"py311-seqeval",
"py311-resampy",
"py311-pretty-midi",
"py311-soundfile",
"py311-sounddevice",
"py311-folium",
"py311-mgwr",
"py311-spreg",
"py311-wordcloud",
"py311-sentence-transformers",
"py311-wxmplot",
"py311-xraydb",
"py311-xraylarch",
"py311-rasterstats",
"py311-bpemb",
"py311-spglm",
"py311-spopt",
"py311-soxr",
"py311-ml_dtypes",
"py311-esda",
"py311-qimage2ndarray",
"py311-spint",
"py311-splot",
"py311-spvcm",
"py311-spaghetti",
"py311-spyder",
"py311-tensorflow-datasets",
"py311-librosa",
"py311-datasets",
"py311-pygmt",
"py311-wxpython-4.0",
"py311-ezdxf",
"py311-imagehash",
"py311-segregation",
"py311-pmdarima",
"py311-access",
"py311-pointpats",
"py311-reproject",
"py311-tobler",
"py311-note-seq",
"py311-libpysal",
"py311-inequality"
]
},
{
"type": "test",
"ports": [
"py311-svgelements",
"py311-dill",
"py311-zbar",
"py311-json-tricks",
"py311-cairocffi",
"py311-blosc",
"py311-plumed",
"py311-uncertainties",
"py311-igraph"
]
}
]
},
{
"name": "py311-numexpr",
"portdir": "python/py-numexpr",
"version": "2.14.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pydata/numexpr",
"description": "Multiple-operator array expression evaluator",
"long_description": "The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it on the fly into code for its internal virtual machine (VM). Due to its integrated just-in-time (JIT) compiler, it does not require a compiler at runtime.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-18",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-numpy",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-blosc2",
"py311-tables",
"py311-pyFAI"
]
},
{
"type": "run",
"ports": [
"py311-xraylarch"
]
}
]
},
{
"name": "py311-numdifftools",
"portdir": "python/py-numdifftools",
"version": "0.9.42",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pbrod/numdifftools",
"description": "Solve automatic numerical differentiation problems in one or more variables.",
"long_description": "Solve automatic numerical differentiation problems in one or more variables.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-pdm-backend",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py311-statsmodels",
"python311",
"py311-numpy",
"py311-scipy",
"py311-algopy"
]
},
{
"type": "test",
"ports": [
"py311-hypothesis",
"py311-pytest",
"py311-matplotlib",
"py311-line_profiler"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-xraylarch"
]
}
]
},
{
"name": "py311-numcodecs",
"portdir": "python/py-numcodecs",
"version": "0.16.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zarr-developers/numcodecs",
"description": "Numcodecs is a Python package providing buffer compression and transformation codecs for use in data storage and communication applications.",
"long_description": "Numcodecs is a Python package providing buffer compression and transformation codecs for use in data storage and communication applications.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1401
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-wheel",
"py311-setuptools_scm",
"py311-cython",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-cpuinfo",
"py311-numpy",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-zarr"
]
}
]
},
{
"name": "py311-numba",
"portdir": "python/py-numba",
"version": "0.65.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://numba.pydata.org/",
"description": "Numba is a NumPy aware dynamic compiler for Python.",
"long_description": "Numba is an Open Source NumPy-aware optimizing compiler for Python. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"openmp",
"tbb",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-numpy",
"py311-llvmlite",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-quantecon"
]
},
{
"type": "run",
"ports": [
"py311-segregation",
"py311-note-seq",
"py311-librosa",
"py311-resampy"
]
}
]
},
{
"name": "py311-nuitka",
"portdir": "python/py-nuitka",
"version": "4.0.7",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://nuitka.net/",
"description": "Python compiler with full language support and CPython compatibility.",
"long_description": "Python compiler with full language support and CPython compatibility.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-18",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-zstd",
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-ntlm-auth",
"portdir": "python/py-ntlm-auth",
"version": "1.5.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jborean93/ntlm-auth",
"description": "Calculates NTLM Authentication codes",
"long_description": "The goal of this library is to offer full NTLM support including signing and sealing of messages as well as supporting MIC for message integrity and the ability to customise and set limits on the messages sent.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-npx",
"portdir": "python/py-npx",
"version": "0.1.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nschloe/npx",
"description": "NumPy is a large library used everywhere in scientific computing. That's why breaking backwards-compatibility comes at a significant cost and is almost always avoided, even if the API of some methods is arguably lacking. This package provides drop-in wrappers fixing those.",
"long_description": "NumPy is a large library used everywhere in scientific computing. That's why breaking backwards-compatibility comes at a significant cost and is almost always avoided, even if the API of some methods is arguably lacking. This package provides drop-in wrappers fixing those.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1401
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-18",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"py311-numpy",
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-npe2",
"portdir": "python/py-npe2",
"version": "0.8.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/napari/npe2",
"description": "napari plugin refactor",
"long_description": "napari plugin refactor",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1401
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"py311-hatch-vcs",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py311-psygnal",
"py311-appdirs",
"python311",
"py311-rich",
"py311-pydantic-extra-types",
"py311-typer",
"py311-tomli-w",
"py311-platformdirs",
"py311-yaml",
"py311-pydantic"
]
}
],
"depends_on": []
},
{
"name": "py311-novaclient",
"portdir": "python/py-novaclient",
"version": "18.9.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.openstack.org/python-novaclient/latest/",
"description": "Command line for openstack api",
"long_description": "This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"clang-18",
"py311-pbr",
"py311-wheel",
"py311-setuptools",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-prettytable",
"py311-oslo-utils",
"py311-oslo-serialization",
"py311-oslo-i18n",
"py311-keystoneauth1",
"py311-stevedore",
"py311-iso8601"
]
}
],
"depends_on": []
},
{
"name": "py311-notify2",
"portdir": "python/py-notify2",
"version": "0.3.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/takluyver/pynotify2",
"description": "Python interface to DBus notifications",
"long_description": "Python interface to DBus notifications.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-note-seq",
"portdir": "python/py-note-seq",
"version": "0.0.5",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://magenta.tensorflow.org/",
"description": "Use machine learning to create art and music.",
"long_description": "Use machine learning to create art and music.. This is the home for our serializable NoteSequence representation along with utilities for: creating them from various formats (e.g., MIDI, abc, MusicXML); manipulating them (e.g., slicing, quantizing) extracting components (e.g., melodies, drum tracks, chord); exporting them (e.g., to MIDI or audio); or converting them to representations useful for model training (e.g., one-hot tensors).",
"active": true,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-bokeh",
"py311-ipython",
"py311-scikit-image",
"py311-numba",
"py311-pretty-midi",
"py311-protobuf3",
"py311-absl",
"py311-librosa",
"py311-attrs",
"py311-numpy",
"py311-intervaltree",
"py311-pandas",
"py311-scipy"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-pytest-xdist"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-note-seq"
]
}
]
},
{
"name": "py311-notebook_shim",
"portdir": "python/py-notebook_shim",
"version": "0.2.4",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter/notebook_shim",
"description": "Part of JupyterLab ecosystem.",
"long_description": "Part of JupyterLab ecosystem.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-jupyter_server"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-notebook",
"py311-nbclassic",
"py311-jupyterlab"
]
}
]
},
{
"name": "py311-notebook",
"portdir": "python/py-notebook",
"version": "7.1.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jupyter.org",
"description": "Web-based notebook environment for interactive computing.",
"long_description": "Web-based notebook environment for interactive computing.",
"active": true,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"py311-hatch-jupyter-builder",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-notebook_shim",
"py311-tornado",
"py311-jupyter_server",
"py311-jupyterlab",
"py311-jupyterlab_server"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-holoviews",
"py311-jupyter"
]
}
]
},
{
"name": "py311-nose",
"portdir": "python/py-nose",
"version": "1.3.7",
"license": "LGPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nose.readthedocs.io/",
"description": "A Python unittest extension.",
"long_description": "A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture. Nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-setuptools"
]
},
{
"type": "run",
"ports": [
"nosetests_select"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-nose"
]
},
{
"type": "test",
"ports": [
"py311-anytree",
"py311-pyrfc3339",
"py311-pastedeploy",
"py311-webtest",
"py311-olefile",
"py311-podcastparser",
"py311-zbar",
"py311-trepan3k",
"py311-smmap",
"py311-paste",
"py311-minidb",
"py311-rangehttpserver",
"py311-overrides",
"py311-hdbscan",
"py311-eventlet",
"py311-parameterized"
]
}
]
},
{
"name": "py311-nodeenv",
"portdir": "python/py-nodeenv",
"version": "1.10.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ekalinin/nodeenv",
"description": "Node.js virtual environment builder",
"long_description": "Node.js virtual environment builder",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"clang-18",
"py311-wheel",
"py311-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-pre-commit"
]
}
]
},
{
"name": "py311-nmrglue-devel",
"portdir": "python/py-nmrglue",
"version": "20251224-2500a5f4",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nmrglue.com",
"description": "A module for working with NMR data in Python",
"long_description": "nmrglue is a module for working with NMR data in Python. When used with the Numpy, Scipy, and matplotlib packages nmrglue provides a robust interpreted environment for processing, analysing, and inspecting NMR data.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-numpy",
"py311-scipy"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py311-nmrglue",
"portdir": "python/py-nmrglue",
"version": "0.11",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nmrglue.com",
"description": "A module for working with NMR data in Python",
"long_description": "nmrglue is a module for working with NMR data in Python. When used with the Numpy, Scipy, and matplotlib packages nmrglue provides a robust interpreted environment for processing, analysing, and inspecting NMR data.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2112
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-numpy",
"py311-scipy"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py311-nltk",
"portdir": "python/py-nltk",
"version": "3.8.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.nltk.org/",
"description": "Natural Language Toolkit",
"long_description": "NLTK is Python modules for research and development in natural language processing",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stevenbird1",
"github": "stevenbird",
"ports_count": 11
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-regex",
"py311-click",
"py311-joblib",
"py311-tqdm"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-g2p-en"
]
}
]
},
{
"name": "py311-networkx",
"portdir": "python/py-networkx",
"version": "3.6.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://networkx.github.io",
"description": "NetworkX in a Python package for graph manipulation.",
"long_description": "NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-tropycal",
"py311-prov",
"py311-mapclassify"
]
},
{
"type": "run",
"ports": [
"py311-spopt",
"py311-momepy",
"py311-pymatgen",
"py311-scikit-image",
"py311-pyvis",
"py311-cfn-lint"
]
},
{
"type": "test",
"ports": [
"py311-igraph"
]
}
]
},
{
"name": "py311-networkit",
"portdir": "python/py-networkit",
"version": "11.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://networkit.iti.kit.edu/",
"description": "NetworKit is a toolbox for high-performance network analysis",
"long_description": "NetworKit is a toolbox for high-performance network analysis",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-cython",
"cmake"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-numpy",
"py311-scipy",
"py311-tabulate",
"libomp"
]
}
],
"depends_on": []
},
{
"name": "py311-netifaces",
"portdir": "python/py-netifaces",
"version": "0.11.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://alastairs-place.net/projects/netifaces/",
"description": "an easy way to get the address(es) of the machine’s network interfaces from Python",
"long_description": "an easy way to get the address(es) of the machine’s network interfaces from Python",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2085
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-netifaces"
]
}
]
},
{
"name": "py311-netcdf4",
"portdir": "python/py-netcdf4",
"version": "1.7.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://unidata.github.io/netcdf4-python/",
"description": "Python/numpy interface to netCDF",
"long_description": "netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "jswhit",
"github": "jswhit",
"ports_count": 20
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"gfortran",
"mpich",
"openmpi",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"py311-setuptools_scm",
"py311-cython",
"py311-oldest-supported-numpy",
"clang-18",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"hdf5",
"netcdf",
"python311",
"py311-certifi",
"py311-numpy",
"py311-cftime"
]
},
{
"type": "test",
"ports": [
"py311-packaging",
"py311-cython",
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py311-netaddr",
"portdir": "python/py-netaddr",
"version": "1.3.0",
"license": "BSD and MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/drkjam/netaddr/",
"description": "A network address manipulation library for Python",
"long_description": "A network address manipulation library for Python",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-cidrize"
]
},
{
"type": "run",
"ports": [
"py311-oslo-utils",
"py311-oslo-config"
]
}
]
},
{
"name": "py311-nest_asyncio",
"portdir": "python/py-nest_asyncio",
"version": "1.6.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/erdewit/nest_asyncio",
"description": "Library that allows nested use of event loops.",
"long_description": "Library that allows nested use of event loops.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-build",
"py311-installer",
"clang-18",
"py311-wheel",
"py311-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-ipykernel",
"py311-nbclassic"
]
}
]
},
{
"name": "py311-neovim",
"portdir": "python/py-neovim",
"version": "0.6.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/neovim/pynvim",
"description": "Python client for Neovim",
"long_description": "Python client for Neovim. Implements support for python plugins in Nvim. Also works as a library for connecting to and scripting Nvim processes through its msgpack-rpc API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 654
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-typing_extensions",
"py311-greenlet",
"py311-msgpack"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-pytest-timeout"
]
}
],
"depends_on": []
},
{
"name": "py311-ndindex",
"portdir": "python/py-ndindex",
"version": "1.10.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://quansight-labs.github.io/ndindex/",
"description": "Python library for manipulating indices of ndarrays",
"long_description": "ndindex is a library that allows representing and manipulating objects that can be valid indices to numpy arrays, i.e., slices, integers, ellipses, None, integer and boolean arrays, and tuples thereof.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-cython",
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-numpy"
]
},
{
"type": "test",
"ports": [
"py311-sympy",
"py311-hypothesis",
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-blosc2"
]
}
]
},
{
"name": "py311-ndg_httpsclient",
"portdir": "python/py-ndg_httpsclient",
"version": "0.5.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL.",
"long_description": "This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-openssl",
"py311-asn1",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-gsecrets"
]
}
]
},
{
"name": "py311-nclib",
"portdir": "python/py-nclib",
"version": "1.0.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nclib.readthedocs.io/",
"description": "A Python socket library that wants to be your friend",
"long_description": "nclib provides easy-to-use interfaces for connecting to and listening on TCP and UDP sockets, a better socket class (the Netcat object), mechanisms to launch processes with their input/output streams connected to sockets, TCP and UDP server classes for writing simple Python daemons and a script to easily daemonize command-line programs.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "f30",
"github": "F30",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": []
},
{
"name": "py311-nbxmpp",
"portdir": "python/py-nbxmpp",
"version": "5.0.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dev.gajim.org/gajim/python-nbxmpp",
"description": "Non blocking Jabber/XMPP module",
"long_description": "The goal of this python library is to provide a way for python applications to use Jabber/XMPP networks in a non-blocking way. Originally, a fork of the xmpppy jabber python library.",
"active": true,
"categories": [
"net",
"python",
"chat"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"py311-build",
"py311-installer",
"py311-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"glib2",
"libsoup",
"python311",
"py311-gobject3"
]
},
{
"type": "run",
"ports": [
"py311-precis-i18n",
"py311-idna"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py311-nbval",
"portdir": "python/py-nbval",
"version": "0.11.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/computationalmodelling/nbval",
"description": "A py.test plugin to validate Jupyter notebooks",
"long_description": "The plugin adds functionality to py.test to recognise and collect Jupyter notebooks. The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs of the .ipynb file. Whilst also ensuring that the notebooks are running without errors.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"clang-18",
"py311-wheel",
"py311-setuptools",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-nbformat",
"py311-jupyter_client",
"py311-ipykernel",
"py311-coverage",
"py311-pytest"
]
},
{
"type": "test",
"ports": [
"py311-sympy",
"py311-pytest",
"py311-matplotlib"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-onnx"
]
}
]
},
{
"name": "py311-nbformat",
"portdir": "python/py-nbformat",
"version": "5.10.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jupyter.org",
"description": "The Jupyter Notebook format.",
"long_description": "The Jupyter Notebook format.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-hatchling",
"py311-hatch-nodejs-version"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-traitlets",
"py311-fastjsonschema",
"py311-jsonschema",
"py311-jupyter_core"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-nbclassic",
"py311-nbclient",
"py311-jupytext",
"py311-jupyter_sphinx",
"py311-jupyter_server",
"py311-nbconvert"
]
},
{
"type": "run",
"ports": [
"py311-nbval"
]
}
]
},
{
"name": "py311-nbconvert",
"portdir": "python/py-nbconvert",
"version": "7.16.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jupyter.org/",
"description": "Jupyter Notebooks converter.",
"long_description": "Jupyter Notebooks converter.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-hatchling",
"clang-18"
]
},
{
"type": "fetch",
"ports": [
"wget"
]
},
{
"type": "lib",
"ports": [
"py311-beautifulsoup4",
"py311-bleach",
"py311-tinycss2",
"py311-defusedxml",
"py311-jupyter_core",
"py311-mistune",
"py311-nbclient",
"py311-nbformat",
"py311-pandocfilters",
"python311",
"py311-packaging",
"py311-traitlets",
"py311-markupsafe",
"py311-jinja2",
"py311-pygments"
]
},
{
"type": "run",
"ports": [
"pandoc"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-jupyter_sphinx",
"py311-jupyter",
"py311-jupyter_server"
]
},
{
"type": "run",
"ports": [
"py311-spyder"
]
}
]
},
{
"name": "py311-nbclient",
"portdir": "python/py-nbclient",
"version": "0.10.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jupyter.org/",
"description": "Client library for programmatic Jupyter notebook execution.",
"long_description": "Client library for programmatic Jupyter notebook execution.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-nbformat",
"py311-traitlets",
"py311-jupyter_client",
"py311-jupyter_core"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-nbconvert"
]
}
]
}
]
}