HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50095,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=151",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=149",
"results": [
{
"name": "py-qutip",
"portdir": "python/py-qutip",
"version": "4.6.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qutip.org/",
"description": "Quantum Toolbox in Python",
"long_description": "QuTiP is open-source software for simulating the dynamics of open quantum systems.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "lib",
"ports": [
"py310-qutip"
]
}
],
"depends_on": []
},
{
"name": "py310-qutip",
"portdir": "python/py-qutip",
"version": "4.6.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qutip.org/",
"description": "Quantum Toolbox in Python",
"long_description": "QuTiP is open-source software for simulating the dynamics of open quantum systems.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"g95",
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc11",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"py310-cython",
"py310-numpy",
"libgcc",
"py310-matplotlib",
"py310-ipython",
"py310-scipy",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-qutip"
]
}
]
},
{
"name": "py-rabbyt",
"portdir": "python/py-rabbyt",
"version": "0.8.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://arcticpaint.com/projects/rabbyt/",
"description": "A fast 2D sprite engine using OpenGL",
"long_description": "Rabbyt is a sprite library for Python with game development in mind. It provides fast performance with an easy to use but flexable API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2805
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"py27-rabbyt"
]
}
],
"depends_on": []
},
{
"name": "py27-rabbyt",
"portdir": "python/py-rabbyt",
"version": "0.8.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://arcticpaint.com/projects/rabbyt/",
"description": "A fast 2D sprite engine using OpenGL",
"long_description": "Rabbyt is a sprite library for Python with game development in mind. It provides fast performance with an easy to use but flexable API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2805
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-rabbyt"
]
}
]
},
{
"name": "py-radix",
"portdir": "python/py-radix",
"version": "0.5",
"license": "BSD-old and ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mindrot.org/projects/py-radix/",
"description": "radix tree data structure implementation for python",
"long_description": "py-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. The radix tree is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-radix"
]
}
],
"depends_on": []
},
{
"name": "py27-radix",
"portdir": "python/py-radix",
"version": "0.5",
"license": "BSD-old and ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mindrot.org/projects/py-radix/",
"description": "radix tree data structure implementation for python",
"long_description": "py-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. The radix tree is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-radix"
]
}
]
},
{
"name": "py-rfoo",
"portdir": "python/py-rfoo",
"version": "1.3.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/rfoo",
"description": "remote foo is a fast Python RPC package",
"long_description": "remote foo is a fast Python RPC package which can do 160,000 RPC calls per second on a regular PC. It includes a fast serialization module called rfoo.marsh which extends the Python built in marshal module by eliminating serialization of code objects and protecting against bad input. The result is a safe to use ultra fast serializer. Included with rfoo is rconsole, a remote Python console with auto completion, which can be used to inspect and modify the namespace of a running script. Scroll down for more information.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-rfoo"
]
}
],
"depends_on": []
},
{
"name": "py27-rfoo",
"portdir": "python/py-rfoo",
"version": "1.3.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/rfoo",
"description": "remote foo is a fast Python RPC package",
"long_description": "remote foo is a fast Python RPC package which can do 160,000 RPC calls per second on a regular PC. It includes a fast serialization module called rfoo.marsh which extends the Python built in marshal module by eliminating serialization of code objects and protecting against bad input. The result is a safe to use ultra fast serializer. Included with rfoo is rconsole, a remote Python console with auto completion, which can be used to inspect and modify the namespace of a running script. Scroll down for more information.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-cython",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-rfoo"
]
}
]
},
{
"name": "py-scikits-ann",
"portdir": "python/py-scikits-ann",
"version": "0.2",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/scikits.ann",
"description": "scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library",
"long_description": "scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library scikits.ann provides an immutable kdtree implementation (via ANN) which can perform k-nearest neighbor and approximate k-nearest neighbor searches.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-scikits-ann"
]
}
],
"depends_on": []
},
{
"name": "py27-scikits-ann",
"portdir": "python/py-scikits-ann",
"version": "0.2",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/scikits.ann",
"description": "scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library",
"long_description": "scikits.ann is a SWIG python wrapper for the Approximate Nearest Neighbor (ANN) Library scikits.ann provides an immutable kdtree implementation (via ANN) which can perform k-nearest neighbor and approximate k-nearest neighbor searches.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-configobj",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-scikits-module",
"swig-python",
"libANN",
"python27",
"py27-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-ann"
]
}
]
},
{
"name": "py-scikits-audiolab",
"portdir": "python/py-scikits-audiolab",
"version": "0.11.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cournape.github.io/audiolab/",
"description": "Audiolab is a python toolbox to read/write audio files from numpy arrays",
"long_description": "Audiolab is a python toolbox to read/write audio files from numpy arrays. It gives SciPy the equivalent of Matlab wavread, wavwrite, etc... as well as soundsc on the supported platforms. Audiolab supports all format supported by libsndfile, including wav, aiff, ircam files, and flac",
"active": true,
"categories": [
"science",
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-scikits-audiolab"
]
}
],
"depends_on": []
},
{
"name": "py27-scikits-audiolab",
"portdir": "python/py-scikits-audiolab",
"version": "0.11.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cournape.github.io/audiolab/",
"description": "Audiolab is a python toolbox to read/write audio files from numpy arrays",
"long_description": "Audiolab is a python toolbox to read/write audio files from numpy arrays. It gives SciPy the equivalent of Matlab wavread, wavwrite, etc... as well as soundsc on the supported platforms. Audiolab supports all format supported by libsndfile, including wav, aiff, ircam files, and flac",
"active": true,
"categories": [
"science",
"audio",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"libsndfile",
"python27",
"py27-numpy",
"py27-scikits-module"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-audiolab"
]
}
]
},
{
"name": "py-scikits-bvp_solver",
"portdir": "python/py-scikits-bvp_solver",
"version": "1.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jsalvatier/scikits.bvp_solver",
"description": "Python package for solving two-point boundary-value problems.",
"long_description": "scikits.bvp_solver is a python package for solving two-point boundary-value problems, which is based on a modified version of the BVP_SOLVER Fortran package.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-scikits-bvp_solver"
]
}
],
"depends_on": []
},
{
"name": "py27-scikits-bvp_solver",
"portdir": "python/py-scikits-bvp_solver",
"version": "1.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jsalvatier/scikits.bvp_solver",
"description": "Python package for solving two-point boundary-value problems.",
"long_description": "scikits.bvp_solver is a python package for solving two-point boundary-value problems, which is based on a modified version of the BVP_SOLVER Fortran package.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"g95",
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"gcc11"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"python27",
"py27-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-bvp_solver"
]
}
]
},
{
"name": "py-scikits-talkbox",
"portdir": "python/py-scikits-talkbox",
"version": "0.2.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/scikits.talkbox",
"description": "Talkbox, a set of python modules for speech/signal processing",
"long_description": "Talkbox, a set of python modules for speech/signal processing",
"active": true,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-scikits-talkbox"
]
}
],
"depends_on": []
},
{
"name": "py27-scikits-talkbox",
"portdir": "python/py-scikits-talkbox",
"version": "0.2.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/scikits.talkbox",
"description": "Talkbox, a set of python modules for speech/signal processing",
"long_description": "Talkbox, a set of python modules for speech/signal processing",
"active": true,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-numpy",
"py27-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-talkbox"
]
}
]
},
{
"name": "py-scikits-timeseries",
"portdir": "python/py-scikits-timeseries",
"version": "0.91.3",
"license": "BSD and Permissive and GPLConflict",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pytseries.sourceforge.net/",
"description": "Classes and functions for manipulating, reporting, and plotting time series",
"long_description": "Classes and functions for manipulating, reporting, and plotting time series The focus is on convenient data access and manipulation while leveraging the existing mathematical functionality in numpy and scipy",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-scikits-timeseries"
]
}
],
"depends_on": []
},
{
"name": "py27-scikits-timeseries",
"portdir": "python/py-scikits-timeseries",
"version": "0.91.3",
"license": "BSD and Permissive and GPLConflict",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pytseries.sourceforge.net/",
"description": "Classes and functions for manipulating, reporting, and plotting time series",
"long_description": "Classes and functions for manipulating, reporting, and plotting time series The focus is on convenient data access and manipulation while leveraging the existing mathematical functionality in numpy and scipy",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-numpy",
"py27-scikits-module"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikits-timeseries"
]
}
]
},
{
"name": "py-sgmlop",
"portdir": "python/py-sgmlop",
"version": "1.1.1-20040207",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.effbot.org/zone/sgmlop-index.htm",
"description": "Optimized SGML/XML parser",
"long_description": "The sgmlop module provides an optimized SGML/XML parser, designed as an add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 and later.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"py27-sgmlop"
]
}
],
"depends_on": []
},
{
"name": "py27-sgmlop",
"portdir": "python/py-sgmlop",
"version": "1.1.1-20040207",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.effbot.org/zone/sgmlop-index.htm",
"description": "Optimized SGML/XML parser",
"long_description": "The sgmlop module provides an optimized SGML/XML parser, designed as an add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 and later.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-sgmlop",
"py27-harvestman"
]
}
]
},
{
"name": "py-smisk",
"portdir": "python/py-smisk",
"version": "1.1.6",
"license": "MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://python-smisk.org/",
"description": "High performance web service framework",
"long_description": "A modern high performance web service framework, written in C but controlled by Python.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "rasmus",
"github": "",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-smisk"
]
}
],
"depends_on": []
},
{
"name": "py27-smisk",
"portdir": "python/py-smisk",
"version": "1.1.6",
"license": "MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://python-smisk.org/",
"description": "High performance web service framework",
"long_description": "A modern high performance web service framework, written in C but controlled by Python.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "rasmus",
"github": "",
"ports_count": 6
}
],
"variants": [
"minimal",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-elixir",
"py27-gnureadline",
"python27",
"py27-yaml",
"fcgi",
"py27-mako",
"py27-cjson"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-smisk"
]
}
]
},
{
"name": "py-sqlite",
"portdir": "python/py-sqlite",
"version": "2.8.3",
"license": "zlib",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pysqlite",
"description": "python database extension for sqlite",
"long_description": "PySQLite is a Python extension for SQLite that conforms to the Python Database API Specification 2.0.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-sqlite"
]
}
],
"depends_on": []
},
{
"name": "py27-sqlite",
"portdir": "python/py-sqlite",
"version": "2.8.3",
"license": "zlib",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pysqlite",
"description": "python database extension for sqlite",
"long_description": "PySQLite is a Python extension for SQLite that conforms to the Python Database API Specification 2.0.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"trac",
"trac-devel",
"py-sqlite"
]
}
]
},
{
"name": "py-stemmer",
"portdir": "python/py-stemmer",
"version": "1.3.0",
"license": "MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://snowball.tartarus.org/",
"description": "Python bindings for Snowball stemmer",
"long_description": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-stemmer"
]
}
],
"depends_on": []
},
{
"name": "py27-stemmer",
"portdir": "python/py-stemmer",
"version": "1.3.0",
"license": "MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://snowball.tartarus.org/",
"description": "Python bindings for Snowball stemmer",
"long_description": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-stemmer"
]
}
]
},
{
"name": "py-swiginac",
"portdir": "python/py-swiginac",
"version": "1.5.1.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20140429044739/http://swiginac.berlios.de/",
"description": "interface to GiNaC providing Python with symbolic mathematics",
"long_description": "interface to GiNaC providing Python with symbolic mathematics",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mark.brethen",
"github": "mbrethen",
"ports_count": 7
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-swiginac"
]
}
],
"depends_on": []
},
{
"name": "py27-swiginac",
"portdir": "python/py-swiginac",
"version": "1.5.1.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20140429044739/http://swiginac.berlios.de/",
"description": "interface to GiNaC providing Python with symbolic mathematics",
"long_description": "interface to GiNaC providing Python with symbolic mathematics",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mark.brethen",
"github": "mbrethen",
"ports_count": 7
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"swig",
"python27",
"GiNaC"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-swiginac"
]
}
]
},
{
"name": "py-url",
"portdir": "python/py-url",
"version": "0.15.1",
"license": "MIT",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.livinglogic.de/Python/url/",
"description": "RFC2396 compliant Python implementation of URLs",
"long_description": "This Python module contains an RFC2396 compliant implementation of URLs (see the class URL) and file like classes for reading data from URLs and writing data to URLs",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-url"
]
}
],
"depends_on": []
},
{
"name": "py27-url",
"portdir": "python/py-url",
"version": "0.15.1",
"license": "MIT",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.livinglogic.de/Python/url/",
"description": "RFC2396 compliant Python implementation of URLs",
"long_description": "This Python module contains an RFC2396 compliant implementation of URLs (see the class URL) and file like classes for reading data from URLs and writing data to URLs",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-url"
]
}
]
},
{
"name": "py-xar",
"portdir": "python/py-xar",
"version": "0.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/xar/wiki/pyxar",
"description": "Python bindings for xar",
"long_description": "The Python bindings for xar currently include a single Python module, xarfile, which attempts to be as compatible with the Python tarfile module as reasonably possible.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-xar"
]
}
],
"depends_on": []
},
{
"name": "py27-xar",
"portdir": "python/py-xar",
"version": "0.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/xar/wiki/pyxar",
"description": "Python bindings for xar",
"long_description": "The Python bindings for xar currently include a single Python module, xarfile, which attempts to be as compatible with the Python tarfile module as reasonably possible.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"xar",
"python27",
"py27-pyrex"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-xar"
]
}
]
},
{
"name": "py-zeroc-ice33",
"portdir": "python/py-zeroc-ice33",
"version": "3.3.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Python bindings that sit on top of the C++ Ice C++ runtime libraries.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-zeroc-ice33"
]
}
],
"depends_on": []
},
{
"name": "py27-zeroc-ice33",
"portdir": "python/py-zeroc-ice33",
"version": "3.3.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Python bindings that sit on top of the C++ Ice C++ runtime libraries.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"demo_source_code",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zeroc-ice33",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-zeroc-ice33"
]
}
]
},
{
"name": "py-zeroc-ice34",
"portdir": "python/py-zeroc-ice34",
"version": "3.4.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Python bindings that sit on top of the C++ Ice C++ runtime libraries.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-zeroc-ice34"
]
}
],
"depends_on": []
},
{
"name": "py27-zeroc-ice34",
"portdir": "python/py-zeroc-ice34",
"version": "3.4.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Python bindings that sit on top of the C++ Ice C++ runtime libraries.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"demo_source_code",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zeroc-ice34",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-zeroc-ice34"
]
}
]
},
{
"name": "py27-gnome",
"portdir": "python/py27-gnome",
"version": "2.28.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.pygtk.org/",
"description": "gnome-python is a set of python interfaces to gnome-libs.",
"long_description": "gnome-python is a set of python interfaces to gnome-libs.",
"active": true,
"categories": [
"gnome",
"python"
],
"maintainers": [],
"variants": [
"quartz",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libbonobo",
"libbonoboui",
"libgnome",
"libgnomecanvas",
"gconf",
"python27",
"py27-orbit",
"py27-pygtk",
"libgnomeui",
"gnome-vfs"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-gdl",
"gnome-bindings-python"
]
}
]
},
{
"name": "py27-gobject3",
"portdir": "python/py27-gobject3",
"version": "3.36.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pygobject.readthedocs.io/",
"description": "Python bindings for GObject, version 3",
"long_description": "PyGObject is a Python dynamic module that enables developers to use the power of GObject, which is part of the GNOME platform.",
"active": true,
"categories": [
"gnome",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"clang-12",
"pkgconfig",
"ninja"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"glib2",
"py27-cairo",
"python27",
"gobject-introspection",
"libffi"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnuradio-devel",
"py27-graph-tool",
"goocanvas2",
"gnome3-core",
"alacarte"
]
},
{
"type": "run",
"ports": [
"gnome3-core"
]
}
]
},
{
"name": "py27-gst-python",
"portdir": "python/py27-gst-python",
"version": "0.10.22",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gstreamer.freedesktop.org/modules/gst-python.html",
"description": "GStreamer python bindings",
"long_description": "gst-python allows python programs built with the gnome toolkit to use gstreamer for multimedia input/output",
"active": true,
"categories": [
"multimedia",
"gnome",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gstreamer010-gst-plugins-base",
"py27-pygtk"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"coherence",
"gourmet"
]
}
]
},
{
"name": "py27-osmgpsmap",
"portdir": "python/py27-osmgpsmap",
"version": "0.7.3",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nzjrs.github.io/osm-gps-map/",
"description": "Python interfaces for osm-gps-map",
"long_description": "Python interfaces for osm-gps-map",
"active": true,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2590
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-9.0",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"py27-pygtk",
"osm-gps-map-gtk2"
]
}
],
"depends_on": []
},
{
"name": "py27-pygtksourceview",
"portdir": "python/py27-pygtksourceview",
"version": "2.10.1",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnome.org/",
"description": "Python bindings for GtkSourceView2",
"long_description": "Python bindings for GtkSourceView2",
"active": true,
"categories": [
"python",
"x11"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0",
"docbook-xsl-nons",
"libxslt"
]
},
{
"type": "lib",
"ports": [
"py27-gobject",
"py27-pygtk",
"gtksourceview2"
]
}
],
"depends_on": []
},
{
"name": "pygments_select",
"portdir": "python/pygments_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default pygments version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of pygments.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-pygments",
"py38-pygments",
"py39-pygments",
"py310-pygments",
"py311-pygments",
"py312-pygments",
"py313-pygments",
"py314-pygments",
"py35-pygments",
"py36-pygments",
"py37-pygments"
]
}
]
},
{
"name": "sphinx_select",
"portdir": "python/sphinx_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default sphinx version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of sphinx.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py35-sphinx",
"py27-sphinx",
"py38-sphinx",
"py39-sphinx",
"py310-sphinx",
"py311-sphinx",
"py312-sphinx",
"py313-sphinx",
"py314-sphinx",
"py36-sphinx",
"py37-sphinx"
]
}
]
},
{
"name": "rb-audiofile",
"portdir": "ruby/rb-audiofile",
"version": "0.2.4",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ruby-audiofile.sourceforge.net/",
"description": "A binding to the audofile library",
"long_description": "Reads and writes audio (wav, au, aiff, NeXT snd, etc but not ogg or mp3) and can divine information such as length, sample rate, etc.",
"active": true,
"categories": [
"audio",
"ruby"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"audiofile",
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-bitset",
"portdir": "ruby/rb-bitset",
"version": "0.6.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://rwiki.moonwolf.com/",
"description": "BitSet Library for boolean operation",
"long_description": "BitSet Library for boolean operation * and/or/xor/not method * bit check O(1) speed",
"active": true,
"categories": [
"math",
"ruby"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-bz2",
"portdir": "ruby/rb-bz2",
"version": "0.2.1",
"license": "(Ruby or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://moulon.inra.fr/ruby/bz2.html",
"description": "An extension to use libbzip2 from ruby.",
"long_description": "BZ2 is an extension to use libbzip2 from ruby.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-cocoa",
"portdir": "ruby/rb-cocoa",
"version": "1.2.0",
"license": "(LGPL or Ruby)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rubycocoa.github.io",
"description": "Ruby bindings for writing cocoa programs",
"long_description": "RubyCocoa is a Ruby library for using Cocoa Objects on Mac OS X in Ruby scripts. You can use RubyCocoa to work with Cocoa objects in Ruby scripts, write Cocoa applications with Ruby and Interface Builder, develop small scale simple Cocoa applications and such.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libffi",
"ruby",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "rb-dnssd",
"portdir": "ruby/rb-dnssd",
"version": "2.0",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tenderlove/dnssd",
"description": "DNS Service Discovery (aka Bonjour) API for Ruby",
"long_description": "DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements browsing, resolving, registration and domain enumeration.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"rb-rake"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb-easyjour"
]
}
]
},
{
"name": "rb-fastthread",
"portdir": "ruby/rb-fastthread",
"version": "1.0.7",
"license": "(Ruby or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/fastthread",
"description": "Optimized replacement for thread.rb primitives",
"long_description": "Optimized replacement for thread.rb primitives",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"rb-rake"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"sup"
]
},
{
"type": "run",
"ports": [
"rb-mongrel"
]
}
]
},
{
"name": "rb-fxruby",
"portdir": "ruby/rb-fxruby",
"version": "1.6.24",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.fxruby.org",
"description": "Ruby bindings for the FOX GUI Toolkit.",
"long_description": "FXRuby is a Ruby extention module that provides an interface to the FOX GUI library.",
"active": true,
"categories": [
"x11",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"rb-rake"
]
},
{
"type": "lib",
"ports": [
"rb-rubygems",
"ruby",
"fxscintilla",
"fox",
"rb-hoe"
]
}
],
"depends_on": []
}
]
}