HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52338,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=649",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=647",
"results": [
{
"name": "py35-montage",
"portdir": "python/py-montage",
"version": "0.9.9",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.astropy.org/montage-wrapper/",
"description": "Montage python wrapper",
"long_description": "Python-montage is a pure python module that provides a Python API to the Montage Astronomical Image Mosaic Engine, including both functions to access individual Montage commands, and high-level functions to facilitate mosaicking and re-projecting.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "run",
"ports": [
"py35-astropy",
"py35-numpy",
"montage"
]
}
],
"depends_on": []
},
{
"name": "py35-more-itertools",
"portdir": "python/py-more-itertools",
"version": "8.12.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/more-itertools/more-itertools",
"description": "More routines for operating on iterables, beyond itertools.",
"long_description": "More routines for operating on iterables, beyond itertools.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-cherrypy",
"py35-cheroot",
"py35-jaraco.functools",
"py35-pytest"
]
}
]
},
{
"name": "py35-mpi4py",
"portdir": "python/py-mpi4py",
"version": "3.1.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/mpi4py/mpi4py",
"description": "MPI for Python - Python bindings for MPI",
"long_description": "MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. This package is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communications of any picklable Python object as well as optimized communications of Python object exposing the single-segment buffer interface (NumPy arrays, builtin bytes/string/array objects).",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang90",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gfortran",
"mpich",
"openmpi",
"interpreter"
],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-16",
"py35-cython-compat"
]
},
{
"type": "lib",
"ports": [
"python35",
"mpich-clang16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-petsc4py"
]
}
]
},
{
"name": "py35-mpld3",
"portdir": "python/py-mpld3",
"version": "0.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mpld3.github.io",
"description": "MPLD3 offer an interactive, D3-based viewer for Matplotlib",
"long_description": "The MPLD3 packages is an interactive D3js-based viewer which brings matplotlib graphics to the browser. It provides a custom stand-alone javascript library built on D3, which parses JSON representations of plots. a set of routines parses matplotlib plots and outputs the JSON description readable by mpld3.js.",
"active": false,
"categories": [
"graphics",
"www",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-jinja2",
"py35-matplotlib"
]
}
],
"depends_on": []
},
{
"name": "py35-mpmath",
"portdir": "python/py-mpmath",
"version": "1.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mpmath.org",
"description": "Arbitrary-precision floating-point library for Python",
"long_description": "Arbitrary-precision floating-point library for Python",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-sympy"
]
}
]
},
{
"name": "py35-mrjob",
"portdir": "python/py-mrjob",
"version": "0.6.12",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Yelp/mrjob",
"description": "Python MapReduce framework",
"long_description": "mrjob is a Python package that helps you write and run Hadoop Streaming jobs. It fully supports Amazon's Elastic MapReduce (EMR) service, which allows you to buy time on a Hadoop cluster on an hourly basis. It also works with your own Hadoop cluster.",
"active": false,
"categories": [
"python",
"parallel"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-boto",
"py35-botocore",
"py35-setuptools",
"py35-yaml"
]
}
],
"depends_on": []
},
{
"name": "py35-msgpack",
"portdir": "python/py-msgpack",
"version": "1.0.4",
"license": "Apache",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://msgpack.org/",
"description": "MessagePack (de)serializer for Python.",
"long_description": "MessagePack (de)serializer for Python.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-distributed"
]
}
]
},
{
"name": "py35-mssql",
"portdir": "python/py-mssql",
"version": "2.1.4",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pymssql.org",
"description": "A simple database interface to MS-SQL for Python.",
"long_description": "A simple database interface to MS-SQL for Python.",
"active": false,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-cython",
"py35-setuptools",
"py35-setuptools-git"
]
},
{
"type": "lib",
"ports": [
"freetds",
"python35"
]
}
],
"depends_on": []
},
{
"name": "py35-multidict",
"portdir": "python/py-multidict",
"version": "4.7.6",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aio-libs/multidict",
"description": "Multidict implementation.",
"long_description": "Multidict is dict-like collection of key-value pairs where where a key might occur more than once in the container.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "miguel",
"github": "ipglider",
"ports_count": 92
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-yarl"
]
}
]
},
{
"name": "py35-multipledispatch",
"portdir": "python/py-multipledispatch",
"version": "0.6.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mrocklin/multipledispatch/",
"description": "A relatively sane approach to multiple dispatch in Python.",
"long_description": "A relatively sane approach to multiple dispatch in Python.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-blaze",
"py35-datashape",
"py35-odo"
]
}
]
},
{
"name": "py35-munch",
"portdir": "python/py-munch",
"version": "2.5.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://github.com/Infinidat/munch",
"description": "A dot-accessible dictionary (a la JavaScript objects).",
"long_description": "A dot-accessible dictionary (a la JavaScript objects).",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-pbr",
"py35-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-fiona"
]
}
]
},
{
"name": "py35-murmurhash",
"portdir": "python/py-murmurhash",
"version": "1.0.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/explosion/murmurhash",
"description": "Cython bindings for MurmurHash2",
"long_description": "Cython bindings for MurmurHash2",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-pip",
"clang-9.0",
"py35-setuptools",
"py35-wheel"
]
},
{
"type": "lib",
"ports": [
"py35-cython",
"python35"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-preshed"
]
}
]
},
{
"name": "py35-mustache",
"portdir": "python/py-mustache",
"version": "0.5.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/defunkt/pystache",
"description": "Logic-less templates, implemented in Python.",
"long_description": "Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views.",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
},
{
"name": "jweede+macports",
"github": "",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py35-mutagen",
"portdir": "python/py-mutagen",
"version": "1.45.1",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mutagen.readthedocs.io",
"description": "A Python module to handle audio metadata",
"long_description": "Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.",
"active": false,
"categories": [
"devel",
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-setuptools"
]
},
{
"type": "test",
"ports": [
"py35-hypothesis",
"py35-pytest"
]
}
],
"depends_on": []
},
{
"name": "py35-nbconvert",
"portdir": "python/py-nbconvert",
"version": "5.6.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jupyter.org/",
"description": "Jupyter Notebooks converter.",
"long_description": "Jupyter Notebooks converter.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "lib",
"ports": [
"py35-beautifulsoup4",
"py35-bleach",
"py35-defusedxml",
"py35-entrypoints",
"py35-jinja2",
"py35-jupyter_core",
"python35",
"py35-nbformat",
"py35-pandocfilters",
"py35-pygments",
"py35-setuptools",
"py35-testpath",
"py35-traitlets",
"py35-mistune"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-jupyter",
"py35-notebook"
]
}
]
},
{
"name": "py35-nbformat",
"portdir": "python/py-nbformat",
"version": "4.4.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jupyter.org",
"description": "The Jupyter Notebook format.",
"long_description": "The Jupyter Notebook format.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py35-ipython_genutils",
"py35-jsonschema",
"python35",
"py35-setuptools",
"py35-traitlets",
"py35-jupyter_core"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-ipywidgets",
"py35-notebook",
"py35-nbconvert"
]
},
{
"type": "run",
"ports": [
"py35-nbval"
]
}
]
},
{
"name": "py35-nbval",
"portdir": "python/py-nbval",
"version": "0.9.6",
"license": "BSD",
"platforms": "darwin",
"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": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "run",
"ports": [
"py35-jupyter_client",
"py35-nbformat",
"py35-pytest",
"py35-six",
"py35-coverage",
"py35-ipykernel"
]
},
{
"type": "test",
"ports": [
"py35-matplotlib",
"py35-pytest-cov",
"py35-sympy"
]
}
],
"depends_on": []
},
{
"name": "py35-nclib",
"portdir": "python/py-nclib",
"version": "0.8.3",
"license": "MIT",
"platforms": "darwin",
"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": false,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "f30",
"github": "F30",
"ports_count": 20
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py35-nds2-client",
"portdir": "science/nds2-client-swig",
"version": "0.16.10",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.ligo.org/Computing/NDSClient",
"description": "Python 35 bindings for Network Data Server Client",
"long_description": "Client tool for accessing streamed LIGO data using the Network Data Server version 2.. This package provides Python 35 bindings, modules, and scripts.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"cmake",
"pkgconfig",
"swig3-python"
]
},
{
"type": "lib",
"ports": [
"swig3",
"python35",
"py35-numpy",
"nds2-client"
]
}
],
"depends_on": []
},
{
"name": "py35-netaddr",
"portdir": "python/py-netaddr",
"version": "0.7.20",
"license": "BSD and MIT",
"platforms": "darwin",
"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": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": []
},
{
"name": "py35-netcdf4",
"portdir": "python/py-netcdf4",
"version": "1.5.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": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "jswhit",
"github": "jswhit",
"ports_count": 20
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran",
"mpich",
"openmpi",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py35-cython",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py35-numpy",
"py35-setuptools",
"hdf5",
"netcdf",
"python35",
"py35-cftime"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": []
},
{
"name": "py35-networkx",
"portdir": "python/py-networkx",
"version": "2.4",
"license": "BSD",
"platforms": "darwin",
"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": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-decorator"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-wntr",
"py35-odo",
"py35-spacepy",
"py35-colormath",
"py35-prov"
]
},
{
"type": "run",
"ports": [
"py35-scikit-image"
]
},
{
"type": "test",
"ports": [
"py35-rdflib"
]
}
]
},
{
"name": "py35-nibabel",
"portdir": "python/py-nibabel",
"version": "3.0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nipy.org/nibabel",
"description": "Access a cacophony of neuro-imaging file formats",
"long_description": "Nibabel provides read and write access to some common medical and neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI, NIfTI1, MINC, MGH and ECAT as well as PAR/REC. We can read and write Freesurfer geometry, and read Freesurfer morphometry and annotation files. There is some very limited support for DICOM. NiBabel is the successor of PyNIfTI.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-numpy",
"py35-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-pymvpa"
]
}
]
},
{
"name": "py35-nltk",
"portdir": "python/py-nltk",
"version": "3.6.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.nltk.org/",
"description": "Natural Language Toolkit",
"long_description": "NLTK is Python modules for research and development in natural language processing",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stevenbird1",
"github": "stevenbird",
"ports_count": 11
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-matplotlib",
"py35-numpy",
"py35-yaml"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-sumy"
]
}
]
},
{
"name": "py35-nmrglue",
"portdir": "python/py-nmrglue",
"version": "0.8",
"license": "BSD",
"platforms": "darwin",
"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": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-numpy",
"py35-scipy"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": []
},
{
"name": "py35-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": false,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-setuptools"
]
},
{
"type": "run",
"ports": [
"nosetests_select"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py35-agate-excel",
"py35-pypostal",
"py35-agate"
]
},
{
"type": "lib",
"ports": [
"py35-awesome_slugify",
"py35-figleaf",
"py35-leather",
"py35-nose-exclude",
"py35-urlwatch",
"py35-django-nose"
]
},
{
"type": "run",
"ports": [
"py35-pinocchio"
]
},
{
"type": "test",
"ports": [
"py35-smmap",
"py35-ipy",
"py35-olefile",
"py35-minidb",
"py35-repoze.lru",
"py35-pathfinder",
"py35-pygraphviz",
"py35-zope-event",
"py35-scruffington",
"py35-blinker",
"py35-anytree",
"py35-tracer",
"py35-rdflib",
"py35-pyrfc3339",
"py35-emcee",
"py35-pastedeploy",
"py35-paste",
"py35-rangehttpserver",
"py35-webtest",
"py35-anyjson",
"py35-biplist",
"py35-colormath",
"py35-control",
"py35-csvkit",
"py35-cssutils"
]
}
]
},
{
"name": "py35-nose-exclude",
"portdir": "python/py-nose-exclude",
"version": "0.5.0",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kgrandis/nose-exclude",
"description": "Exclude specific directories from nosetests runs",
"long_description": "Nose plugin that allows you to easily specify directories to be excluded from testing.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-nose",
"py35-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py35-notebook",
"portdir": "python/py-notebook",
"version": "6.2.0",
"license": "BSD",
"platforms": "darwin",
"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": false,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py35-argon2-cffi",
"py35-ipykernel",
"py35-ipython_genutils",
"py35-jinja2",
"py35-jupyter_client",
"py35-jupyter_core",
"py35-nbconvert",
"python35",
"py35-prometheus_client",
"py35-send2trash",
"py35-setuptools",
"py35-terminado",
"py35-tornado",
"py35-traitlets",
"py35-zmq",
"py35-nbformat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-jupyterlab_launcher",
"py35-jupyter",
"py35-widgetsnbextension"
]
}
]
},
{
"name": "py35-novas",
"portdir": "python/py-novas",
"version": "3.1.1.4",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/novas/",
"description": "Naval Observatory Vector Astrometry Software, Python Edition",
"long_description": "Python ctypes wrapper for Naval Observatory Vector Astrometry Software (NOVAS). Provides extremely accurate astrometric coordinate conversions and position of solar system objects.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py35-novas_de405",
"portdir": "python/py-novas_de405",
"version": "1997",
"license": "unknown",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/novas_de405/",
"description": "High-precision JPL DE405 solar system ephemeris",
"long_description": "This is the high-precision JPL DE405 solar system ephemeris, packaged for use by the novas Python package.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py35-Nuitka",
"portdir": "python/py-nuitka",
"version": "0.6.18.5",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "py37-Nuitka",
"homepage": "http://nuitka.net/",
"description": "Obsolete port, replaced by py37-Nuitka",
"long_description": "This port has been replaced by py37-Nuitka.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py35-numba",
"portdir": "python/py-numba",
"version": "0.47.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": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"tbb",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-llvmlite",
"py35-numpy"
]
}
],
"depends_on": []
},
{
"name": "py35-numexpr",
"portdir": "python/py-numexpr",
"version": "2.7.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": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-tables"
]
}
]
},
{
"name": "py35-numpy",
"portdir": "python/py-numpy",
"version": "1.18.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/numpy/numpy",
"description": "The core utilities for the scientific library scipy for Python",
"long_description": "The core utilities for the scientific library scipy for Python",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
}
],
"variants": [
"gfortran",
"atlas",
"openblas",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"mkl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"gcc13",
"py35-cython-compat"
]
},
{
"type": "lib",
"ports": [
"fftw-3",
"py35-cython",
"libgcc",
"python35",
"OpenBLAS"
]
},
{
"type": "run",
"ports": [
"py35-oldest-supported-numpy"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py35-obspy",
"py35-cartopy",
"py35-pyregion",
"py35-pyopencl"
]
},
{
"type": "lib",
"ports": [
"py35-seaborn",
"py35-pysal",
"py35-stfio",
"py35-astlib",
"py35-astroML",
"py35-astroML_addons",
"py35-astroplan",
"py35-astropy",
"py35-astropy-healpix",
"py35-bcolz",
"py35-blaze",
"py35-bqplot",
"py35-cartopy",
"py35-cftime",
"py35-xarray",
"py35-nmrglue",
"py35-nltk",
"py35-gyoto",
"py35-nds2-client",
"py35-pytools",
"py35-mdp-toolkit",
"py35-opengl-accelerate",
"py35-numexpr",
"py35-tables",
"py35-scipy",
"py35-llvmmath",
"py35-netcdf4",
"py35-colormath",
"py35-control",
"py35-datashape",
"py35-descartes",
"py35-eli5",
"py35-patsy",
"py35-healpy",
"py35-iminuit",
"py35-imread",
"py35-keras",
"py35-keras_applications",
"py35-keras_preprocessing",
"py35-langid",
"py35-mahotas",
"py35-mayavi",
"py35-nibabel",
"py35-numba",
"py35-odo",
"py35-pygpu",
"py35-pymvpa",
"py35-quantities",
"py35-qutip",
"py35-regions",
"py35-scikits-bootstrap",
"py35-slepc4py",
"py35-snuggs",
"py35-spacepy",
"py35-svipc",
"py35-theano",
"py35-tpot",
"py35-traits",
"py35-word2vec",
"py35-yt",
"py35-pygrib",
"py35-commpy",
"py35-game",
"py35-fabio",
"py35-statsmodels",
"py35-opencv3",
"py35-opencv3-devel",
"py35-biopython",
"py35-pywavelets",
"py35-gdal",
"py35-rasterio",
"py35-pyfftw",
"py35-matplotlib-basemap",
"py35-gsl",
"py35-obspy",
"py35-bokeh",
"py35-scikit-image",
"py35-emcee",
"py35-pyilmbase",
"py35-pandas",
"py35-acor",
"py35-blis",
"py35-matplotlib",
"py35-imageio",
"py35-opencv4",
"py35-opencv4-devel",
"py35-scikit-learn",
"py35-chainer",
"py35-dynd",
"py35-pyne",
"py35-mlpy",
"py35-petsc4py",
"py35-pyFAI",
"py35-pyviennacl",
"py35-tstables"
]
},
{
"type": "run",
"ports": [
"py35-montage",
"py35-pyorick",
"py35-gammapy",
"py35-atpy",
"py35-sounddevice",
"py35-aplpy",
"py35-wxpython-4.0"
]
},
{
"type": "test",
"ports": [
"py35-uncertainties",
"py35-blosc",
"py35-cairocffi"
]
}
]
},
{
"name": "py35-numpydoc",
"portdir": "python/py-numpydoc",
"version": "1.1.0",
"license": "BSD",
"platforms": "darwin",
"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": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mojca",
"github": "mojca",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-jinja2",
"py35-setuptools",
"py35-sphinx"
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": []
},
{
"name": "py35-nwdiag",
"portdir": "python/py-nwdiag",
"version": "1.0.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://blockdiag.com/",
"description": "nwdiag generates network-diagram image from text",
"long_description": "nwdiag generates network-diagram image from text",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-blockdiag",
"py35-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py35-oauth2client",
"portdir": "python/py-oauth2client",
"version": "4.1.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/oauth2client/",
"description": "client library for OAuth 2.0",
"long_description": "client library for OAuth 2.0",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"py35-httplib2",
"python35",
"py35-six",
"py35-rsa",
"py35-asn1-modules"
]
}
],
"depends_on": []
},
{
"name": "py35-oauthlib",
"portdir": "python/py-oauthlib",
"version": "3.1.0",
"license": "BSD",
"platforms": "darwin",
"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": false,
"categories": [
"net",
"security",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"py35-cryptography",
"python35",
"py35-jwt",
"py35-blinker"
]
},
{
"type": "test",
"ports": [
"py35-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-requests-oauthlib"
]
}
]
},
{
"name": "py35-obspy",
"portdir": "python/py-obspy",
"version": "1.2.2",
"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": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"help2man",
"py35-setuptools",
"py35-numpy",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"py35-lxml",
"py35-matplotlib",
"py35-numpy",
"py35-pyshp",
"py35-requests",
"python35",
"py35-sqlalchemy",
"py35-scipy",
"py35-decorator",
"py35-future",
"py35-gdal",
"py35-geographiclib"
]
},
{
"type": "run",
"ports": [
"py35-pyproj",
"py35-flake8-pep8-naming",
"py35-flake8",
"obspy_select"
]
}
],
"depends_on": []
},
{
"name": "py35-oct2py",
"portdir": "python/py-oct2py",
"version": "5.4.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "py36-oct2py",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by py36-oct2py",
"long_description": "This port has been replaced by py36-oct2py.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py35-octave_kernel",
"portdir": "python/py-octave_kernel",
"version": "0.34.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "py37-octave_kernel",
"homepage": "https://github.com/Calysto/octave_kernel",
"description": "Obsolete port, replaced by py37-octave_kernel",
"long_description": "This port has been replaced by py37-octave_kernel.",
"active": false,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1545
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py35-odo",
"portdir": "python/py-odo",
"version": "0.5.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ContinuumIO/odo",
"description": "Data migration utilities",
"long_description": "Data migration utilities",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"py35-multipledispatch",
"py35-networkx",
"python35",
"py35-pandas",
"py35-toolz",
"py35-numpy",
"py35-datashape"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-blaze"
]
}
]
},
{
"name": "py35-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": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py35-numpy"
]
}
]
},
{
"name": "py35-olefile",
"portdir": "python/py-olefile",
"version": "0.46",
"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": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-16"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python35"
]
},
{
"type": "test",
"ports": [
"py35-nose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-Pillow"
]
}
]
},
{
"name": "py35-opencv3",
"portdir": "graphics/opencv3",
"version": "3.4.16",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://opencv.org",
"description": "Open Source Computer Vision Library",
"long_description": "OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.",
"active": false,
"categories": [
"graphics",
"science"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"libpng",
"opencv3",
"openexr",
"ilmbase",
"openjpeg",
"bzip2",
"webp",
"python35",
"ffmpeg",
"py35-numpy",
"tiff",
"zlib",
"libjpeg-turbo"
]
}
],
"depends_on": []
},
{
"name": "py35-opencv3-devel",
"portdir": "graphics/opencv3-devel",
"version": "3.4.16",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://opencv.org",
"description": "Open Source Computer Vision Library",
"long_description": "OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.",
"active": false,
"categories": [
"graphics",
"science"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"libpng",
"openexr",
"ilmbase",
"openjpeg",
"tiff",
"bzip2",
"python35",
"ffmpeg",
"py35-numpy",
"opencv3-devel",
"webp",
"zlib",
"libjpeg-turbo"
]
}
],
"depends_on": []
},
{
"name": "py35-opencv4",
"portdir": "graphics/opencv4",
"version": "4.5.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://opencv.org",
"description": "Open Source Computer Vision Library",
"long_description": "OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.",
"active": false,
"categories": [
"graphics",
"science"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"opencv4",
"openexr",
"ilmbase",
"openjpeg",
"zlib",
"webp",
"python35",
"ffmpeg",
"py35-numpy",
"tiff",
"ade",
"libjpeg-turbo",
"libpng"
]
}
],
"depends_on": []
},
{
"name": "py35-opencv4-devel",
"portdir": "graphics/opencv4-devel",
"version": "4.5.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://opencv.org",
"description": "Open Source Computer Vision Library",
"long_description": "OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.",
"active": false,
"categories": [
"graphics",
"science"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"openexr",
"ilmbase",
"openjpeg",
"tiff",
"zlib",
"python35",
"ffmpeg",
"py35-numpy",
"opencv4-devel",
"webp",
"ade",
"libjpeg-turbo",
"libpng"
]
}
],
"depends_on": []
},
{
"name": "py35-opengl",
"portdir": "python/py-opengl",
"version": "3.1.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pyopengl.sourceforge.net/",
"description": "Python binding to OpenGL",
"long_description": "PyOpenGL is the cross platform Python binding to OpenGL and related APIs. The binding is created using the standard ctypes library and is provided under an extremely liberal BSD-style Open-Source licenses.",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py35-opengl-accelerate",
"python35",
"py35-tkinter",
"py35-Pillow"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-pyqtgraph"
]
}
]
},
{
"name": "py35-opengl-accelerate",
"portdir": "python/py-opengl-accelerate",
"version": "3.1.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pyopengl.sourceforge.net/",
"description": "Acceleration code for PyOpenGL",
"long_description": "This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x.",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-opengl"
]
}
]
}
]
}