{"count":51978,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=created_at&page=293","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=created_at&page=291","results":[{"name":"pure-rational","portdir":"pure/pure-rational","version":"0.1","license":"GPL-2+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-rational","description":"a Pure port of Q+Q, Rob Hubbard's rational number library","long_description":"pure-rational is a Pure port of Q+Q, Rob Hubbard's rational number library. It contains rational.pure, a collection of utility functions for rational numbers, and rat_interval.pure, a module for doing interval arithmetic needed by rational.pure. These modules are designed to work with the math.pure module (part of the standard Pure library), which contains the definition of Pure's rational type and implements the basic rational arithmetic.","active":true,"categories":["math","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["pure"]}],"depends_on":[]},{"name":"pure-readline","portdir":"pure/pure-readline","version":"0.3","license":"GPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-readline","description":"an interface to use readline from Pure","long_description":"pure-readline provides an interface to use readline from Pure.","active":true,"categories":["devel","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["readline","pure"]}],"depends_on":[]},{"name":"pure-reduce","portdir":"pure/pure-reduce","version":"0.4","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-reduce","description":"a Pure interface to the Reduce computer algebra system","long_description":"pure-reduce provides a Pure interface to the Reduce computer algebra system.","active":true,"categories":["devel","math","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["gmp","pure"]}],"depends_on":[]},{"name":"pure-sockets","portdir":"pure/pure-sockets","version":"0.8","license":"GPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-sockets","description":"an interface to the Berkeley socket functions for Pure","long_description":"pure-sockets is an interface to the Berkeley socket functions for Pure. It provides most of the core functionality, so you can create sockets for both stream and datagram-based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them.","active":true,"categories":["net","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["pure"]}],"depends_on":[]},{"name":"pure-sql3","portdir":"pure/pure-sql3","version":"0.5","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-sql3","description":"an SQLite interface for the Pure programming language","long_description":"pure-sql3 is a wrapper around SQLite’s C interface that provides Pure programers access to almost all of SQLite’s features, including many that are not available through Pure’s generic ODBC interface.","active":true,"categories":["databases","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["sqlite3","gmp","pure"]}],"depends_on":[]},{"name":"pure-stldict","portdir":"pure/pure-stldict","version":"0.8","license":"LGPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-stldict","description":"a Pure interface to the C++ dictionary containers","long_description":"pure-stldict provides a Pure interface to the C++ dictionary containers.","active":true,"categories":["devel","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["pure"]}],"depends_on":[{"type":"lib","ports":["pd-faust"]}]},{"name":"pure-stllib","portdir":"pure/pure-stllib","version":"0.6","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-stllib","description":"a Pure interface to some C++ container types","long_description":"pure-stllib provides a Pure interface to some C++ container types.","active":true,"categories":["devel","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["pure"]}],"depends_on":[]},{"name":"pure-tk","portdir":"pure/pure-tk","version":"0.5","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-tk","description":"a basic interface between Pure and Tcl/Tk","long_description":"pure-tk provides a basic interface between Pure and Tcl/Tk. This module allows you to execute arbitrary commands in the Tcl interpreter, set and retrieve variable values in the interpreter, and invoke Pure callbacks from Tcl/Tk.","active":true,"categories":["x11","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["pure","tcl","tk"]}],"depends_on":[]},{"name":"pure-xml","portdir":"pure/pure-xml","version":"0.7","license":"LGPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/agraef/pure-lang/wiki/Addons#pure-xml","description":"an interface to libxml2 and libxslt for Pure","long_description":"pure-xml is an interface to the libxml2 and libxslt libraries for Pure.","active":true,"categories":["textproc","pure"],"maintainers":[{"name":"ryandesign","github":"ryandesign","ports_count":2085},{"name":"aggraef","github":"agraef","ports_count":44}],"variants":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["libiconv","zlib","libxslt","libxml2","pure"]}],"depends_on":[{"type":"lib","ports":["faust2pd"]}]},{"name":"ansible_select","portdir":"python/ansible_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"Common files for selecting the default Ansible version","long_description":"This port installs files that allow 'port select' to create links to the preferred default version of Ansible.","active":true,"categories":["sysutils","python"],"maintainers":[{"name":"adfernandes","github":"adfernandes","ports_count":45},{"name":"pedro.salgado","github":"steenzout","ports_count":53}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"lib","ports":["py27-ansible-core","py35-ansible-base","py36-ansible-core","py37-ansible-core","py38-ansible-core","py39-ansible-core","py310-ansible-core","py311-ansible-core","py312-ansible-core","py313-ansible-core","py314-ansible-core"]}]},{"name":"autopep8_select","portdir":"python/autopep8_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default autopep8 version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of autopep8.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-autopep8","py35-autopep8","py36-autopep8","py38-autopep8","py37-autopep8","py39-autopep8","py310-autopep8","py311-autopep8","py312-autopep8","py313-autopep8","py314-autopep8"]}]},{"name":"awscli_select","portdir":"python/awscli_select","version":"0.3","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default awscli version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of awscli.","active":true,"categories":["sysutils","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-awscli","py36-awscli","py37-awscli2","py37-awscli","py38-awscli","py39-awscli","py38-awscli2","py39-awscli2","py310-awscli","py311-awscli","py312-awscli","py313-awscli","py314-awscli","py310-awscli2","py311-awscli2","py312-awscli2","py313-awscli2","py314-awscli2"]}]},{"name":"bandit","portdir":"python/bandit","version":"1.9.4","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://bandit.readthedocs.io/en/latest","description":"Security oriented static analyser for python code.","long_description":"Security oriented static analyser for python code. Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.","active":true,"categories":["security","python"],"maintainers":[{"name":"herby.gillot","github":"herbygillot","ports_count":1057}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py314-pbr","py314-wheel","py314-setuptools","py314-installer","py314-build"]},{"type":"lib","ports":["python314"]},{"type":"run","ports":["py314-stevedore","py314-gitpython","py314-sarif-om","py314-jschema_to_python","py314-rich","py314-yaml"]}],"depends_on":[]},{"name":"black","portdir":"python/black","version":"20.8b1","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":"py38-black","homepage":"https://www.macports.org","description":"Obsolete port, replaced by py38-black","long_description":"This port has been replaced by py38-black.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"extract","ports":[null]},{"type":"fetch","ports":[null]},{"type":"lib","ports":[null]},{"type":"patch","ports":[null]},{"type":"run","ports":[null]},{"type":"test","ports":[null]}],"depends_on":[]},{"name":"black_select","portdir":"python/black_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default black version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of black.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py36-black","py38-black","py37-black","py39-black","py310-black","py311-black","py312-black","py313-black","py314-black"]}]},{"name":"bpython_select","portdir":"python/bpython_select","version":"0.15","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default bpython version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of bpython","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py35-bpython","py36-bpython","py27-bpython","py38-bpython","py37-bpython","py39-bpython","py310-bpython","py311-bpython"]}]},{"name":"buildout_select","portdir":"python/buildout_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default buildout version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of buildout.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-zc-buildout"]}]},{"name":"celery_select","portdir":"python/celery_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default celery version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of celery.","active":true,"categories":["python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py38-celery","py27-celery","py35-celery","py36-celery","py37-celery","py39-celery","py310-celery","py311-celery","py312-celery","py313-celery"]}]},{"name":"csvkit_select","portdir":"python/csvkit_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default csvkit version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of csvkit","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-csvkit","py35-csvkit","py36-csvkit","py37-csvkit","py38-csvkit","py39-csvkit","py310-csvkit","py311-csvkit","py312-csvkit","py313-csvkit"]}]},{"name":"curlish_select","portdir":"python/curlish_select","version":"0.2","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default curlish version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of curlish.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]}],"depends_on":[{"type":"run","ports":["py27-curlish"]}]},{"name":"cython_select","portdir":"python/cython_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default cython version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of cython.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py37-cython-devel","py39-cython","py38-cython","py35-cython","py27-cython","py36-cython","py37-cython","py310-cython","py311-cython","py312-cython","py313-cython","py314-cython"]}]},{"name":"django-htmlmin_select","portdir":"python/django-htmlmin_select","version":"0.9.2","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default django-htmlmin version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of django-htmlmin","active":true,"categories":["python"],"maintainers":[{"name":"aronnax","github":"lpsinger","ports_count":443}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-django-htmlmin","py35-django-htmlmin","py36-django-htmlmin","py313-django-htmlmin"]}]},{"name":"docker-compose","portdir":"python/docker-compose","version":"1.29.2","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/docker/compose","description":"Define and run multi-container applications with Docker","long_description":"Compose is a tool for defining and running multi-container applications with Docker. With Compose, you define a multi- container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.","active":true,"categories":["devel","python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"variants":[],"dependencies":[{"type":"build","ports":["py311-build","py311-installer","py311-setuptools","py311-wheel","clang-18"]},{"type":"lib","ports":["py311-texttable","py311-yaml","py311-jsonschema","py311-docopt","python311","py311-python-dotenv","py311-docker","py311-dockerpty","py311-websocket-client","py311-distro","py311-requests","py311-socks","py311-six"]}],"depends_on":[]},{"name":"docutils_select","portdir":"python/docutils_select","version":"0.2","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://www.macports.org/","description":"common files for selecting default docutils version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of docutils.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py39-docutils","py310-docutils","py311-docutils","py312-docutils","py313-docutils","py314-docutils"]}]},{"name":"dot2tex","portdir":"python/dot2tex","version":"2.11.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/kjellmf/dot2tex","description":"Convert graphs generated by Graphviz to LaTeX friendly formats","long_description":"The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands.","active":true,"categories":["python"],"maintainers":[{"name":"snc","github":"nerdling","ports_count":157}],"variants":[],"dependencies":[{"type":"build","ports":["py314-wheel","clang-18","py314-build","py314-installer","py314-setuptools"]},{"type":"lib","ports":["py314-parsing","python314"]},{"type":"run","ports":["graphviz","texlive"]}],"depends_on":[{"type":"run","ports":["dot2texi"]}]},{"name":"fabric_select","portdir":"python/fabric_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default fabric version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of fabric.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"lib","ports":["py37-fabric","py27-fabric","py36-fabric","py38-fabric","py39-fabric","py310-fabric","py311-fabric","py312-fabric","py313-fabric","py314-fabric"]}]},{"name":"fava","portdir":"python/fava","version":"1.27.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://beancount.github.io/fava/","description":"Beancount web server","long_description":"Fava is a web frontend for the Beancount plain-text accounting system.","active":true,"categories":["python","finance"],"maintainers":[{"name":"macports","github":"mrdomino","ports_count":41}],"variants":[],"dependencies":[{"type":"build","ports":["py312-build","py312-installer","py312-setuptools","py312-wheel","py312-setuptools_scm","clang-18"]},{"type":"lib","ports":["py312-flask","py312-simplejson","py312-beancount","python312","py312-flask-babel","py312-markdown2","py312-cheroot","py312-jinja2","py312-click","py312-ply","py312-babel","py312-werkzeug"]}],"depends_on":[]},{"name":"flake8_select","portdir":"python/flake8_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"Common files for selecting default flake8 version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of 'flake8'.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-flake8","py35-flake8","py36-flake8","py37-flake8","py39-flake8","py38-flake8","py310-flake8","py311-flake8","py312-flake8","py313-flake8","py314-flake8"]}]},{"name":"git-sweep_select","portdir":"python/git-sweep_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default git-sweep version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of git-sweep","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]}],"depends_on":[{"type":"lib","ports":["py27-git-sweep"]}]},{"name":"github-backup","portdir":"python/github-backup","version":"0.61.5","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/josegonzalez/python-github-backup","description":"Backup a GitHub user or organization","long_description":"Backup a GitHub user or organization","active":true,"categories":["python"],"maintainers":[{"name":"davide.liessi","github":"dliessi","ports_count":72}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py314-build","py314-installer","py314-setuptools","py314-wheel"]},{"type":"lib","ports":["python314"]}],"depends_on":[]},{"name":"gpilab_select","portdir":"python/gpilab_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default gpilab version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of gpilab.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]}],"depends_on":[{"type":"run","ports":["py36-gpilab-framework","py39-gpilab-framework","py38-gpilab-framework","py37-gpilab-framework"]}]},{"name":"hieroglyph_select","portdir":"python/hieroglyph_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default hieroglyph version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of hieroglyph.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-hieroglyph","py35-hieroglyph","py36-hieroglyph","py39-hieroglyph","py37-hieroglyph","py38-hieroglyph","py310-hieroglyph"]}]},{"name":"honcho_select","portdir":"python/honcho_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default honcho version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of honcho.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-honcho","py35-honcho","py36-honcho","py39-honcho","py37-honcho","py38-honcho","py310-honcho"]}]},{"name":"hy_select","portdir":"python/hy_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default hy version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of hy.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py38-hy","py39-hy","py310-hy","py311-hy","py312-hy","py313-hy","py314-hy"]}]},{"name":"impressive","portdir":"python/impressive","version":"0.13.2","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://impressive.sourceforge.net/","description":"Slide presentation tool","long_description":"Impressive is a program that displays presentation slides, but unlike OpenOffice.org Impress or other similar applications, it does so with style. Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are really useful for presentations.","active":true,"categories":["graphics","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-wheel","py312-setuptools","py312-installer","py312-build","clang-18"]},{"type":"lib","ports":["python312","py312-Pillow","py312-game","py312-opengl"]},{"type":"run","ports":["ghostscript","ffmpeg","poppler","mupdf"]}],"depends_on":[]},{"name":"ioflo_select","portdir":"python/ioflo_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default ioflo version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of ioflo.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-ioflo","py35-ioflo","py36-ioflo","py38-ioflo","py37-ioflo","py313-ioflo"]}]},{"name":"ipdb_select","portdir":"python/ipdb_select","version":"0.3","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default ipdb version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of ipdb.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py39-ipdb","py36-ipdb","py37-ipdb","py27-ipdb","py38-ipdb","py310-ipdb","py311-ipdb","py312-ipdb","py313-ipdb"]}]},{"name":"ipython2_select","portdir":"python/ipython2_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"Common files for selecting default IPython2 version","long_description":"This port installs files that allow 'port select' to create links to the preferred default version of IPython2.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-ipython"]}]},{"name":"ipython3_select","portdir":"python/ipython3_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"Common files for selecting default IPython3 version","long_description":"This port installs files that allow 'port select' to create links to the preferred default version of IPython3.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py35-ipython","py36-ipython","py37-ipython","py38-ipython","py39-ipython","py310-ipython","py311-ipython","py312-ipython","py313-ipython","py314-ipython"]}]},{"name":"ipython_select","portdir":"python/ipython_select","version":"0.4","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"Common files for selecting default IPython version","long_description":"This port installs files that allow 'port select' to create links to the preferred default version of IPython.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py35-ipython","py36-ipython","py27-ipython","py37-ipython","py38-ipython","py39-ipython","py310-ipython","py311-ipython","py312-ipython","py313-ipython","py314-ipython"]}]},{"name":"isort_select","portdir":"python/isort_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default isort version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of isort.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-isort","py35-isort","py36-isort","py37-isort","py38-isort","py39-isort","py310-isort","py311-isort","py312-isort","py313-isort","py314-isort"]}]},{"name":"kerfi-vangasvipur_select","portdir":"python/kerfi-vangasvipur_select","version":"1.0","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default kerfi-vangasvipur version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of kerfi-vangasvipur.","active":true,"categories":["python"],"maintainers":[{"name":"pedro.salgado","github":"steenzout","ports_count":53}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-kerfi-vangasvipur"]}]},{"name":"lexicon_select","portdir":"python/lexicon_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default lexicon version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of lexicon.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-dns-lexicon","py36-dns-lexicon","py310-dns-lexicon","py311-dns-lexicon","py312-dns-lexicon","py313-dns-lexicon","py314-dns-lexicon","py38-dns-lexicon","py37-dns-lexicon","py39-dns-lexicon"]}]},{"name":"local-pipelines_select","portdir":"python/local-pipelines_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default local-pipelines version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of local-pipelines","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py-local-pipelines","py27-local-pipelines","py35-local-pipelines","py36-local-pipelines"]}]},{"name":"logcat-color3","portdir":"python/logcat-color3","version":"0.10.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/yan12125/logcat-color3","description":"A colorful logcat","long_description":"A colorful and highly configurable alternative to the standard adb logcat command from the Android SDK (Python 3-compatible fork)","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py311-setuptools","py311-wheel","py311-setuptools_scm","py311-build","py311-installer"]},{"type":"lib","ports":["py311-colorama","python311"]},{"type":"run","ports":["android-platform-tools"]}],"depends_on":[]},{"name":"logcat-color_select","portdir":"python/logcat-color_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"Common files for selecting default logcat-color version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of 'logcat-color'.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]}],"depends_on":[{"type":"run","ports":["py27-logcat-color"]}]},{"name":"memprof_select","portdir":"python/memprof_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default memprof version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of memprof.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py27-memprof","py35-memprof","py36-memprof","py39-memprof","py310-memprof","py311-memprof"]}]},{"name":"mypy_select","portdir":"python/mypy_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default mypy version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of mypy.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py37-mypy","py310-mypy","py311-mypy","py312-mypy","py313-mypy","py314-mypy","py39-mypy","py38-mypy"]}]},{"name":"ninja-ide","portdir":"python/ninja-ide","version":"2.4","license":"GPL-3","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/ninja-ide/ninja-ide","description":"Ninja-IDE Is Not Just Another IDE.","long_description":"Ninja-IDE is a cross-platform integrated development environment (IDE) that runs on Linux/X11, Mac OS X and Windows desktop operating systems.","active":false,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py38-setuptools","clang-17"]},{"type":"lib","ports":["python38","py38-pyqt5","py38-macfsevents"]}],"depends_on":[]},{"name":"nosetests_select","portdir":"python/nosetests_select","version":"0.1","license":"Permissive","platforms":"any","epoch":0,"replaced_by":null,"homepage":"","description":"common files for selecting default nosetests version","long_description":"This port installs files that allow 'port select' to be used to create links to the preferred default version of nosetests","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[{"type":"run","ports":["py35-nose","py36-nose","py37-nose","py39-nose","py38-nose","py312-nose","py313-nose","py-nose","py27-nose","py310-nose","py311-nose"]}]}]}