HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50305,
"next": "https://ports.macports.org/api/v1/ports/?format=api&page=667",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&page=665",
"results": [
{
"name": "py38-gnupg",
"portdir": "python/py-gnupg",
"version": "0.5.4",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pythonhosted.org/python-gnupg/",
"description": "A Python wrapper for GnuPG",
"long_description": "The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP.",
"active": false,
"categories": [
"security",
"python",
"crypto"
],
"maintainers": [
{
"name": "f30",
"github": "F30",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"gnupg2"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"salt-minion",
"salt-master",
"salt-syndic",
"salt-api"
]
}
]
},
{
"name": "py37-gnupg",
"portdir": "python/py-gnupg",
"version": "0.5.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pythonhosted.org/python-gnupg/",
"description": "A Python wrapper for GnuPG",
"long_description": "The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP.",
"active": false,
"categories": [
"security",
"python",
"crypto"
],
"maintainers": [
{
"name": "f30",
"github": "F30",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-wheel",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"gnupg2"
]
},
{
"type": "test",
"ports": [
"py37-pytest"
]
}
],
"depends_on": []
},
{
"name": "py36-gnupg",
"portdir": "python/py-gnupg",
"version": "0.4.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pythonhosted.org/python-gnupg/",
"description": "A Python wrapper for GnuPG",
"long_description": "The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP.",
"active": false,
"categories": [
"security",
"python",
"crypto"
],
"maintainers": [
{
"name": "f30",
"github": "F30",
"ports_count": 20
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "run",
"ports": [
"gnupg2"
]
}
],
"depends_on": []
},
{
"name": "py-gnupg",
"portdir": "python/py-gnupg",
"version": "0.5.4",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pythonhosted.org/python-gnupg/",
"description": "A Python wrapper for GnuPG",
"long_description": "The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP.",
"active": true,
"categories": [
"security",
"python",
"crypto"
],
"maintainers": [
{
"name": "f30",
"github": "F30",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-gnupg"
]
},
{
"type": "run",
"ports": [
"gnupg2"
]
}
],
"depends_on": []
},
{
"name": "py39-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.2.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"libmpc",
"mpfr",
"python39"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py39-scipy"
]
}
]
},
{
"name": "py38-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.2.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"libmpc",
"mpfr",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py37-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.1.5",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python37",
"libmpc",
"mpfr"
]
}
],
"depends_on": []
},
{
"name": "py36-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.1.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python36",
"libmpc",
"mpfr"
]
}
],
"depends_on": []
},
{
"name": "py35-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.1.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python35",
"libmpc",
"mpfr"
]
}
],
"depends_on": []
},
{
"name": "py27-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.1.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python27",
"libmpc",
"mpfr"
]
}
],
"depends_on": []
},
{
"name": "py-gmpy2",
"portdir": "python/py-gmpy2",
"version": "2.2.1",
"license": "LGPL-2.1+",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/aleaxit/gmpy",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"py313-gmpy2"
]
}
],
"depends_on": []
},
{
"name": "py39-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python39",
"gmp"
]
}
],
"depends_on": []
},
{
"name": "py38-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"python38",
"gmp"
]
}
],
"depends_on": []
},
{
"name": "py37-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python37"
]
}
],
"depends_on": []
},
{
"name": "py36-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python36"
]
}
],
"depends_on": []
},
{
"name": "py35-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python35"
]
}
],
"depends_on": []
},
{
"name": "py27-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"gmp",
"python27"
]
}
],
"depends_on": []
},
{
"name": "py-gmpy",
"portdir": "python/py-gmpy",
"version": "1.17",
"license": "LGPL-2.1+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gmpy/",
"description": "General multiple precision arithmetic module for Python",
"long_description": "GMPY is a C-coded Python extension module that supports fast integer and rational multiple-precision arithmetic using the GMP library.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "md14-macports",
"github": "mndavidoff",
"ports_count": 21
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"py310-gmpy"
]
}
],
"depends_on": []
},
{
"name": "py39-gmic",
"portdir": "python/py-gmic",
"version": "2.9.4-alpha1",
"license": "CeCILL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gmic.eu",
"description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"long_description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1176
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-pkgconfig",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39",
"fftw-3",
"ffmpeg",
"curl",
"py39-Pillow",
"py39-numpy",
"zlib",
"py39-wurlitzer",
"xorg-libX11",
"xorg-libXext",
"xorg-libice",
"xorg-libsm",
"py39-psutil",
"jpeg",
"libpng",
"opencv4",
"tiff",
"libomp"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-gmic"
]
}
]
},
{
"name": "py38-gmic",
"portdir": "python/py-gmic",
"version": "2.9.4-alpha1",
"license": "CeCILL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gmic.eu",
"description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"long_description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1176
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-pkgconfig",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38",
"fftw-3",
"ffmpeg",
"curl",
"py38-Pillow",
"py38-numpy",
"zlib",
"py38-wurlitzer",
"xorg-libX11",
"xorg-libXext",
"xorg-libice",
"xorg-libsm",
"py38-psutil",
"jpeg",
"libpng",
"opencv4",
"tiff",
"libomp"
]
}
],
"depends_on": []
},
{
"name": "py37-gmic",
"portdir": "python/py-gmic",
"version": "2.9.4-alpha1",
"license": "CeCILL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gmic.eu",
"description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"long_description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1176
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-pkgconfig",
"py37-setuptools",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"opencv4",
"tiff",
"libomp",
"python37",
"fftw-3",
"ffmpeg",
"curl",
"zlib",
"py37-numpy",
"py37-psutil",
"py37-wurlitzer",
"xorg-libX11",
"xorg-libXext",
"xorg-libice",
"xorg-libsm",
"py37-Pillow",
"jpeg",
"libpng"
]
}
],
"depends_on": []
},
{
"name": "py-gmic",
"portdir": "python/py-gmic",
"version": "2.9.4-alpha1",
"license": "CeCILL",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gmic.eu",
"description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"long_description": "Python binding for G'MIC - A Full-Featured Open-Source Framework for Image Processing",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1176
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-gmic"
]
}
],
"depends_on": []
},
{
"name": "py27-glewpy",
"portdir": "python/py-glewpy",
"version": "0.7.4",
"license": "unknown",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://glewpy.sourceforge.net/",
"description": "Python bindings for GLEW (OpenGL Extension Wrangler)",
"long_description": "GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL (pygame).",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"glew",
"python27",
"py27-pyrex"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-glewpy"
]
}
]
},
{
"name": "py-glewpy",
"portdir": "python/py-glewpy",
"version": "0.7.4",
"license": "unknown",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://glewpy.sourceforge.net/",
"description": "Python bindings for GLEW (OpenGL Extension Wrangler)",
"long_description": "GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL (pygame).",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-glewpy"
]
}
],
"depends_on": []
},
{
"name": "py39-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.45",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/GitPython",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-gitdb",
"python39"
]
}
],
"depends_on": []
},
{
"name": "py38-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.44",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-gitdb",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"salt-minion",
"salt-master",
"salt-syndic",
"salt-api"
]
}
]
},
{
"name": "py37-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.41",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/GitPython",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-wheel",
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"py37-gitdb",
"python37"
]
}
],
"depends_on": []
},
{
"name": "py36-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.14",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/GitPython",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-gitdb"
]
}
],
"depends_on": []
},
{
"name": "py27-gitpython",
"portdir": "python/py-gitpython",
"version": "2.1.15",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/GitPython",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-gitdb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-git-sweep"
]
}
]
},
{
"name": "py-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.45",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/GitPython",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-gitpython"
]
}
],
"depends_on": []
},
{
"name": "py39-gitdb",
"portdir": "python/py-gitdb",
"version": "4.0.12",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-smmap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-gitpython"
]
}
]
},
{
"name": "py38-gitdb",
"portdir": "python/py-gitdb",
"version": "4.0.12",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-smmap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-gitpython"
]
}
]
},
{
"name": "py37-gitdb",
"portdir": "python/py-gitdb",
"version": "4.0.11",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-wheel",
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"py37-smmap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-gitpython"
]
}
]
},
{
"name": "py36-gitdb",
"portdir": "python/py-gitdb",
"version": "4.0.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "run",
"ports": [
"py36-smmap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-gitpython"
]
}
]
},
{
"name": "py27-gitdb",
"portdir": "python/py-gitdb",
"version": "2.0.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-smmap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-gitpython",
"py27-git-sweep"
]
}
]
},
{
"name": "py-gitdb",
"portdir": "python/py-gitdb",
"version": "4.0.12",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-gitdb"
]
}
],
"depends_on": []
},
{
"name": "py27-git-sweep",
"portdir": "python/py-git-sweep",
"version": "0.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/arc90/git-sweep",
"description": "clean up Git branches that have been merged into master",
"long_description": "Command-line tool to help clean up Git branches that have been merged into master",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"git-sweep_select",
"py27-gitdb",
"py27-gitpython"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-git-sweep"
]
}
]
},
{
"name": "py-git-sweep",
"portdir": "python/py-git-sweep",
"version": "0.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/arc90/git-sweep",
"description": "clean up Git branches that have been merged into master",
"long_description": "Command-line tool to help clean up Git branches that have been merged into master",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-git-sweep"
]
}
],
"depends_on": []
},
{
"name": "py-git-review",
"portdir": "python/py-git-review",
"version": "1.28.0",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "git-review",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by git-review",
"long_description": "This port has been replaced by git-review.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py39-gin-config",
"portdir": "python/py-gin-config",
"version": "0.4.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/gin-config",
"description": "Gin Config A lightweight configuration library for Python",
"long_description": "Gin Config A lightweight configuration library for Python",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-gin-config"
]
},
{
"type": "run",
"ports": [
"py39-mesh-tensorflow",
"py39-tensor2tensor"
]
}
]
},
{
"name": "py38-gin-config",
"portdir": "python/py-gin-config",
"version": "0.4.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/gin-config",
"description": "Gin Config A lightweight configuration library for Python",
"long_description": "Gin Config A lightweight configuration library for Python",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-six"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-tensor2tensor",
"py38-mesh-tensorflow"
]
}
]
},
{
"name": "py37-gin-config",
"portdir": "python/py-gin-config",
"version": "0.4.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/gin-config",
"description": "Gin Config A lightweight configuration library for Python",
"long_description": "Gin Config A lightweight configuration library for Python",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"py37-six"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py37-mesh-tensorflow",
"py37-tensor2tensor"
]
}
]
},
{
"name": "py-gin-config",
"portdir": "python/py-gin-config",
"version": "0.4.1",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/gin-config",
"description": "Gin Config A lightweight configuration library for Python",
"long_description": "Gin Config A lightweight configuration library for Python",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-gin-config"
]
}
],
"depends_on": []
},
{
"name": "py27-ggy",
"portdir": "python/py-ggy",
"version": "0.4.1",
"license": "public-domain",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20101206231252/http://www.lava.net/~newsham/pyggy/",
"description": "parser and lexer generator for python, in python",
"long_description": "This is a Python package for generating parsers and lexers in Python. The distribution contains a generator for generating complicated multi-state lexers with support for backing up. It also includes a generator for generating GLR parsers capable of parsing arbitrary grammars.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-ggy"
]
}
]
},
{
"name": "py-ggy",
"portdir": "python/py-ggy",
"version": "0.4.1",
"license": "public-domain",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20101206231252/http://www.lava.net/~newsham/pyggy/",
"description": "parser and lexer generator for python, in python",
"long_description": "This is a Python package for generating parsers and lexers in Python. The distribution contains a generator for generating complicated multi-state lexers with support for backing up. It also includes a generator for generating GLR parsers capable of parsing arbitrary grammars.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-ggy"
]
}
],
"depends_on": []
},
{
"name": "py36-gflags",
"portdir": "python/py-gflags",
"version": "2.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/python-gflags/",
"description": "Python equivalent of google-gflag, a getopt() replacement.",
"long_description": "A library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "conall+macports",
"github": "conallob",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py35-gflags",
"portdir": "python/py-gflags",
"version": "2.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/python-gflags/",
"description": "Python equivalent of google-gflag, a getopt() replacement.",
"long_description": "A library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "conall+macports",
"github": "conallob",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py27-gflags",
"portdir": "python/py-gflags",
"version": "2.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/python-gflags/",
"description": "Python equivalent of google-gflag, a getopt() replacement.",
"long_description": "A library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "conall+macports",
"github": "conallob",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"closure-linter",
"py27-google-apputils",
"py-gflags"
]
}
]
},
{
"name": "py-gflags",
"portdir": "python/py-gflags",
"version": "2.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/python-gflags/",
"description": "Python equivalent of google-gflag, a getopt() replacement.",
"long_description": "A library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "conall+macports",
"github": "conallob",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py27-gflags"
]
}
],
"depends_on": []
},
{
"name": "py36-gevent-websocket",
"portdir": "python/py-gevent-websocket",
"version": "0.10.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/Jeffrey/gevent-websocket",
"description": "Websocket handler for the gevent pywsgi server.",
"long_description": "Websocket handler for the gevent pywsgi server.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2850
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-gevent",
"py36-greenlet"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-gevent-websocket"
]
}
]
}
]
}