{"count":52178,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=980","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=978","results":[{"name":"py38-markdown-it-py","portdir":"python/py-markdown-it-py","version":"3.0.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":false,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py38-flit_core","py38-build","py38-installer"]},{"type":"lib","ports":["python38","py38-mdit-py-plugins","py38-mdurl","py38-linkify-it-py"]}],"depends_on":[{"type":"lib","ports":["py38-jupytext"]},{"type":"run","ports":["py38-gradio","py38-myst-parser","py38-panel","py38-rich","py38-telethon"]}]},{"name":"py36-markdown-it-py","portdir":"python/py-markdown-it-py","version":"2.0.0","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Markdown parser done right.","long_description":"This is a Python port of markdown-it, and some of its associated plugins.","active":false,"categories":["textproc","python"],"maintainers":[{"name":"jjstickel","github":"jjstickel","ports_count":143}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py36-setuptools"]},{"type":"lib","ports":["python36","py36-attrs","py36-mdit-py-plugins","py36-typing_extensions"]}],"depends_on":[{"type":"lib","ports":["py36-jupytext"]},{"type":"run","ports":["py36-myst-parser"]}]},{"name":"py37-markdown-it-py","portdir":"python/py-markdown-it-py","version":"2.2.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":false,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-flit_core","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["py37-mdurl","python37","py37-linkify-it-py","py37-attrs","py37-mdit-py-plugins","py37-typing_extensions"]}],"depends_on":[{"type":"lib","ports":["py37-jupytext"]},{"type":"run","ports":["py37-rich","py37-myst-parser"]}]},{"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":"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":"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":"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":"py36-mako","portdir":"python/py-mako","version":"1.1.6","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":false,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-13"]},{"type":"lib","ports":["python36","py36-beaker","py36-markupsafe","py36-setuptools"]}],"depends_on":[{"type":"build","ports":["py36-pyopencl"]},{"type":"lib","ports":["py36-pygpu","py36-alembic"]}]},{"name":"py35-mako","portdir":"python/py-mako","version":"1.1.6","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":false,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-13"]},{"type":"lib","ports":["python35","py35-beaker","py35-markupsafe","py35-setuptools"]}],"depends_on":[{"type":"build","ports":["py35-pyopencl"]},{"type":"lib","ports":["py35-pygpu","py35-alembic"]}]},{"name":"py37-mako","portdir":"python/py-mako","version":"1.2.4","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":false,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py37-setuptools","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["py37-importlib-metadata","py37-markupsafe","py37-setuptools","python37"]}],"depends_on":[{"type":"build","ports":["py37-pyopencl"]},{"type":"lib","ports":["py37-pygpu","py37-alembic"]},{"type":"test","ports":["py37-tensorflow-datasets"]}]},{"name":"py39-mako","portdir":"python/py-mako","version":"1.3.10","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":false,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py39-wheel","py39-installer","clang-18","py39-setuptools","py39-build"]},{"type":"lib","ports":["py39-markupsafe","python39"]}],"depends_on":[{"type":"build","ports":["py39-pyopencl"]},{"type":"lib","ports":["py39-alembic"]},{"type":"test","ports":["py39-tensorflow-datasets"]}]},{"name":"py38-mako","portdir":"python/py-mako","version":"1.3.10","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":false,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py38-wheel","py38-installer","clang-17","py38-setuptools","py38-build"]},{"type":"lib","ports":["py38-markupsafe","python38"]}],"depends_on":[{"type":"build","ports":["py38-pyopencl"]},{"type":"lib","ports":["salt-master","salt-syndic","salt-minion","salt-api","py38-alembic"]},{"type":"test","ports":["py38-tensorflow-datasets"]}]},{"name":"py38-pygments","portdir":"python/py-pygments","version":"2.19.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":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py38-build","py38-hatchling","py38-installer","clang-18"]},{"type":"lib","ports":["python38"]},{"type":"run","ports":["pygments_select"]}],"depends_on":[{"type":"build","ports":["py38-pdbpp"]},{"type":"lib","ports":["py38-superqt","py38-breathe","py38-pudb","py38-nbconvert","py38-pyface","py38-cli-helpers","py38-ipython","py38-httpx","py38-pyficache","py38-qtconsole","py38-jupyter_console","py38-bpython","py38-ptpython"]},{"type":"run","ports":["py38-jupyterlab_pygments","py38-sphinx","py38-trepan3k","py38-markdown2","py38-spyder","py38-readme_renderer","py38-spyder-devel","py38-rich"]},{"type":"test","ports":["py38-m2r"]}]},{"name":"py35-pygments","portdir":"python/py-pygments","version":"2.11.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":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["python35","py35-setuptools"]},{"type":"run","ports":["pygments_select"]}],"depends_on":[{"type":"lib","ports":["py35-bpython","py35-kivy","py35-pudb","py35-pyface","py35-ipython","py35-nbconvert","py35-jmespath-terminal","py35-pyficache","py35-jupyter_console","py35-qtconsole"]},{"type":"run","ports":["py35-markdown2","py35-sphinx"]},{"type":"test","ports":["py35-m2r"]}]},{"name":"py36-pygments","portdir":"python/py-pygments","version":"2.14.0","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":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["python36","py36-setuptools"]},{"type":"run","ports":["py36-importlib-metadata","pygments_select"]}],"depends_on":[{"type":"lib","ports":["py36-ipython","py36-pudb","py36-nbconvert","py36-jmespath-terminal","py36-kivy","py36-pyface","py36-cli-helpers","py36-pyficache","py36-jupyter_console","py36-bpython","py36-qtconsole"]},{"type":"run","ports":["py36-sphinx","py36-readme_renderer","py36-markdown2","py36-rich","py36-spyder-devel","py36-spyder"]},{"type":"test","ports":["py36-m2r"]}]},{"name":"py37-pygments","portdir":"python/py-pygments","version":"2.17.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":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-build","py37-hatchling","py37-installer","clang-18"]},{"type":"lib","ports":["python37"]},{"type":"run","ports":["py37-importlib-metadata","pygments_select"]}],"depends_on":[{"type":"build","ports":["py37-pdbpp"]},{"type":"lib","ports":["py37-pudb","py37-jupyter_console","py37-pyficache","py37-bpython","py37-httpx","py37-jupyterlab_pygments","py37-nbconvert","py37-jmespath-terminal","py37-qtconsole","py37-cli-helpers","py37-pyface","py37-superqt","py37-ipython"]},{"type":"run","ports":["py37-sphinx","py37-spyder-devel","py37-rich","py37-readme_renderer","py37-markdown2","py37-trepan3k","py37-spyder"]},{"type":"test","ports":["py37-m2r"]}]},{"name":"py39-pygments","portdir":"python/py-pygments","version":"2.19.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":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py39-build","py39-hatchling","py39-installer","clang-18"]},{"type":"lib","ports":["python39"]},{"type":"run","ports":["pygments_select"]}],"depends_on":[{"type":"build","ports":["py39-pdbpp"]},{"type":"lib","ports":["py39-cli-helpers","py39-pudb","py39-pyficache","py39-qtconsole","py39-httpx","py39-ipython","py39-nbconvert","py39-pyface","py39-pytest","py39-pygments-mathematica","py39-superqt","py39-bpython","py39-ptpython","py39-jupyter_console","py39-breathe"]},{"type":"run","ports":["py39-spyder","py39-sphinx","py39-rich","py39-readme_renderer","py39-trepan3k","py39-jupyterlab_pygments","py39-markdown2","py39-spyder-devel"]},{"type":"test","ports":["py39-m2r"]}]},{"name":"py35-mpmath","portdir":"python/py-mpmath","version":"1.1.0","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"http://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":false,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["python35"]}],"depends_on":[{"type":"lib","ports":["py35-sympy"]}]},{"name":"py36-mpmath","portdir":"python/py-mpmath","version":"1.2.1","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"http://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":false,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py36-setuptools_scm","clang-14"]},{"type":"lib","ports":["python36"]}],"depends_on":[{"type":"lib","ports":["py36-sympy"]}]},{"name":"py39-mpmath","portdir":"python/py-mpmath","version":"1.4.0","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":false,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py39-wheel","py39-setuptools","py39-setuptools_scm","clang-18","py39-build","py39-installer"]},{"type":"lib","ports":["python39"]}],"depends_on":[{"type":"lib","ports":["py39-sympy"]},{"type":"test","ports":["py39-scipy"]}]},{"name":"py37-mpmath","portdir":"python/py-mpmath","version":"1.3.0","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"http://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":false,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-sympy"]}]},{"name":"py27-mpmath","portdir":"python/py-mpmath","version":"1.1.0","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"http://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":false,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["python27"]}],"depends_on":[{"type":"lib","ports":["py27-sympy"]}]},{"name":"py38-mpmath","portdir":"python/py-mpmath","version":"1.3.0","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":false,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py38-setuptools","py38-wheel","py38-build","py38-installer","clang-17"]},{"type":"lib","ports":["python38"]}],"depends_on":[{"type":"lib","ports":["py38-sympy"]}]},{"name":"redis","portdir":"databases/redis","version":"8.6.3","license":"AGPL-3","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://redis.io","description":"Redis is an open source, advanced key-value store.","long_description":"Redis is an open source, advanced key-value store.","active":true,"categories":["databases"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-20"]},{"type":"lib","ports":["openssl"]}],"depends_on":[{"type":"build","ports":["p5.30-redis","p5.32-redis","p5.34-redis","p5.28-redis","p5.26-redis"]},{"type":"lib","ports":["amber"]},{"type":"run","ports":["rspamd"]}]},{"name":"redis7","portdir":"databases/redis","version":"7.4.9","license":"AGPL-3","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://redis.io","description":"Redis is an open source, advanced key-value store.","long_description":"Redis is an open source, advanced key-value store.","active":true,"categories":["databases"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-20"]},{"type":"lib","ports":["openssl"]}],"depends_on":[]},{"name":"md4c","portdir":"devel/md4c","version":"0.5.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/mity/md4c","description":"Markdown parser","long_description":"MD4C is Markdown parser implementation in C.","active":true,"categories":["devel"],"maintainers":[{"name":"mcalhoun","github":"MarcusCalhoun-Lopez","ports_count":1599}],"variants":["debug","universal"],"dependencies":[{"type":"build","ports":["cmake","clang-18"]}],"depends_on":[{"type":"lib","ports":["qt610-qtbase","qt6-qtbase","qt64-qtbase","qt67-qtbase","qt68-qtbase","qt69-qtbase"]}]},{"name":"py-gitpython","portdir":"python/py-gitpython","version":"3.1.50","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":["py314-gitpython"]}],"depends_on":[]},{"name":"py310-gitpython","portdir":"python/py-gitpython","version":"3.1.50","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":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py310-wheel","py310-installer","clang-18","py310-setuptools","py310-build"]},{"type":"lib","ports":["py310-gitdb","python310"]}],"depends_on":[]},{"name":"py311-gitpython","portdir":"python/py-gitpython","version":"3.1.50","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":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py311-installer","py311-wheel","clang-18","py311-build","py311-setuptools"]},{"type":"lib","ports":["py311-gitdb","python311"]}],"depends_on":[{"type":"lib","ports":["kb"]}]},{"name":"py312-gitpython","portdir":"python/py-gitpython","version":"3.1.50","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":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-installer","py312-wheel","clang-18","py312-build","py312-setuptools"]},{"type":"lib","ports":["py312-gitdb","python312"]}],"depends_on":[{"type":"lib","ports":["legit"]}]},{"name":"py313-gitpython","portdir":"python/py-gitpython","version":"3.1.50","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":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py313-build","py313-setuptools","py313-wheel","clang-18","py313-installer"]},{"type":"lib","ports":["py313-gitdb","python313"]}],"depends_on":[]},{"name":"py314-gitpython","portdir":"python/py-gitpython","version":"3.1.50","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":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py314-build","py314-setuptools","py314-wheel","clang-18","py314-installer"]},{"type":"lib","ports":["py314-gitdb","python314"]}],"depends_on":[{"type":"lib","ports":["py-gitpython"]},{"type":"run","ports":["bandit"]}]},{"name":"py-markdown-it-py","portdir":"python/py-markdown-it-py","version":"4.2.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":true,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-markdown-it-py"]}],"depends_on":[]},{"name":"py-mako","portdir":"python/py-mako","version":"1.3.12","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-mako"]}],"depends_on":[]},{"name":"py310-markdown-it-py","portdir":"python/py-markdown-it-py","version":"4.2.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":true,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py310-flit_core","py310-build","py310-installer"]},{"type":"lib","ports":["python310","py310-mdit-py-plugins","py310-mdurl","py310-linkify-it-py"]}],"depends_on":[{"type":"lib","ports":["py310-jupytext","py310-textual","py310-panel"]},{"type":"run","ports":["py310-myst-parser","py310-panel","py310-telethon","py310-rich","py310-gradio"]}]},{"name":"py311-markdown-it-py","portdir":"python/py-markdown-it-py","version":"4.2.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":true,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py311-build","py311-installer","py311-flit_core"]},{"type":"lib","ports":["python311","py311-linkify-it-py","py311-mdit-py-plugins","py311-mdurl"]}],"depends_on":[{"type":"lib","ports":["py311-textual","py311-panel","py311-jupytext"]},{"type":"run","ports":["py311-panel","py311-telethon","py311-rich","py311-myst-parser"]}]},{"name":"py312-markdown-it-py","portdir":"python/py-markdown-it-py","version":"4.2.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":true,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py312-build","py312-flit_core","py312-installer"]},{"type":"lib","ports":["python312","py312-linkify-it-py","py312-mdurl","py312-mdit-py-plugins"]}],"depends_on":[{"type":"lib","ports":["py312-textual","py312-panel","py312-jupytext"]},{"type":"run","ports":["py312-panel","py312-telethon","py312-rich","py312-myst-parser"]}]},{"name":"py313-markdown-it-py","portdir":"python/py-markdown-it-py","version":"4.2.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":true,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py313-installer","clang-18","py313-build","py313-flit_core"]},{"type":"lib","ports":["python313","py313-mdit-py-plugins","py313-mdurl","py313-linkify-it-py"]}],"depends_on":[{"type":"lib","ports":["py313-panel","py313-textual"]},{"type":"run","ports":["py313-panel","py313-rich","py313-telethon"]}]},{"name":"py314-markdown-it-py","portdir":"python/py-markdown-it-py","version":"4.2.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/executablebooks/markdown-it-py","description":"Python port of markdown-it","long_description":"Python port of markdown-it. Markdown parser done right.","active":true,"categories":["textproc","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py314-installer","clang-18","py314-build","py314-flit_core"]},{"type":"lib","ports":["python314","py314-linkify-it-py","py314-mdit-py-plugins","py314-mdurl"]}],"depends_on":[{"type":"lib","ports":["py314-panel","py-markdown-it-py","py314-textual"]},{"type":"run","ports":["py314-rich"]}]},{"name":"py27-mako","portdir":"python/py-mako","version":"1.1.6","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["python27","py27-beaker","py27-markupsafe","py27-setuptools"]}],"depends_on":[{"type":"build","ports":["py27-pyopencl"]},{"type":"lib","ports":["gnuradio-devel","py27-pygpu","py27-alembic","digital_rf","py27-smisk"]}]},{"name":"py310-mako","portdir":"python/py-mako","version":"1.3.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py310-wheel","py310-installer","clang-18","py310-setuptools","py310-build"]},{"type":"lib","ports":["py310-markupsafe","python310"]}],"depends_on":[{"type":"build","ports":["PothosLiquidDSP","py310-pyopencl","volk"]},{"type":"lib","ports":["uhd","uhd-39lts","uhd-devel","gnuradio-next","py310-alembic","gnuradio"]},{"type":"test","ports":["py310-tensorflow-datasets"]}]},{"name":"py311-mako","portdir":"python/py-mako","version":"1.3.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py311-installer","py311-wheel","clang-18","py311-build","py311-setuptools"]},{"type":"lib","ports":["py311-markupsafe","python311"]}],"depends_on":[{"type":"build","ports":["py311-pyopencl"]},{"type":"lib","ports":["py311-alembic"]},{"type":"test","ports":["py311-tensorflow-datasets"]}]},{"name":"py312-mako","portdir":"python/py-mako","version":"1.3.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py312-installer","py312-wheel","clang-18","py312-build","py312-setuptools"]},{"type":"lib","ports":["py312-markupsafe","python312"]}],"depends_on":[{"type":"lib","ports":["py312-alembic"]}]},{"name":"py314-mako","portdir":"python/py-mako","version":"1.3.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py314-build","py314-setuptools","py314-wheel","clang-18","py314-installer"]},{"type":"lib","ports":["py314-markupsafe","python314"]}],"depends_on":[{"type":"build","ports":["mesa","volk-gnss-sdr","volk-gnss-sdr-devel"]},{"type":"lib","ports":["gobject-introspection-devel","gobject-introspection-bootstrap","gobject-introspection-bootstrap-devel","osxphotos","py314-alembic","py-mako","gobject-introspection"]}]},{"name":"py313-mako","portdir":"python/py-mako","version":"1.3.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://www.makotemplates.org/","description":"A super-fast templating language that borrows the best ideas from the existing templating languages.","long_description":"Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.","active":true,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py313-build","py313-setuptools","py313-wheel","clang-18","py313-installer"]},{"type":"lib","ports":["py313-markupsafe","python313"]}],"depends_on":[{"type":"lib","ports":["deluge","py313-alembic"]}]},{"name":"py-mpmath","portdir":"python/py-mpmath","version":"1.4.1","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":true,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-mpmath"]}],"depends_on":[]},{"name":"py310-mpmath","portdir":"python/py-mpmath","version":"1.4.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":true,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py310-wheel","py310-setuptools","py310-setuptools_scm","clang-18","py310-build","py310-installer"]},{"type":"lib","ports":["python310"]}],"depends_on":[{"type":"lib","ports":["py310-sympy"]},{"type":"test","ports":["py310-scipy"]}]},{"name":"py311-mpmath","portdir":"python/py-mpmath","version":"1.4.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":true,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py311-setuptools","py311-build","py311-installer","clang-18","py311-wheel","py311-setuptools_scm"]},{"type":"lib","ports":["python311"]}],"depends_on":[{"type":"lib","ports":["py311-sympy"]},{"type":"test","ports":["py311-scipy"]}]},{"name":"py312-mpmath","portdir":"python/py-mpmath","version":"1.4.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://mpmath.org","description":"Arbitrary-precision floating-point library for Python","long_description":"Arbitrary-precision floating-point library for Python","active":true,"categories":["math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py312-setuptools","py312-build","py312-installer","clang-18","py312-wheel","py312-setuptools_scm"]},{"type":"lib","ports":["python312"]}],"depends_on":[{"type":"lib","ports":["py312-sympy"]},{"type":"test","ports":["py312-scipy"]}]}]}