{"count":51956,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=185","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=183","results":[{"name":"py37-googleapis-common-protos","portdir":"python/py-googleapis-common-protos","version":"1.56.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/python-api-common-protos","description":"Common protobufs used in Google APIs","long_description":"Common protobufs used in Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-wheel","py37-installer","clang-16","py37-setuptools","py37-build"]},{"type":"lib","ports":["py37-protobuf3","python37"]}],"depends_on":[{"type":"lib","ports":["py37-google-api-core"]}]},{"name":"py39-googleapis-common-protos","portdir":"python/py-googleapis-common-protos","version":"1.56.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/python-api-common-protos","description":"Common protobufs used in Google APIs","long_description":"Common protobufs used in Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py39-wheel","py39-installer","clang-18","py39-setuptools","py39-build"]},{"type":"lib","ports":["py39-protobuf3","python39"]}],"depends_on":[{"type":"lib","ports":["py39-google-api-core"]}]},{"name":"py36-greenlet","portdir":"python/py-greenlet","version":"2.0.2","license":"MIT and PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-greenlet/greenlet","description":"Lightweight in-process concurrent programming","long_description":"The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py36-setuptools","clang-17"]},{"type":"lib","ports":["python36"]},{"type":"test","ports":["py36-pytest"]}],"depends_on":[{"type":"lib","ports":["py36-eventlet","py36-scoop","py36-neovim","py36-bpython","py36-gevent","py36-gevent-websocket","py36-sqlalchemy"]}]},{"name":"py37-greenlet","portdir":"python/py-greenlet","version":"3.1.1","license":"MIT and PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-greenlet/greenlet","description":"Lightweight in-process concurrent programming","long_description":"The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py37-build","py37-setuptools","py37-wheel","py37-installer","clang-17"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-sqlalchemy","py37-bpython","py37-gevent","py37-eventlet","py37-neovim"]},{"type":"test","ports":["py37-structlog","py37-werkzeug"]}]},{"name":"py35-greenlet","portdir":"python/py-greenlet","version":"2.0.2","license":"MIT and PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-greenlet/greenlet","description":"Lightweight in-process concurrent programming","long_description":"The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py35-setuptools","clang-17"]},{"type":"lib","ports":["python35"]},{"type":"test","ports":["py35-pytest"]}],"depends_on":[{"type":"lib","ports":["py35-bpython","py35-scoop","py35-gevent","py35-gevent-websocket"]}]},{"name":"py38-greenlet","portdir":"python/py-greenlet","version":"3.1.1","license":"MIT and PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-greenlet/greenlet","description":"Lightweight in-process concurrent programming","long_description":"The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py38-build","py38-setuptools","py38-wheel","py38-installer","clang-17"]},{"type":"lib","ports":["python38"]},{"type":"test","ports":["py38-pytest"]}],"depends_on":[{"type":"lib","ports":["py38-scoop","py38-neovim","py38-bpython","py38-gevent","py38-eventlet","py38-sqlalchemy"]},{"type":"test","ports":["py38-werkzeug"]}]},{"name":"py39-greenlet","portdir":"python/py-greenlet","version":"3.2.4","license":"MIT and PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-greenlet/greenlet","description":"Lightweight in-process concurrent programming","long_description":"The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py39-build","py39-setuptools","py39-wheel","py39-installer","clang-18"]},{"type":"lib","ports":["python39"]},{"type":"test","ports":["py39-pytest"]}],"depends_on":[{"type":"lib","ports":["py39-neovim","py39-sqlalchemy","py39-httpbin","py39-gevent","py39-scoop","py39-bpython","py39-eventlet"]},{"type":"test","ports":["py39-werkzeug"]}]},{"name":"py27-uritemplate","portdir":"python/py-uritemplate","version":"3.0.0","license":"Apache-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://uritemplate.readthedocs.org/","description":"Python implementation of RFC6570, URI Template","long_description":"This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.","active":false,"categories":["textproc","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py27-setuptools"]},{"type":"lib","ports":["python27"]}],"depends_on":[{"type":"lib","ports":["py27-google-api"]}]},{"name":"py36-uritemplate","portdir":"python/py-uritemplate","version":"3.0.0","license":"Apache-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://uritemplate.readthedocs.org/","description":"Python implementation of RFC6570, URI Template","long_description":"This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.","active":false,"categories":["textproc","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py36-setuptools"]},{"type":"lib","ports":["python36"]}],"depends_on":[{"type":"lib","ports":["py36-google-api"]}]},{"name":"py37-uritemplate","portdir":"python/py-uritemplate","version":"4.1.1","license":"(BSD or Apache-2)","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://uritemplate.readthedocs.org/","description":"Python implementation of RFC6570, URI Template","long_description":"This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.","active":false,"categories":["textproc","www","python"],"maintainers":[],"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-google-api"]}]},{"name":"py38-uritemplate","portdir":"python/py-uritemplate","version":"4.1.1","license":"(BSD or Apache-2)","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://uritemplate.readthedocs.org/","description":"Python implementation of RFC6570, URI Template","long_description":"This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.","active":false,"categories":["textproc","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py38-setuptools","py38-wheel","py38-build","py38-installer","clang-16"]},{"type":"lib","ports":["python38"]}],"depends_on":[{"type":"lib","ports":["py38-google-api"]}]},{"name":"py35-uritemplate","portdir":"python/py-uritemplate","version":"3.0.0","license":"Apache-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://uritemplate.readthedocs.org/","description":"Python implementation of RFC6570, URI Template","long_description":"This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.","active":false,"categories":["textproc","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py35-setuptools"]},{"type":"lib","ports":["python35"]}],"depends_on":[{"type":"lib","ports":["py35-google-api"]}]},{"name":"py39-uritemplate","portdir":"python/py-uritemplate","version":"4.1.1","license":"(BSD or Apache-2)","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://uritemplate.readthedocs.org/","description":"Python implementation of RFC6570, URI Template","long_description":"This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.","active":false,"categories":["textproc","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py39-setuptools","py39-wheel","py39-build","py39-installer","clang-18"]},{"type":"lib","ports":["python39"]}],"depends_on":[{"type":"lib","ports":["py39-google-api","py39-google-api-python-client"]}]},{"name":"py37-pytest-xprocess","portdir":"python/py-pytest-xprocess","version":"0.23.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/pytest-dev/pytest-xprocess/","description":"A pytest plugin for managing processes across test runs.","long_description":"A pytest plugin for managing processes across test runs.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py37-wheel","py37-build","py37-installer","py37-setuptools","py37-setuptools_scm"]},{"type":"lib","ports":["py37-psutil","py37-pytest","python37"]}],"depends_on":[{"type":"test","ports":["py37-werkzeug"]}]},{"name":"py38-pytest-xprocess","portdir":"python/py-pytest-xprocess","version":"0.23.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/pytest-dev/pytest-xprocess/","description":"A pytest plugin for managing processes across test runs.","long_description":"A pytest plugin for managing processes across test runs.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py38-wheel","py38-build","py38-installer","py38-setuptools","py38-setuptools_scm"]},{"type":"lib","ports":["py38-psutil","py38-pytest","python38"]}],"depends_on":[{"type":"test","ports":["py38-werkzeug"]}]},{"name":"py39-pytest-xprocess","portdir":"python/py-pytest-xprocess","version":"1.0.2","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/pytest-dev/pytest-xprocess/","description":"A pytest plugin for managing processes across test runs.","long_description":"A pytest plugin for managing processes across test runs.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py39-wheel","py39-build","py39-installer","py39-setuptools","py39-setuptools_scm"]},{"type":"lib","ports":["py39-psutil","py39-pytest","python39"]}],"depends_on":[{"type":"test","ports":["py39-werkzeug"]}]},{"name":"py39-proto-plus","portdir":"python/py-proto-plus","version":"1.26.1","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/proto-plus-python","description":"This is a wrapper around protocol buffers. Protocol buffers is a specification format for APIs, such as those inside Google.","long_description":"This is a wrapper around protocol buffers. Protocol buffers is a specification format for APIs, such as those inside Google.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py39-installer","clang-18","py39-setuptools","py39-wheel","py39-build"]},{"type":"lib","ports":["python39","py39-protobuf3"]},{"type":"test","ports":["py39-pytest","py39-google-api-core"]}],"depends_on":[{"type":"lib","ports":["py39-google-api-core"]}]},{"name":"py38-argh","portdir":"python/py-argh","version":"0.31.3","license":"LGPL-3+","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/neithere/argh","description":"A simple argparse wrapper","long_description":"A simple argparse wrapper","active":false,"categories":["python"],"maintainers":[{"name":"petr","github":"petrrr","ports_count":612}],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py38-flit_core","py38-build","py38-installer"]},{"type":"lib","ports":["python38"]},{"type":"test","ports":["py38-mock","py38-pytest","py38-iocapture"]}],"depends_on":[{"type":"lib","ports":["py38-watchdog"]}]},{"name":"py36-argh","portdir":"python/py-argh","version":"0.26.2","license":"LGPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/neithere/argh","description":"A simple argparse wrapper","long_description":"A simple argparse wrapper","active":false,"categories":["python"],"maintainers":[{"name":"petr","github":"petrrr","ports_count":612}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py36-setuptools"]},{"type":"lib","ports":["python36"]}],"depends_on":[{"type":"lib","ports":["py36-watchdog"]}]},{"name":"py39-argh","portdir":"python/py-argh","version":"0.31.3","license":"LGPL-3+","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/neithere/argh","description":"A simple argparse wrapper","long_description":"A simple argparse wrapper","active":false,"categories":["python"],"maintainers":[{"name":"petr","github":"petrrr","ports_count":612}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py39-flit_core","py39-build","py39-installer"]},{"type":"lib","ports":["python39"]},{"type":"test","ports":["py39-mock","py39-pytest","py39-iocapture"]}],"depends_on":[{"type":"lib","ports":["py39-watchdog"]}]},{"name":"py37-argh","portdir":"python/py-argh","version":"0.27.2","license":"LGPL-3+","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/neithere/argh","description":"A simple argparse wrapper","long_description":"A simple argparse wrapper","active":false,"categories":["python"],"maintainers":[{"name":"petr","github":"petrrr","ports_count":612}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-17"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-mock","py37-pytest","py37-iocapture"]}],"depends_on":[{"type":"lib","ports":["py37-watchdog"]}]},{"name":"py35-argh","portdir":"python/py-argh","version":"0.26.2","license":"LGPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/neithere/argh","description":"A simple argparse wrapper","long_description":"A simple argparse wrapper","active":false,"categories":["python"],"maintainers":[{"name":"petr","github":"petrrr","ports_count":612}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py35-setuptools"]},{"type":"lib","ports":["python35"]}],"depends_on":[{"type":"lib","ports":["py35-watchdog"]}]},{"name":"py38-tabulate","portdir":"python/py-tabulate","version":"0.9.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/astanin/python-tabulate","description":"Pretty-print tabular data","long_description":"Pretty-print tabular data","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py38-setuptools","py38-setuptools_scm","py38-toml","py38-wheel","py38-build","py38-installer"]},{"type":"lib","ports":["python38"]},{"type":"test","ports":["py38-pytest"]}],"depends_on":[{"type":"lib","ports":["py38-cli-helpers","py38-asv","py38-fontaine","py38-eli5"]},{"type":"run","ports":["py38-pymatgen"]},{"type":"test","ports":["py38-onnx","py38-kfac"]}]},{"name":"py37-tabulate","portdir":"python/py-tabulate","version":"0.9.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/astanin/python-tabulate","description":"Pretty-print tabular data","long_description":"Pretty-print tabular data","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-16","py37-setuptools","py37-setuptools_scm","py37-toml","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-eli5","py37-cli-helpers"]},{"type":"run","ports":["py37-pymatgen"]},{"type":"test","ports":["py37-onnx","py37-kfac"]}]},{"name":"py39-tabulate","portdir":"python/py-tabulate","version":"0.9.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/astanin/python-tabulate","description":"Pretty-print tabular data","long_description":"Pretty-print tabular data","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py39-setuptools","py39-setuptools_scm","py39-toml","py39-wheel","py39-build","py39-installer"]},{"type":"lib","ports":["python39"]},{"type":"test","ports":["py39-pytest"]}],"depends_on":[{"type":"lib","ports":["py39-asv","py39-eli5","py39-cli-helpers"]},{"type":"run","ports":["py39-xraylarch","py39-pymatgen"]},{"type":"test","ports":["py39-onnx","py39-kfac"]}]},{"name":"py36-tabulate","portdir":"python/py-tabulate","version":"0.8.9","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/astanin/python-tabulate","description":"Pretty-print tabular data","long_description":"Pretty-print tabular data","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["python36","py36-setuptools"]},{"type":"test","ports":["py36-pytest"]}],"depends_on":[{"type":"lib","ports":["py36-eli5","py36-cli-helpers"]}]},{"name":"py27-tabulate","portdir":"python/py-tabulate","version":"0.8.9","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/astanin/python-tabulate","description":"Pretty-print tabular data","long_description":"Pretty-print tabular data","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["python27","py27-setuptools"]},{"type":"test","ports":["py27-pytest"]}],"depends_on":[{"type":"lib","ports":["py27-cli-helpers"]}]},{"name":"py35-tabulate","portdir":"python/py-tabulate","version":"0.8.9","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/astanin/python-tabulate","description":"Pretty-print tabular data","long_description":"Pretty-print tabular data","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["python35","py35-setuptools"]},{"type":"test","ports":["py35-pytest"]}],"depends_on":[{"type":"lib","ports":["py35-eli5"]}]},{"name":"py27-astor","portdir":"python/py-astor","version":"0.8.1","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/berkerpeksag/astor","description":"Read/rewrite/write Python ASTs","long_description":"astor is a python library to easily manipulate Python source code via ASTs","active":false,"categories":["python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py27-setuptools"]},{"type":"lib","ports":["python27"]}],"depends_on":[{"type":"lib","ports":["py27-mdtraj"]}]},{"name":"py36-astor","portdir":"python/py-astor","version":"0.8.1","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/berkerpeksag/astor","description":"Read/rewrite/write Python ASTs","long_description":"astor is a python library to easily manipulate Python source code via ASTs","active":false,"categories":["python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py36-setuptools"]},{"type":"lib","ports":["python36"]}],"depends_on":[{"type":"lib","ports":["py36-mdtraj"]},{"type":"test","ports":["py36-trio"]}]},{"name":"py35-astor","portdir":"python/py-astor","version":"0.8.1","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/berkerpeksag/astor","description":"Read/rewrite/write Python ASTs","long_description":"astor is a python library to easily manipulate Python source code via ASTs","active":false,"categories":["python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py35-setuptools"]},{"type":"lib","ports":["python35"]}],"depends_on":[]},{"name":"py37-astor","portdir":"python/py-astor","version":"0.8.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/berkerpeksag/astor","description":"Read/rewrite/write Python ASTs","long_description":"astor is a python library to easily manipulate Python source code via ASTs","active":false,"categories":["python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"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-mdtraj","py37-tensorflow","py37-tensorflow1"]},{"type":"test","ports":["py37-trio"]}]},{"name":"py38-astor","portdir":"python/py-astor","version":"0.8.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/berkerpeksag/astor","description":"Read/rewrite/write Python ASTs","long_description":"astor is a python library to easily manipulate Python source code via ASTs","active":false,"categories":["python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"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-tensorflow","py38-tensorflow1","py38-hy"]},{"type":"test","ports":["py38-trio"]}]},{"name":"py39-astor","portdir":"python/py-astor","version":"0.8.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/berkerpeksag/astor","description":"Read/rewrite/write Python ASTs","long_description":"astor is a python library to easily manipulate Python source code via ASTs","active":false,"categories":["python"],"maintainers":[{"name":"emcrisostomo","github":"emcrisostomo","ports_count":169}],"variants":[],"dependencies":[{"type":"build","ports":["py39-setuptools","py39-wheel","py39-build","py39-installer","clang-18"]},{"type":"lib","ports":["python39"]}],"depends_on":[{"type":"lib","ports":["py39-tensorflow","py39-tensorflow1"]},{"type":"test","ports":["py39-trio"]}]},{"name":"py36-markdown","portdir":"python/py-markdown","version":"3.3.7","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-markdown.github.io/","description":"Python implementation of Markdown","long_description":"This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.","active":false,"categories":["textproc","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["python36","py36-setuptools"]}],"depends_on":[{"type":"lib","ports":["py36-tensorboard1"]}]},{"name":"py38-markdown","portdir":"python/py-markdown","version":"3.7","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://python-markdown.github.io/","description":"Python implementation of Markdown","long_description":"This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.","active":false,"categories":["textproc","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-importlib-metadata","python38"]}],"depends_on":[{"type":"lib","ports":["py38-tensorboard","py38-tensorboard1"]},{"type":"run","ports":["py38-panel","py38-mdx_linkify"]}]},{"name":"py35-markdown","portdir":"python/py-markdown","version":"3.1.1","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-markdown.github.io/","description":"Python implementation of Markdown","long_description":"This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.","active":false,"categories":["textproc","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["python35","py35-setuptools"]}],"depends_on":[]},{"name":"py37-markdown","portdir":"python/py-markdown","version":"3.4.3","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://python-markdown.github.io/","description":"Python implementation of Markdown","long_description":"This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.","active":false,"categories":["textproc","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-wheel","py37-installer","clang-16","py37-setuptools","py37-build"]},{"type":"lib","ports":["py37-importlib-metadata","python37"]}],"depends_on":[{"type":"lib","ports":["py37-tensorboard","py37-tensorboard1"]},{"type":"run","ports":["py37-panel"]}]},{"name":"py39-markdown","portdir":"python/py-markdown","version":"3.9","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://python-markdown.github.io/","description":"Python implementation of Markdown","long_description":"This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.","active":false,"categories":["textproc","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-importlib-metadata","python39"]}],"depends_on":[{"type":"lib","ports":["py39-tensorboard","py39-tensorboard1","py39-panel"]},{"type":"run","ports":["py39-mdx_linkify","py39-panel"]}]},{"name":"py35-google-api","portdir":"python/py-google-api","version":"1.7.11","license":"Apache-2 and MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/google-api-python-client","description":"client library for accessing the Plus, Moderator, and many other Google APIs","long_description":"client library for accessing the Plus, Moderator, and many other Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py35-setuptools"]},{"type":"lib","ports":["py35-google-auth-httplib2","py35-httplib2","python35","py35-uritemplate","py35-six","py35-google-auth"]}],"depends_on":[]},{"name":"py36-google-api","portdir":"python/py-google-api","version":"1.7.11","license":"Apache-2 and MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/google-api-python-client","description":"client library for accessing the Plus, Moderator, and many other Google APIs","long_description":"client library for accessing the Plus, Moderator, and many other Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py36-setuptools"]},{"type":"lib","ports":["py36-google-auth-httplib2","py36-httplib2","python36","py36-uritemplate","py36-six","py36-google-auth"]}],"depends_on":[]},{"name":"py27-google-api","portdir":"python/py-google-api","version":"1.7.11","license":"Apache-2 and MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/google-api-python-client","description":"client library for accessing the Plus, Moderator, and many other Google APIs","long_description":"client library for accessing the Plus, Moderator, and many other Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py27-setuptools"]},{"type":"lib","ports":["py27-google-auth-httplib2","py27-httplib2","python27","py27-uritemplate","py27-six","py27-google-auth"]}],"depends_on":[]},{"name":"py37-google-api","portdir":"python/py-google-api","version":"2.41.0","license":"Apache-2 and MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/google-api-python-client","description":"client library for accessing the Plus, Moderator, and many other Google APIs","long_description":"client library for accessing the Plus, Moderator, and many other Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37","py37-google-api-core","py37-google-auth","py37-google-auth-httplib2","py37-httplib2","py37-uritemplate"]}],"depends_on":[{"type":"lib","ports":["py37-beancount"]},{"type":"run","ports":["py37-tensor2tensor","py37-tfx-bsl","py37-tensorflow-metadata"]}]},{"name":"py38-google-api","portdir":"python/py-google-api","version":"2.41.0","license":"Apache-2 and MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/google-api-python-client","description":"client library for accessing the Plus, Moderator, and many other Google APIs","long_description":"client library for accessing the Plus, Moderator, and many other Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py38-setuptools","py38-wheel","py38-build","py38-installer","clang-16"]},{"type":"lib","ports":["python38","py38-google-api-core","py38-google-auth","py38-google-auth-httplib2","py38-httplib2","py38-uritemplate"]}],"depends_on":[{"type":"lib","ports":["py38-beancount"]},{"type":"run","ports":["py38-tensor2tensor","py38-tfx-bsl","py38-tensorflow-metadata"]}]},{"name":"py39-google-api","portdir":"python/py-google-api","version":"2.41.0","license":"Apache-2 and MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/googleapis/google-api-python-client","description":"client library for accessing the Plus, Moderator, and many other Google APIs","long_description":"client library for accessing the Plus, Moderator, and many other Google APIs","active":false,"categories":["devel","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py39-setuptools","py39-wheel","py39-build","py39-installer","clang-18"]},{"type":"lib","ports":["python39","py39-google-api-core","py39-google-auth","py39-google-auth-httplib2","py39-httplib2","py39-uritemplate"]}],"depends_on":[{"type":"lib","ports":["py39-beancount"]},{"type":"run","ports":["py39-tensor2tensor","py39-tfx-bsl","py39-tensorflow-metadata"]}]},{"name":"py39-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":false,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py39-wheel","py39-build","py39-installer","py39-setuptools"]},{"type":"lib","ports":["py39-packaging","py39-setuptools","python39"]}],"depends_on":[]},{"name":"py35-keras","portdir":"python/py-keras","version":"2.3.1","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/keras-team/keras","description":"Deep Learning library for Theano and TensorFlow","long_description":"Deep Learning library for Theano and TensorFlow","active":false,"categories":["devel","math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py35-setuptools"]},{"type":"lib","ports":["py35-keras_preprocessing","py35-numpy","python35","py35-six","py35-yaml","py35-scipy","py35-keras_applications"]}],"depends_on":[]},{"name":"py39-keras","portdir":"python/py-keras","version":"2.13.1","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/keras-team/keras","description":"Deep Learning library for Theano and TensorFlow","long_description":"Deep Learning library for Theano and TensorFlow","active":false,"categories":["devel","math","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py39-build","py39-installer","clang-17"]},{"type":"lib","ports":["py39-keras_preprocessing","py39-numpy","python39","py39-six","py39-yaml","py39-scipy","py39-h5py","py39-keras_applications"]}],"depends_on":[{"type":"lib","ports":["py39-tensorflow","py39-tensorflow1"]},{"type":"run","ports":["py39-tensorflow-macos"]}]},{"name":"py37-keras","portdir":"python/py-keras","version":"2.9.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/keras-team/keras","description":"Deep Learning library for Theano and TensorFlow","long_description":"Deep Learning library for Theano and TensorFlow","active":false,"categories":["devel","math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-build","clang-14","py37-installer"]},{"type":"lib","ports":["py37-keras_preprocessing","py37-numpy","python37","py37-six","py37-yaml","py37-scipy","py37-h5py","py37-keras_applications"]}],"depends_on":[{"type":"lib","ports":["py37-tensorflow","py37-tensorflow1"]}]},{"name":"py38-keras","portdir":"python/py-keras","version":"2.13.1","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/keras-team/keras","description":"Deep Learning library for Theano and TensorFlow","long_description":"Deep Learning library for Theano and TensorFlow","active":false,"categories":["devel","math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py38-build","py38-installer","clang-15"]},{"type":"lib","ports":["py38-keras_preprocessing","py38-numpy","python38","py38-six","py38-yaml","py38-scipy","py38-h5py","py38-keras_applications"]}],"depends_on":[{"type":"lib","ports":["py38-tensorflow","py38-tensorflow1"]},{"type":"run","ports":["py38-tensorflow-macos"]}]}]}