HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52456,
"next": "https://ports.macports.org/api/v1/ports/?format=api&page=316",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&page=314",
"results": [
{
"name": "py310-petsc4py",
"portdir": "python/py-petsc4py",
"version": "3.20.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/petsc4py/",
"description": "PETSc for Python - Python bindings for PETSc",
"long_description": "PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1604
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clang22",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gfortran",
"mpich",
"openmpi"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-cython",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-numpy",
"py310-mpi4py",
"mpich-clang18",
"petsc"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-slepc4py"
]
}
]
},
{
"name": "py311-fiat",
"portdir": "python/py-fiat",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/fiat",
"description": "FInite element Automatic Tabulator",
"long_description": "The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order instances of Jacobi-type quadrature rules on the same element shapes. Further, H(div) and H(curl) conforming finite element spaces such as the families of Raviart-Thomas, Brezzi-Douglas-Marini and Nedelec are supported on triangles and tetrahedra.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-sympy",
"py311-numpy",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-ffc"
]
}
]
},
{
"name": "py310-fiat",
"portdir": "python/py-fiat",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/fiat",
"description": "FInite element Automatic Tabulator",
"long_description": "The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order instances of Jacobi-type quadrature rules on the same element shapes. Further, H(div) and H(curl) conforming finite element spaces such as the families of Raviart-Thomas, Brezzi-Douglas-Marini and Nedelec are supported on triangles and tetrahedra.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"py310-numpy",
"py310-sympy",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-ffc"
]
}
]
},
{
"name": "py39-fiat",
"portdir": "python/py-fiat",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/fiat",
"description": "FInite element Automatic Tabulator",
"long_description": "The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order instances of Jacobi-type quadrature rules on the same element shapes. Further, H(div) and H(curl) conforming finite element spaces such as the families of Raviart-Thomas, Brezzi-Douglas-Marini and Nedelec are supported on triangles and tetrahedra.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"py39-numpy",
"py39-sympy",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-ffc"
]
}
]
},
{
"name": "py311-ffc",
"portdir": "python/py-ffc",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/ffc",
"description": "FEniCS Form Compiler",
"long_description": "FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency, the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"swig-python",
"py311-ufl",
"boost176",
"python311",
"py311-dijitso",
"py311-fiat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-dolfin"
]
}
]
},
{
"name": "py310-ffc",
"portdir": "python/py-ffc",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/ffc",
"description": "FEniCS Form Compiler",
"long_description": "FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency, the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"swig-python",
"py310-ufl",
"boost176",
"python310",
"py310-dijitso",
"py310-fiat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-dolfin"
]
}
]
},
{
"name": "py39-ffc",
"portdir": "python/py-ffc",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/ffc",
"description": "FEniCS Form Compiler",
"long_description": "FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency, the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"swig-python",
"py39-fiat",
"python39",
"py39-ufl",
"boost176",
"py39-dijitso"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-dolfin"
]
}
]
},
{
"name": "py311-dolfin",
"portdir": "python/py-dolfin",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dolfin",
"description": "Python interface to DOLFIN, a part of FEniCS",
"long_description": "Python interface to DOLFIN, a library that functions as the main user interface of FEniCS",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"pkgconfig",
"pybind11",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"cmake"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-numpy",
"py311-dijitso",
"py311-ffc",
"py311-ufl",
"dolfin"
]
}
],
"depends_on": []
},
{
"name": "py310-dolfin",
"portdir": "python/py-dolfin",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dolfin",
"description": "Python interface to DOLFIN, a part of FEniCS",
"long_description": "Python interface to DOLFIN, a library that functions as the main user interface of FEniCS",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"pkgconfig",
"pybind11",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"cmake"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-numpy",
"py310-dijitso",
"py310-ffc",
"py310-ufl",
"dolfin"
]
}
],
"depends_on": []
},
{
"name": "py39-dolfin",
"portdir": "python/py-dolfin",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dolfin",
"description": "Python interface to DOLFIN, a part of FEniCS",
"long_description": "Python interface to DOLFIN, a library that functions as the main user interface of FEniCS",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"pkgconfig",
"pybind11",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"cmake"
]
},
{
"type": "lib",
"ports": [
"dolfin",
"py39-numpy",
"py39-ufl",
"py39-dijitso",
"py39-ffc",
"python39"
]
}
],
"depends_on": []
},
{
"name": "py38-dolfin",
"portdir": "python/py-dolfin",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dolfin",
"description": "Python interface to DOLFIN, a part of FEniCS",
"long_description": "Python interface to DOLFIN, a library that functions as the main user interface of FEniCS",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"pkgconfig",
"pybind11",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"cmake"
]
},
{
"type": "lib",
"ports": [
"dolfin",
"py38-dijitso",
"py38-ffc",
"py38-numpy",
"py38-ufl",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py311-dijitso",
"portdir": "python/py-dijitso",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dijitso",
"description": "A Python module for distributed just-in-time shared library building",
"long_description": "This module was written to improve a core component of the FEniCS framework, namely the just in time compilation of C++ code that is generated from Python modules, but is only called from within a C++ library, and thus do not need wrapping in a nice Python interface.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-six",
"py311-numpy",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-dolfin",
"py311-ffc"
]
}
]
},
{
"name": "py310-dijitso",
"portdir": "python/py-dijitso",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dijitso",
"description": "A Python module for distributed just-in-time shared library building",
"long_description": "This module was written to improve a core component of the FEniCS framework, namely the just in time compilation of C++ code that is generated from Python modules, but is only called from within a C++ library, and thus do not need wrapping in a nice Python interface.",
"active": true,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"py310-six",
"py310-numpy",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-dolfin",
"py310-ffc"
]
}
]
},
{
"name": "py39-dijitso",
"portdir": "python/py-dijitso",
"version": "2019.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dijitso",
"description": "A Python module for distributed just-in-time shared library building",
"long_description": "This module was written to improve a core component of the FEniCS framework, namely the just in time compilation of C++ code that is generated from Python modules, but is only called from within a C++ library, and thus do not need wrapping in a nice Python interface.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"py39-numpy",
"py39-six",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-dolfin",
"py39-ffc"
]
}
]
},
{
"name": "terraform-1.4",
"portdir": "sysutils/terraform",
"version": "1.4.7",
"license": "Commercial and Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.terraform.io/downloads.html",
"description": "A tool for building, changing, and versioning infrastructure safely and efficiently.",
"long_description": "Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter infrastructure in a high-level configuration language, from which it can create an execution plan to build the infrastructure in a service provider such as AWS.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 172
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1075
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "run",
"ports": [
"terraform_select"
]
}
],
"depends_on": []
},
{
"name": "cyclonedds",
"portdir": "devel/cyclonedds",
"version": "11.0.1",
"license": "EPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cyclonedds.io/",
"description": "Eclipse Cyclone DDS project",
"long_description": "Eclipse Cyclone DDS project",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 49
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1075
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"nanomq"
]
}
]
},
{
"name": "R-functional",
"portdir": "R/R-functional",
"version": "0.6",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=functional",
"description": "Curry, Compose and other higher-order functions",
"long_description": "Curry, Compose and other higher-order functions",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-RcppEigenAD",
"R-sqliter"
]
}
]
},
{
"name": "R-RcppXts",
"portdir": "R/R-RcppXts",
"version": "0.0.6",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=RcppXts",
"description": "Interface the xts API via Rcpp",
"long_description": "Interface the xts API via Rcpp",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-xts",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-RcppEigenAD",
"portdir": "R/R-RcppEigenAD",
"version": "1.0.0",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=RcppEigenAD",
"description": "Compiles C++ code using Rcpp, Eigen and CppAD to produce first and second order partial derivatives",
"long_description": "Compiles C++ code using Rcpp, Eigen and CppAD to produce first and second order partial derivatives",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RcppEigen",
"R-memoise",
"R-readr",
"R-BH",
"R-functional",
"R-CRAN-recommended",
"R-Rdpack",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-RcppBigIntAlgos",
"portdir": "R/R-RcppBigIntAlgos",
"version": "1.1.0",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=RcppBigIntAlgos",
"description": "Factor big integers with the parallel quadratic sieve",
"long_description": "Features the multiple polynomial quadratic sieve (MPQS) algorithm for factoring large integers and a vectorized factoring function that returns the complete factorization of an integer.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-gmp",
"R-CRAN-recommended",
"gmp",
"R-cpp11"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-numbers",
"R-RcppAlgos"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-RcppAlgos"
]
}
]
},
{
"name": "R-RcppBDT",
"portdir": "R/R-RcppBDT",
"version": "0.2.6",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=RcppBDT",
"description": "Rcpp bindings for Boost Date_Time",
"long_description": "Rcpp bindings for Boost Date_Time",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-BH",
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-RcppArray",
"portdir": "R/R-RcppArray",
"version": "0.3.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=RcppArray",
"description": "Rcpp meets C++ arrays",
"long_description": "Interoperability between Rcpp and the C++11 array type.",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tinytest"
]
}
],
"depends_on": []
},
{
"name": "R-RcppAlgos",
"portdir": "R/R-RcppAlgos",
"version": "2.8.5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=RcppAlgos",
"description": "High-performance tools for combinatorics and computational mathematics",
"long_description": "Provides optimized functions and flexible combinatorial iterators implemented in C++ for solving problems in combinatorics and computational mathematics.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-gmp",
"R-CRAN-recommended",
"gmp",
"R-cpp11"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-microbenchmark",
"R-partitions",
"R-RcppBigIntAlgos"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-RcppBigIntAlgos"
]
}
]
},
{
"name": "py311-testpath",
"portdir": "python/py-testpath",
"version": "0.6.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter/testpath",
"description": "Test utilities for code working with files and commands.",
"long_description": "Test utilities for code working with files and commands.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-flit_core",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-pyproject_hooks"
]
}
]
},
{
"name": "py311-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py-bootstrap-modules",
"py311-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-testpath"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-build",
"py311-hatch"
]
}
]
},
{
"name": "py310-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py-bootstrap-modules",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-tomli"
]
},
{
"type": "test",
"ports": [
"py310-testpath"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-build",
"py310-hatch"
]
}
]
},
{
"name": "py39-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-installer",
"py-bootstrap-modules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-tomli"
]
},
{
"type": "test",
"ports": [
"py39-testpath",
"py39-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-build"
]
}
]
},
{
"name": "py38-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"py-bootstrap-modules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-tomli"
]
},
{
"type": "test",
"ports": [
"py38-testpath",
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-build"
]
}
]
},
{
"name": "py37-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-installer",
"py-bootstrap-modules",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-tomli"
]
},
{
"type": "test",
"ports": [
"py37-testpath",
"py37-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-build"
]
}
]
},
{
"name": "py-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-pyproject_hooks"
]
}
],
"depends_on": []
},
{
"name": "py311-pytimeparse",
"portdir": "python/py-pytimeparse",
"version": "1.1.8",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pytimeparse",
"description": "A small Python module to parse various kinds of time expressions",
"long_description": "A small Python module to parse various kinds of time expressions",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"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-agate"
]
}
]
},
{
"name": "py311-leather",
"portdir": "python/py-leather",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://leather.readthedocs.io/",
"description": "Python charting for 80% of humans",
"long_description": "Leather is the Python charting library for those who need charts now and don’t care if they’re perfect. Leather isn’t picky. It’s rough. It gets dirty. It looks sexy just hanging on the back of a chair. Leather doesn’t need your accessories. Leather is how Snake Plissken would make charts.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-lxml",
"py311-six",
"py311-tz",
"py311-cssselect"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-agate"
]
}
]
},
{
"name": "py311-dbfread",
"portdir": "python/py-dbfread",
"version": "2.0.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dbfread.readthedocs.io/",
"description": "Read DBF Files with Python",
"long_description": "Read DBF Files with Python",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"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-agate-dbf"
]
}
]
},
{
"name": "py311-csvkit",
"portdir": "python/py-csvkit",
"version": "2.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://csvkit.readthedocs.io/",
"description": "A suite of utilities for converting to and working with CSV, the king of tabular file formats",
"long_description": "csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats. csvkit is to tabular data what the standard Unix text processing suite (grep, sed, cut, sort) is to text. As such, csvkit adheres to the Unix philosophy.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"py311-agate-dbf",
"py311-agate-excel",
"py311-agate-sql",
"python311",
"py311-sqlalchemy",
"py311-xlrd",
"py311-openpyxl",
"py311-agate"
]
},
{
"type": "run",
"ports": [
"csvkit_select"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py311-agate-sql",
"portdir": "python/py-agate-sql",
"version": "0.5.8",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://agate-sql.readthedocs.org/",
"description": "agate-sql adds SQL read/write support to agate.",
"long_description": "agate-sql adds SQL read/write support to agate.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"py311-sqlalchemy",
"py311-parsedatetime",
"py311-agate",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-csvkit"
]
}
]
},
{
"name": "py311-agate-excel",
"portdir": "python/py-agate-excel",
"version": "0.2.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/agate-excel",
"description": "Adds read support for Excel files (xls and xlsx) to agate",
"long_description": "Adds read support for Excel files (xls and xlsx) to agate",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"py311-xlrd",
"py311-openpyxl",
"py311-agate",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-csvkit"
]
}
]
},
{
"name": "py311-agate-dbf",
"portdir": "python/py-agate-dbf",
"version": "0.2.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://agate-dbf.readthedocs.io",
"description": "Adds read support for DBF files to agate",
"long_description": "Adds read support for DBF files to agate",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-agate",
"py311-dbfread"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-csvkit"
]
}
]
},
{
"name": "py311-agate",
"portdir": "python/py-agate",
"version": "1.6.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/agate",
"description": "A Python data analysis library that is optimized for humans instead of machines",
"long_description": "agate is a Python data analysis library that is optimized for humans instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py311-parsedatetime",
"py311-slugify",
"py311-isodate",
"python311",
"py311-leather",
"py311-pytimeparse",
"py311-cssselect",
"py311-lxml",
"py311-six",
"py311-tz",
"py311-babel"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-agate-dbf",
"py311-agate-sql",
"py311-agate-excel",
"py311-csvkit"
]
}
]
},
{
"name": "algol-68rs",
"portdir": "lang/algol-68rs",
"version": "2021.05.18",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coolbikerdad/Algol-68RS-Source",
"description": "The RSRE Algol-68RS Compiler: an update of the original port by Sian Mountbatten of a68toc (ctrans) from Algol-68RS/ELLA2000.",
"long_description": "The RSRE Algol-68RS Compiler: an update of the original port by Sian Mountbatten of a68toc (ctrans) from Algol-68RS/ELLA2000.",
"active": true,
"categories": [
"lang",
"algol"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "FastAD",
"portdir": "math/FastAD",
"version": "3.2.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/JamesYang007/FastAD",
"description": "FastAD is a C++ implementation of automatic differentiation both forward and reverse mode",
"long_description": "FastAD is a C++ implementation of automatic differentiation both forward and reverse mode",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"gtest",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"eigen3"
]
}
],
"depends_on": []
},
{
"name": "R-tidyRSS",
"portdir": "R/R-tidyRSS",
"version": "2.0.7",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://robertmyles.github.io/tidyRSS",
"description": "Tidy RSS for R",
"long_description": "An R package for extracting tidy data-frames from RSS, Atom, JSON and geoRSS feeds.",
"active": true,
"categories": [
"science",
"news",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-xml2",
"R-anytime",
"R-glue",
"R-vctrs",
"R-tibble",
"R-dplyr",
"R-purrr",
"R-tidyselect",
"R-httr",
"R-CRAN-recommended",
"R-jsonlite",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-httptest"
]
}
],
"depends_on": []
},
{
"name": "R-ltable",
"portdir": "R/R-ltable",
"version": "2.0.4",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ltable",
"description": "Easy to make (lazy) tables of counts and proportions",
"long_description": "Constructs tables of counts and proportions out of data sets with possibility to insert tables to Excel, Word, HTML and PDF documents. Transforms tables to data suitable for modelling. Features Gibbs sampling-based log-linear and power analyses for tabulated data.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-nloptr",
"R-CRAN-recommended",
"R-clipr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr"
]
}
],
"depends_on": []
},
{
"name": "R-httptest",
"portdir": "R/R-httptest",
"version": "4.2.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://enpiar.com/r/httptest",
"description": "Test environment for HTTP requests",
"long_description": "Test environment for HTTP requests",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-digest",
"R-testthat",
"R-httr",
"R-CRAN-recommended",
"R-curl",
"R-jsonlite"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-xml2",
"R-knitr",
"R-pkgload",
"R-rmarkdown",
"R-spelling"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-tidyRSS",
"R-yahoofinancer"
]
}
]
},
{
"name": "R-ggnetwork",
"portdir": "R/R-ggnetwork",
"version": "0.5.13",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ggnetwork",
"description": "Geometries to plot network objects with ggplot2",
"long_description": "Geometries to plot network objects with ggplot2",
"active": true,
"categories": [
"graphics",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggrepel",
"R-network",
"R-sna",
"R-CRAN-recommended",
"R-ggplot2",
"R-igraph"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-ggblanket",
"portdir": "R/R-ggblanket",
"version": "10.0.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://davidhodge931.github.io/ggblanket",
"description": "Simplify R-ggplot2 visualisation with R-ggblanket wrapper functions",
"long_description": "Simplify R-ggplot2 visualisation with R-ggblanket wrapper functions",
"active": true,
"categories": [
"graphics",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-colorspace",
"R-stringr",
"R-dplyr",
"R-hms",
"R-purrr",
"R-tidyr",
"R-tidyselect",
"R-farver",
"R-ggplot2",
"R-lubridate",
"R-scales",
"R-viridisLite",
"R-forcats",
"R-labelled",
"R-snakecase",
"R-CRAN-recommended",
"R-magrittr",
"R-rlang"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-isoband",
"R-tibble",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-vdiffr",
"R-viridis",
"R-quantreg",
"R-patchwork",
"R-spelling",
"R-hexbin",
"R-sf",
"R-palmerpenguins"
]
}
],
"depends_on": []
},
{
"name": "R-bmgarch",
"portdir": "R/R-bmgarch",
"version": "2.0.0",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bmgarch",
"description": "Bayesian multivariate GARCH models",
"long_description": "Fit Bayesian multivariate GARCH models using Stan for full Bayesian inference. Generate (weighted) forecasts for means, variances (volatility) and correlations.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RcppEigen",
"R-RcppParallel",
"R-StanHeaders",
"R-rstantools",
"R-loo",
"R-ggplot2",
"R-rstan",
"R-forecast",
"R-Rdpack",
"R-CRAN-recommended",
"R-BH",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-RcppFastAD",
"portdir": "R/R-RcppFastAD",
"version": "0.0.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/eddelbuettel/rcppfastad",
"description": "Rcpp bindings to FastAD auto-differentiation",
"long_description": "Rcpp bindings to FastAD auto-differentiation",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RcppEigen",
"R-CRAN-recommended",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tinytest"
]
}
],
"depends_on": []
},
{
"name": "R-RcppClassic",
"portdir": "R/R-RcppClassic",
"version": "0.9.13",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dirk.eddelbuettel.com/code/rcpp.classic.html",
"description": "Deprecated classic Rcpp API",
"long_description": "Deprecated classic Rcpp API",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-tinytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-RcppClassicExamples"
]
}
]
},
{
"name": "py311-pytest-regressions",
"portdir": "python/py-pytest-regressions",
"version": "2.9.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ESSS/pytest-regressions",
"description": "Fixtures to write regression tests.",
"long_description": "Fixtures to write regression tests.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-setuptools_scm",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-pytest",
"py311-yaml",
"py311-pytest-datadir"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py311-myst-parser"
]
}
]
},
{
"name": "py311-pytest-datadir",
"portdir": "python/py-pytest-datadir",
"version": "1.8.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gabrielcnr/pytest-datadir",
"description": "pytest plugin for manipulating test data directories and files.",
"long_description": "pytest plugin for manipulating test data directories and files.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-wheel",
"py311-setuptools_scm",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-pytest-regressions"
]
}
]
}
]
}