GET /api/v1/ports/?format=api&ordering=name&page=459
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50781,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=460",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=458",
    "results": [
        {
            "name": "py27-pycparser",
            "portdir": "python/py-pycparser",
            "version": "2.21",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eliben/pycparser",
            "description": "pycparser is a complete parser of the C language.",
            "long_description": "pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-python-augeas",
                        "calendar-contacts-server",
                        "py27-cffi"
                    ]
                }
            ]
        },
        {
            "name": "py27-pycrlibm",
            "portdir": "python/py-pycrlibm",
            "version": "1.0.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/taschini/pycrlibm",
            "description": "Python bindings for CRlibm",
            "long_description": "Python bindings for CRlibm, an efficient and proven correctly-rounded mathematical library.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "crlibm",
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-pyinterval"
                    ]
                }
            ]
        },
        {
            "name": "py27-pycryptodome",
            "portdir": "python/py-pycryptodome",
            "version": "3.23.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.pycryptodome.org",
            "description": "Cryptographic library for Python",
            "long_description": "PyCryptodome is a self-contained Python package of low-level cryptographic primitives. PyCryptodome is a fork of PyCrypto.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-recaptcha",
                        "py27-snmp",
                        "bzr",
                        "EGSimulation",
                        "py27-keyczar",
                        "py27-ezpycrypto"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "john-jumbo"
                    ]
                }
            ]
        },
        {
            "name": "py27-pycson",
            "portdir": "python/py-pycson",
            "version": "0.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/avakar/pycson",
            "description": "A Coffescript Object Notation (CSON) parser for Python",
            "long_description": "A Coffescript Object Notation (CSON) parser for Python",
            "active": false,
            "categories": [
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mojca",
                    "github": "mojca",
                    "ports_count": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-speg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pydicom",
            "portdir": "python/py-pydicom",
            "version": "1.4.2",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pydicom.github.io/pydicom/stable/index.html",
            "description": "Python Module for working with DICOM files",
            "long_description": "pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM files in an easy pythonic way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-pynetdicom"
                    ]
                }
            ]
        },
        {
            "name": "py27-pydot",
            "portdir": "python/py-pydot",
            "version": "1.4.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erocarrera/pydot",
            "description": "Python interface to Graphviz's Dot",
            "long_description": "This module provides with a full interface to create handle modify and process graphs in Graphviz's dot language.",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz",
                        "py27-parsing"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-prov",
                        "py27-pebl",
                        "py27-pygraph-dot"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyds9",
            "portdir": "python/py-pyds9",
            "version": "1.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hea-www.harvard.edu/saord/ds9/",
            "description": "Python interface to XPA to communicate with DS9",
            "long_description": "The pyds9 module provides a Python interface to XPA to communicate with the astronomical image viewer DS9.",
            "active": false,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mperrin",
                    "github": "mperrin",
                    "ports_count": 12
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyds9"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyepl",
            "portdir": "python/py-pyepl",
            "version": "1.0.29",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pyepl.sourceforge.net/",
            "description": "PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled)",
            "long_description": "PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled). It supports presentation of both visual and auditory stimuli, and supports both manual (keyboard/joystick) and sound (microphone) input as responses.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsndfile",
                        "swig-python",
                        "python27",
                        "py27-game",
                        "libsamplerate",
                        "py27-ode",
                        "py27-opengl",
                        "py27-pyrex",
                        "py27-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyepl"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyFAI",
            "portdir": "python/py-pyFAI",
            "version": "0.13.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/silx-kit/pyFAI",
            "description": "Azimuthal Integration library",
            "long_description": "pyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version use a SparseMatrix-DenseVector multiplication.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "coquelleni",
                    "github": "coquellen",
                    "ports_count": 22
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-cython"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-numpy",
                        "python27",
                        "py27-scipy",
                        "py27-pyopencl",
                        "py27-matplotlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pyfftw",
            "portdir": "python/py-pyfftw",
            "version": "0.12.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyFFTW/pyFFTW",
            "description": "pythonic python wrapper around FFTW",
            "long_description": "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-cython",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fftw-3-long",
                        "python27",
                        "py27-numpy",
                        "py27-dask",
                        "fftw-3",
                        "fftw-3-single"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pyfftw3",
            "portdir": "python/py-pyfftw3",
            "version": "0.2.2",
            "license": "GPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/pyfftw",
            "description": "Python bindings to FFTW3",
            "long_description": "Python bindings to the FFTW3 C-library for computing discrete Fourier transforms.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "fftw-3",
                        "fftw-3-single",
                        "fftw-3-long"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyfftw3"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyficache",
            "portdir": "python/py-pyficache",
            "version": "2.3.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rocky/python-filecache",
            "description": "A Python module for reading and caching lines",
            "long_description": "The pyficache module allows one to get any line from any file, caching lines of the file on first access to the file. Although the file may be any file, the common use is when the file is a Python script.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2007
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-pygments",
                        "py27-xdis"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-trepan"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyflakes",
            "portdir": "python/py-pyflakes",
            "version": "2.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pycqa/pyflakes",
            "description": "Passive checker of Python programs.",
            "long_description": "Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pyflakes_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-language-server",
                        "py27-flake8"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyfsevents",
            "portdir": "python/py-pyfsevents",
            "version": "0.2b1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pyfsevents",
            "description": "Python interface to Mac OS X's FSEvents",
            "long_description": "pyfsevents is a C extension providing a Python interface for Mac OS X 10.5 and later which allows monitoring for file system events, using FSEvents.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyfsevents"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygccxml",
            "portdir": "python/py-pygccxml",
            "version": "2.2.1",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gccxml/pygccxml",
            "description": "pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML.",
            "long_description": "pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "castxml",
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-pyplusplus"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygeocoder",
            "portdir": "python/py-pygeocoder",
            "version": "1.2.5",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/xster/pygeocoder",
            "description": "A lightweight Python wrapper for Google Geocoding API V3",
            "long_description": "A lightweight Python wrapper for Google Geocoding API V3",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-requests"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pygeocoder"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyglet",
            "portdir": "python/py-pyglet",
            "version": "1.4.10",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyglet.readthedocs.org/",
            "description": "A cross-platform windowing and multimedia library for Python.",
            "long_description": "A cross-platform windowing and multimedia library for Python.",
            "active": false,
            "categories": [
                "devel",
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-psychopy"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygments",
            "portdir": "python/py-pygments",
            "version": "2.5.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pygments.org/",
            "description": "Python syntax highlighter",
            "long_description": "Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pygments_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "expgram",
                        "cicada"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pyficache",
                        "py27-jupyter_console",
                        "py27-prompt_toolkit",
                        "py27-qtconsole",
                        "py27-pudb",
                        "py27-cli-helpers",
                        "py27-nbconvert",
                        "py27-jmespath-terminal",
                        "py27-kivy",
                        "py27-ipython",
                        "qbzr",
                        "voltron",
                        "trac",
                        "trac-devel",
                        "py27-bpython"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-readme_renderer",
                        "py27-trepan",
                        "py27-sphinx",
                        "py27-markdown2",
                        "rst2pdf"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-m2r"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygmsh",
            "portdir": "python/py-pygmsh",
            "version": "6.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nschloe/pygmsh",
            "description": "PyGmsh combines power of Gmsh.",
            "long_description": "PyGmsh combines power of Gmsh. with the versatility of Python and to provide useful abstractions from the Gmsh scripting language so you can create complex geometries more easily.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1297
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-pbr",
                        "py27-setuptools",
                        "py27-wheel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pygooglechart",
            "portdir": "python/py-pygooglechart",
            "version": "0.4.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gak/pygooglechart",
            "description": "pygooglechart is a complete Python wrapper for the Google Chart API",
            "long_description": "pygooglechart is a complete Python wrapper for the Google Chart API",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pygooglechart"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-FlexGet"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygpgme",
            "portdir": "python/py-pygpgme",
            "version": "0.3",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/pygpgme",
            "description": "Python module for working with OpenPGP messages",
            "long_description": "PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt files using the OpenPGP format. It is built on top of GNU Privacy Guard and the GPGME library.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gpgme",
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "alot"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "yum",
                        "py-pygpgme"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygpu",
            "portdir": "python/py-pygpu",
            "version": "0.7.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Theano/libgpuarray",
            "description": "Python wrapper for libgpuarray library",
            "long_description": "Python wrapper for libgpuarray library",
            "active": false,
            "categories": [
                "devel",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-cython",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-numpy",
                        "libgpuarray",
                        "py27-mako"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pygraph-core",
            "portdir": "python/py-pygraph-core",
            "version": "1.8.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/python-graph/",
            "description": "A library for working with graphs in Python",
            "long_description": "python-graph provides a suitable data structure for representing graphs and a whole set of important algorithms.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pygraph-core",
                        "py27-pygraph-dot"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygraph-dot",
            "portdir": "python/py-pygraph-dot",
            "version": "1.8.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/python-graph/",
            "description": "DOT language support for python-graph",
            "long_description": "python-graph provides a suitable data structure for representing graphs and a whole set of important algorithms. This port adds support for reading and writing graphs in the DOT language.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-pydot",
                        "py27-pygraph-core"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pygraph-dot"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygraphviz",
            "portdir": "python/py-pygraphviz",
            "version": "1.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pygraphviz/pygraphviz",
            "description": "A Python wrapper for the Graphviz Agraph data structure.",
            "long_description": "PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz is independent from NetworkX but provides a similar programming interface.",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-setuptools",
                        "graphviz",
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-doctest-ignore-unicode",
                        "py27-mock",
                        "py27-nose"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pygresql",
            "portdir": "python/py-pygresql",
            "version": "5.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pygresql.org/",
            "description": "Python module that interfaces to a PostgreSQL database",
            "long_description": "PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script.",
            "active": false,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql92",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pygrib",
            "portdir": "python/py-pygrib",
            "version": "2.1.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jswhit/pygrib",
            "description": "Python interface to the Grib API library",
            "long_description": "Python interface to the Grib API library",
            "active": false,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jswhit",
                    "github": "jswhit",
                    "ports_count": 20
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-cython",
                        "py27-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjpeg15",
                        "python27",
                        "zlib",
                        "py27-pyproj",
                        "ecCodes",
                        "py27-numpy",
                        "jasper",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pygtk",
            "portdir": "python/py-pygtk",
            "version": "2.24.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "PyGTK is the Python binding to GTK+ 2.x",
            "long_description": "PyGTK contains modules that allow you to use gtk in Python programs. At present, it is a fairly complete set of bindings.",
            "active": true,
            "categories": [
                "python",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-gobject",
                        "atk",
                        "py27-numpy",
                        "gtk2",
                        "libglade2",
                        "python27",
                        "py27-cairo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gimp2-devel",
                        "py27-gtk-osx-application-gtk2",
                        "PIDA",
                        "py27-eggtrayicon",
                        "ige-mac-integration",
                        "solfege",
                        "reinteract",
                        "py27-keybinder",
                        "py27-gtkspell",
                        "vte-gtk2-compat",
                        "comix",
                        "gnome-bindings-python",
                        "upnp-inspector",
                        "keepnote",
                        "py27-gtkmvc",
                        "py27-goocanvas",
                        "py27-kiwi",
                        "gnofract4d",
                        "gourmet",
                        "gimp2",
                        "diffuse",
                        "py27-notify-python",
                        "py27-poppler",
                        "py27-gnome",
                        "py27-gst-python",
                        "py27-osmgpsmap",
                        "py27-pygtksourceview",
                        "zeroinstall-injector",
                        "py-pygtk",
                        "bzr-gtk",
                        "py27-atspi",
                        "umit",
                        "subsurface",
                        "xpn",
                        "py27-gtkhtml2",
                        "gnuradio37",
                        "xgsch2pcb",
                        "glade3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yorick-spydr",
                        "yorick-yao",
                        "pyfa",
                        "uzbl"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygtk-devel",
            "portdir": "python/py-pygtk-devel",
            "version": "2.24.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pygtk.org/",
            "description": "PyGTK is the Python binding to GTK+ 2.x",
            "long_description": "PyGTK contains modules that allow you to use gtk in Python programs. At present, it is a fairly complete set of bindings.",
            "active": true,
            "categories": [
                "python",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-gobject",
                        "atk",
                        "py27-numpy",
                        "gtk2",
                        "libglade2",
                        "python27",
                        "py27-cairo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pygtk-devel"
                    ]
                }
            ]
        },
        {
            "name": "py27-pygtkhelpers",
            "portdir": "python/py-pygtkhelpers",
            "version": "0.4.3",
            "license": "LGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/pygtkhelpers",
            "description": "A library to assist the building of PyGTK applications.",
            "long_description": "A library to assist the building of PyGTK applications.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "PIDA",
                        "py-pygtkhelpers"
                    ]
                }
            ]
        },
        {
            "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": "py27-pyhamcrest",
            "portdir": "python/py-pyhamcrest",
            "version": "1.10.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hamcrest/PyHamcrest",
            "description": "Hamcrest framework for matcher objects",
            "long_description": "Hamcrest framework for matcher objects",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-twisted"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-behave"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyhyphen",
            "portdir": "python/py-pyhyphen",
            "version": "3.0.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/fhaxbox66/pyhyphen",
            "description": "The hyphenation library of LibreOffice and FireFox wrapped for Python",
            "long_description": "PyHyphen is a wrapper around the high quality hyphenation library hyphen-2.4 (May 2008) that ships with OpenOffice.org and Mozilla products. Hence, all dictionaries compatible with OpenOffice can be used. PyHyphen also contains textwrap2, an enhanced though backwards-compatible version of the standard Python module textwrap. Not very surprisingly, textwrap2 can hyphenate words when wrapping them.",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-appdirs",
                        "py27-setuptools",
                        "py27-six"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pyicu",
            "portdir": "python/py-pyicu",
            "version": "2.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.pyicu.org/main/pyicu",
            "description": "Python extension wrapping the ICU C++ API",
            "long_description": "Python extension wrapping the ICU C++ API",
            "active": false,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "icu",
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest",
                        "py27-six"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-natsort"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyilmbase",
            "portdir": "graphics/openexr",
            "version": "2.3.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.openexr.com",
            "description": "OpenEXR Graphics Library",
            "long_description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.",
            "active": false,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-numpy",
                        "zlib",
                        "boost176",
                        "ilmbase",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pyinstaller",
            "portdir": "python/py-pyinstaller",
            "version": "3.5",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pyinstaller.org/",
            "description": "converts (packages) Python programs into stand-alone executables",
            "long_description": "converts (packages) Python programs into stand-alone executables - note that there is a GPL license exception that allows PyInstaller to build and distribute non-free programs, including commercial ones",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "adfernandes",
                    "github": "adfernandes",
                    "ports_count": 45
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pyinterval",
            "portdir": "python/py-pyinterval",
            "version": "1.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/taschini/pyinterval",
            "description": "Interval arithmetic in Python",
            "long_description": "This library provides a Python implementation of an algebraically closed interval system on the extended real number set. An interval object consists of a finite union of closed, possibly unbound, mathematical intervals.",
            "active": false,
            "categories": [
                "math",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-pycrlibm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pykde4",
            "portdir": "kde/py-pykde4",
            "version": "4.14.3",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.riverbankcomputing.co.uk/software/pykde/intro",
            "description": "Python bindings for the KDE Development Platform",
            "long_description": "This package contains PyKDE, the Python bindings for the KDE libraries, that allow you to write KDE programs using Python instead of C++. It contains at least the following modules under the PyKDE namespace: \n* dnssd \n* kdecore \n* kdeui \n* khtml \n* kio \n* knewstuff \n* kparts \n* kterminal \n* ktexteditor \n* kutils \n* plasma \n* solid \nAnd a few KDE related technologies like: \n* akonadi \n* phonon \n* soprano",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-16",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "qt4-mac",
                        "dbus-python27",
                        "py27-pyqt4",
                        "kdelibs4",
                        "soprano"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python27",
                        "py27-pyqt4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pykde4"
                    ]
                }
            ]
        },
        {
            "name": "py27-pyke",
            "portdir": "python/py-pyke",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pyke.sourceforge.net",
            "description": "Python Knowledge Engine (PyKE)",
            "long_description": "Pyke introduces a form of Logic Programming (inspired by Prolog) to the Python community by providing a knowledge-based inference engine (expert system) written in 100% Python. Both forward-chaining and backward-chaining rules (which may include python code) are compiled into python. Can also automatically assemble python programs out of Python functions which are attached to backward-chaining rules.",
            "active": false,
            "categories": [
                "devel",
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mahergamal",
                    "github": "maherg",
                    "ports_count": 7
                },
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pykerberos",
            "portdir": "python/py-pykerberos",
            "version": "1.3.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/kerberos/",
            "description": "A GSSAPI interface module for Python",
            "long_description": "A GSSAPI interface module for Python",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pylibelf",
            "portdir": "python/py-pylibelf",
            "version": "0.1.20110915",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://eggy.yolky.org/pylibelf/static/docs/index.html",
            "description": "Pythonic wrapper for the libelf library.",
            "long_description": "Pythonic wrapper for the libelf library.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libelf",
                        "clang-16"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "mercurial"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-cython",
                        "py27-ply"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pylibelf"
                    ]
                }
            ]
        },
        {
            "name": "py27-pylibmc",
            "portdir": "python/py-pylibmc",
            "version": "1.6.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sendapatch.se/projects/pylibmc/",
            "description": "Python memcached client wrapped on libmemcached.",
            "long_description": "pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libmemcached",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pylibpcap",
            "portdir": "python/py-pylibpcap",
            "version": "0.6.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pylibpcap.sourceforge.net",
            "description": "Python module for the libpcap packet capture library",
            "long_description": "Pylibpcap is a Python extension module that interfaces with the libpcap packet capture library. Pylibpcap enables python scripts to capture packets on the network.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig-python",
                        "python27",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "honeyd",
                        "py-pylibpcap"
                    ]
                }
            ]
        },
        {
            "name": "py27-pylint",
            "portdir": "python/py-pylint",
            "version": "1.9.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pylint.org",
            "description": "Error (and style) checking for python",
            "long_description": "Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13",
                        "py27-pytest-runner",
                        "py27-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-configparser",
                        "py27-flake8-mccabe",
                        "py27-isort",
                        "python27",
                        "py27-singledispatch",
                        "py27-six",
                        "py27-setuptools",
                        "py27-astroid",
                        "py27-backports-functools_lru_cache"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pylint_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-eric-ide",
                        "py27-language-server"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-cucumber-tag-expressions"
                    ]
                }
            ]
        },
        {
            "name": "py27-pylons",
            "portdir": "python/py-pylons",
            "version": "1.0.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org",
            "description": "Obsolete port",
            "long_description": "This port is obsolete.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pylons"
                    ]
                }
            ]
        },
        {
            "name": "py27-pylru",
            "portdir": "python/py-pylru",
            "version": "1.2.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jlhutch/pylru",
            "description": "A least recently used (LRU) cache for Python.",
            "long_description": "Pylru implements a true LRU cache along with several support classes.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pylzma",
            "portdir": "python/py-pylzma",
            "version": "0.5.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.joachim-bauch.de/projects/pylzma/",
            "description": "Python bindings for the LZMA compression library.",
            "long_description": "Python bindings for the LZMA compression library.",
            "active": false,
            "categories": [
                "archivers",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2873
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pymacs",
            "portdir": "python/py-pymacs",
            "version": "0.25",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pymacs.progiciels-bpi.ca/pymacs.html",
            "description": "python/emacs integration",
            "long_description": "Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "emacs",
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pymacs",
                        "py27-ropemacs"
                    ]
                }
            ]
        },
        {
            "name": "py27-pymca",
            "portdir": "python/py-pymca",
            "version": "4.4.1p1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pymca.sourceforge.net",
            "description": "Mapping and X-Ray Fluorescence Analysis",
            "long_description": "Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra. Graphical user interface (GUI) and batch processing capabilities provided.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-matplotlib",
                        "py27-mdp-toolkit",
                        "python27",
                        "py27-opengl",
                        "py27-pyqwt",
                        "py27-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pyml",
            "portdir": "python/py-pyml",
            "version": "0.7.14",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pyml.sourceforge.net/",
            "description": "Machine learning framework for SVMs and other kernel methods",
            "long_description": "Machine learning framework for SVMs and other kernel methods",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "chiszp",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-matplotlib",
                        "py27-numpy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyml"
                    ]
                }
            ]
        }
    ]
}