{"count":51973,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=882","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=880","results":[{"name":"py312-sortedcontainers","portdir":"python/py-sortedcontainers","version":"2.4.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://grantjenks.com/docs/sortedcontainers/","description":"Python sorted container types.","long_description":"Python sorted container types.","active":true,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py312-build","py312-installer","py312-setuptools","py312-wheel","clang-18"]},{"type":"lib","ports":["python312"]}],"depends_on":[{"type":"lib","ports":["py312-distributed","py312-hypothesis","py312-intervaltree","py312-mitmproxy","py312-pytrie","py312-trio"]}]},{"name":"py313-sortedcontainers","portdir":"python/py-sortedcontainers","version":"2.4.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://grantjenks.com/docs/sortedcontainers/","description":"Python sorted container types.","long_description":"Python sorted container types.","active":true,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py313-build","py313-installer","py313-setuptools","py313-wheel"]},{"type":"lib","ports":["python313"]}],"depends_on":[{"type":"lib","ports":["py313-hypothesis","py313-intervaltree","py313-mitmproxy","py313-pytrie","py313-trio"]},{"type":"test","ports":["py313-pyavm"]}]},{"name":"py314-sortedcontainers","portdir":"python/py-sortedcontainers","version":"2.4.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://grantjenks.com/docs/sortedcontainers/","description":"Python sorted container types.","long_description":"Python sorted container types.","active":true,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py314-build","py314-installer","py314-setuptools","py314-wheel"]},{"type":"lib","ports":["python314"]}],"depends_on":[{"type":"lib","ports":["py314-hypothesis","py314-intervaltree","py314-sortedcollections","py-sortedcontainers","py314-trio"]}]},{"name":"py310-soundcloud-v2","portdir":"python/py-soundcloud-v2","version":"1.6.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/7x11x13/soundcloud.py","description":"Python wrapper for the v2 SoundCloud API","long_description":"Python wrapper for the v2 SoundCloud API","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py310-setuptools","py310-wheel","py310-build","py310-installer"]},{"type":"lib","ports":["py310-requests","py310-dateutil","py310-dacite","python310"]}],"depends_on":[]},{"name":"py311-soundcloud-v2","portdir":"python/py-soundcloud-v2","version":"1.6.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/7x11x13/soundcloud.py","description":"Python wrapper for the v2 SoundCloud API","long_description":"Python wrapper for the v2 SoundCloud API","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py311-build","py311-installer","py311-setuptools","py311-wheel"]},{"type":"lib","ports":["py311-requests","py311-dateutil","py311-dacite","python311"]}],"depends_on":[]},{"name":"py312-soundcloud-v2","portdir":"python/py-soundcloud-v2","version":"1.6.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/7x11x13/soundcloud.py","description":"Python wrapper for the v2 SoundCloud API","long_description":"Python wrapper for the v2 SoundCloud API","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py312-build","py312-installer","py312-setuptools","py312-wheel"]},{"type":"lib","ports":["py312-requests","py312-dateutil","py312-dacite","python312"]}],"depends_on":[{"type":"lib","ports":["scdl"]}]},{"name":"py313-soundcloud-v2","portdir":"python/py-soundcloud-v2","version":"1.6.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/7x11x13/soundcloud.py","description":"Python wrapper for the v2 SoundCloud API","long_description":"Python wrapper for the v2 SoundCloud API","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py313-wheel","clang-18","py313-build","py313-installer","py313-setuptools"]},{"type":"lib","ports":["py313-requests","py313-dateutil","py313-dacite","python313"]}],"depends_on":[{"type":"lib","ports":["py-soundcloud-v2"]}]},{"name":"py-sounddevice","portdir":"python/py-sounddevice","version":"0.5.3","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://python-sounddevice.readthedocs.io/","description":"Play and Record Sound with Python","long_description":"This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-sounddevice"]}],"depends_on":[]},{"name":"py-soundfile","portdir":"python/py-soundfile","version":"0.13.1","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/python-soundfile","description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.","long_description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-soundfile"]}],"depends_on":[]},{"name":"py310-sounddevice","portdir":"python/py-sounddevice","version":"0.5.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-sounddevice.readthedocs.io/","description":"Play and Record Sound with Python","long_description":"This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals","active":true,"categories":["python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py310-cffi","py310-wheel","py310-build","py310-installer","py310-setuptools"]},{"type":"lib","ports":["python310"]},{"type":"run","ports":["portaudio","py310-numpy","py310-cffi"]}],"depends_on":[]},{"name":"py311-sounddevice","portdir":"python/py-sounddevice","version":"0.5.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-sounddevice.readthedocs.io/","description":"Play and Record Sound with Python","long_description":"This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals","active":true,"categories":["python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py311-installer","py311-setuptools","py311-wheel","py311-cffi","py311-build"]},{"type":"lib","ports":["python311"]},{"type":"run","ports":["portaudio","py311-cffi","py311-numpy"]}],"depends_on":[]},{"name":"py312-sounddevice","portdir":"python/py-sounddevice","version":"0.5.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-sounddevice.readthedocs.io/","description":"Play and Record Sound with Python","long_description":"This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals","active":true,"categories":["python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py312-installer","py312-setuptools","py312-wheel","py312-cffi","py312-build"]},{"type":"lib","ports":["python312"]},{"type":"run","ports":["portaudio","py312-cffi","py312-numpy"]}],"depends_on":[{"type":"lib","ports":["morshutalk"]}]},{"name":"py313-sounddevice","portdir":"python/py-sounddevice","version":"0.5.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-sounddevice.readthedocs.io/","description":"Play and Record Sound with Python","long_description":"This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals","active":true,"categories":["python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py313-cffi","py313-build","py313-installer","py313-setuptools","py313-wheel","clang-18"]},{"type":"lib","ports":["python313"]},{"type":"run","ports":["portaudio","py313-cffi","py313-numpy"]}],"depends_on":[]},{"name":"py314-sounddevice","portdir":"python/py-sounddevice","version":"0.5.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://python-sounddevice.readthedocs.io/","description":"Play and Record Sound with Python","long_description":"This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals","active":true,"categories":["python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py314-cffi","py314-build","py314-installer","py314-setuptools","py314-wheel","clang-18"]},{"type":"lib","ports":["python314"]},{"type":"run","ports":["portaudio","py314-cffi","py314-numpy"]}],"depends_on":[{"type":"lib","ports":["py-sounddevice"]}]},{"name":"py310-soundfile","portdir":"python/py-soundfile","version":"0.13.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/python-soundfile","description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.","long_description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py310-wheel","py310-build","py310-installer","clang-18","py310-setuptools"]},{"type":"lib","ports":["libsndfile","python310","py310-cffi"]},{"type":"run","ports":["py310-numpy"]},{"type":"test","ports":["py310-pytest"]}],"depends_on":[{"type":"run","ports":["py310-transformers","py310-librosa"]}]},{"name":"py311-soundfile","portdir":"python/py-soundfile","version":"0.13.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/python-soundfile","description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.","long_description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py311-installer","py311-setuptools","py311-wheel","clang-18","py311-build"]},{"type":"lib","ports":["libsndfile","python311","py311-cffi"]},{"type":"run","ports":["py311-numpy"]},{"type":"test","ports":["py311-pytest"]}],"depends_on":[{"type":"run","ports":["py311-librosa"]}]},{"name":"py312-soundfile","portdir":"python/py-soundfile","version":"0.13.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/python-soundfile","description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.","long_description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-installer","py312-setuptools","py312-wheel","clang-18","py312-build"]},{"type":"lib","ports":["libsndfile","python312","py312-cffi"]},{"type":"run","ports":["py312-numpy"]},{"type":"test","ports":["py312-pytest"]}],"depends_on":[{"type":"run","ports":["py312-librosa"]}]},{"name":"py313-soundfile","portdir":"python/py-soundfile","version":"0.13.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/python-soundfile","description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.","long_description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py313-build","py313-installer","py313-setuptools","py313-wheel","clang-18"]},{"type":"lib","ports":["libsndfile","python313","py313-cffi"]},{"type":"run","ports":["py313-numpy"]},{"type":"test","ports":["py313-pytest"]}],"depends_on":[{"type":"lib","ports":["py313-audiocraft"]},{"type":"run","ports":["py313-librosa"]}]},{"name":"py314-soundfile","portdir":"python/py-soundfile","version":"0.13.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/python-soundfile","description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.","long_description":"SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py314-build","py314-installer","py314-setuptools","py314-wheel","clang-18"]},{"type":"lib","ports":["libsndfile","python314","py314-cffi"]},{"type":"run","ports":["py314-numpy"]},{"type":"test","ports":["py314-pytest"]}],"depends_on":[{"type":"lib","ports":["py314-audiocraft","py-soundfile"]},{"type":"run","ports":["py314-librosa"]}]},{"name":"py-soupsieve","portdir":"python/py-soupsieve","version":"2.8.3","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/facelessuser/soupsieve","description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4","long_description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-soupsieve"]}],"depends_on":[]},{"name":"py-south","portdir":"python/py-south","version":"1.0.2","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://south.aeracode.org/","description":"intelligent schema migrations for Django apps","long_description":"South provides intelligent, database-independant, semi-automatic, schema migrations for Django apps.","active":true,"categories":["www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py27-south"]}],"depends_on":[]},{"name":"py310-soupsieve","portdir":"python/py-soupsieve","version":"2.8.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/facelessuser/soupsieve","description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4","long_description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["py310-build","py310-hatchling","py310-installer","clang-18"]},{"type":"lib","ports":["python310"]}],"depends_on":[{"type":"lib","ports":["py310-beautifulsoup4"]}]},{"name":"py311-soupsieve","portdir":"python/py-soupsieve","version":"2.8.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/facelessuser/soupsieve","description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4","long_description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["py311-build","py311-installer","py311-hatchling","clang-18"]},{"type":"lib","ports":["python311"]}],"depends_on":[{"type":"lib","ports":["py311-beautifulsoup4"]}]},{"name":"py312-soupsieve","portdir":"python/py-soupsieve","version":"2.8.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/facelessuser/soupsieve","description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4","long_description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["py312-build","py312-installer","py312-hatchling","clang-18"]},{"type":"lib","ports":["python312"]}],"depends_on":[{"type":"lib","ports":["py312-beautifulsoup4"]}]},{"name":"py313-soupsieve","portdir":"python/py-soupsieve","version":"2.8.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/facelessuser/soupsieve","description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4","long_description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py313-build","py313-installer","py313-hatchling"]},{"type":"lib","ports":["python313"]}],"depends_on":[{"type":"lib","ports":["py313-beautifulsoup4"]}]},{"name":"py314-soupsieve","portdir":"python/py-soupsieve","version":"2.8.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/facelessuser/soupsieve","description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4","long_description":"Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.","active":true,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py314-build","py314-installer","py314-hatchling"]},{"type":"lib","ports":["python314"]}],"depends_on":[{"type":"lib","ports":["maigret","py314-beautifulsoup4","py-soupsieve"]}]},{"name":"py27-south","portdir":"python/py-south","version":"1.0.2","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://south.aeracode.org/","description":"intelligent schema migrations for Django apps","long_description":"South provides intelligent, database-independant, semi-automatic, schema migrations for Django apps.","active":true,"categories":["www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py27-setuptools","clang-18"]},{"type":"lib","ports":["python27"]}],"depends_on":[{"type":"lib","ports":["py-south"]}]},{"name":"py-sox","portdir":"python/py-sox","version":"1.5.0","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/rabitt/pysox","description":"Python wrapper around SoX.","long_description":"Python wrapper around SoX.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-sox"]}],"depends_on":[]},{"name":"py-soxr","portdir":"python/py-soxr","version":"0.5.0.post1","license":"LGPL-2.1+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/dofuuz/python-soxr","description":"High quality, one-dimensional sample-rate conversion library for Python","long_description":"High quality, one-dimensional sample-rate conversion library for Python","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-soxr"]}],"depends_on":[]},{"name":"py314-sox","portdir":"python/py-sox","version":"1.5.0","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/rabitt/pysox","description":"Python wrapper around SoX.","long_description":"Python wrapper around SoX.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py314-wheel","clang-18","py314-build","py314-installer","py314-setuptools"]},{"type":"lib","ports":["python314"]},{"type":"run","ports":["sox","py314-numpy","py314-typing_extensions"]}],"depends_on":[{"type":"lib","ports":["py-sox"]}]},{"name":"py310-soxr","portdir":"python/py-soxr","version":"0.5.0.post1","license":"LGPL-2.1+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/dofuuz/python-soxr","description":"High quality, one-dimensional sample-rate conversion library for Python","long_description":"High quality, one-dimensional sample-rate conversion library for Python","active":true,"categories":["audio","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py310-nanobind","py310-setuptools","py310-typing_extensions","py310-setuptools_scm","py310-wheel","py310-build","py310-installer","py310-scikit-build-core"]},{"type":"lib","ports":["python310"]},{"type":"run","ports":["py310-numpy"]},{"type":"test","ports":["py310-pytest"]}],"depends_on":[{"type":"run","ports":["py310-librosa"]}]},{"name":"py311-soxr","portdir":"python/py-soxr","version":"0.5.0.post1","license":"LGPL-2.1+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/dofuuz/python-soxr","description":"High quality, one-dimensional sample-rate conversion library for Python","long_description":"High quality, one-dimensional sample-rate conversion library for Python","active":true,"categories":["audio","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py311-nanobind","py311-build","py311-installer","py311-setuptools","py311-wheel","py311-setuptools_scm","py311-scikit-build-core"]},{"type":"lib","ports":["python311"]},{"type":"run","ports":["py311-numpy"]},{"type":"test","ports":["py311-pytest"]}],"depends_on":[{"type":"run","ports":["py311-librosa"]}]},{"name":"py312-soxr","portdir":"python/py-soxr","version":"0.5.0.post1","license":"LGPL-2.1+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/dofuuz/python-soxr","description":"High quality, one-dimensional sample-rate conversion library for Python","long_description":"High quality, one-dimensional sample-rate conversion library for Python","active":true,"categories":["audio","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py312-nanobind","py312-build","py312-installer","py312-setuptools","py312-wheel","py312-setuptools_scm","py312-scikit-build-core"]},{"type":"lib","ports":["python312"]},{"type":"run","ports":["py312-numpy"]},{"type":"test","ports":["py312-pytest"]}],"depends_on":[{"type":"run","ports":["py312-librosa"]}]},{"name":"py313-soxr","portdir":"python/py-soxr","version":"0.5.0.post1","license":"LGPL-2.1+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/dofuuz/python-soxr","description":"High quality, one-dimensional sample-rate conversion library for Python","long_description":"High quality, one-dimensional sample-rate conversion library for Python","active":true,"categories":["audio","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py313-scikit-build-core","py313-nanobind","clang-18","py313-build","py313-installer","py313-setuptools","py313-wheel","py313-setuptools_scm"]},{"type":"lib","ports":["python313"]},{"type":"run","ports":["py313-numpy"]},{"type":"test","ports":["py313-pytest"]}],"depends_on":[{"type":"run","ports":["py313-librosa"]}]},{"name":"py314-soxr","portdir":"python/py-soxr","version":"0.5.0.post1","license":"LGPL-2.1+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/dofuuz/python-soxr","description":"High quality, one-dimensional sample-rate conversion library for Python","long_description":"High quality, one-dimensional sample-rate conversion library for Python","active":true,"categories":["audio","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py314-scikit-build-core","py314-nanobind","clang-18","py314-build","py314-installer","py314-setuptools","py314-wheel","py314-setuptools_scm"]},{"type":"lib","ports":["python314"]},{"type":"run","ports":["py314-numpy"]},{"type":"test","ports":["py314-pytest"]}],"depends_on":[{"type":"lib","ports":["py-soxr"]},{"type":"run","ports":["py314-librosa"]}]},{"name":"py-spaCy","portdir":"python/py-spaCy","version":"3.8.14","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","long_description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","active":true,"categories":["python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-spaCy"]}],"depends_on":[]},{"name":"py-spaCy-models","portdir":"python/py-spaCy-models","version":"2.3.2","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://spacy.io/models","description":"Models for the spaCy Natural Language Processing (NLP) library","long_description":"Models for the spaCy Natural Language Processing (NLP) library","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py310-spaCy-models"]}],"depends_on":[]},{"name":"py310-spaCy","portdir":"python/py-spaCy","version":"3.8.14","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","long_description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","active":true,"categories":["python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["cctools","py310-setuptools","py310-cython","py310-wheel","py310-build","py310-installer","clang-20"]},{"type":"lib","ports":["py310-preshed","py310-srsly","py310-thinc","py310-tqdm","py310-wasabi","py310-pydantic","py310-typer","py310-catalogue","py310-confection","py310-spacy-legacy","py310-spacy-loggers","py310-weasel","python310","py310-requests","py310-packaging","py310-numpy","py310-jinja2","py310-cymem","py310-murmurhash"]},{"type":"test","ports":["py310-pytest","py310-mock","py310-flake8"]}],"depends_on":[{"type":"lib","ports":["py310-spaCy-models","py310-torchtext"]},{"type":"run","ports":["py310-allennlp"]}]},{"name":"py311-spaCy","portdir":"python/py-spaCy","version":"3.8.14","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","long_description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","active":true,"categories":["python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["cctools","py311-build","py311-installer","py311-setuptools","py311-wheel","py311-cython","clang-20"]},{"type":"lib","ports":["py311-pydantic","py311-typer","py311-cymem","py311-preshed","py311-wasabi","py311-srsly","python311","py311-confection","py311-thinc","py311-spacy-legacy","py311-spacy-loggers","py311-weasel","py311-catalogue","py311-packaging","py311-requests","py311-jinja2","py311-numpy","py311-murmurhash","py311-tqdm"]}],"depends_on":[]},{"name":"py312-spaCy","portdir":"python/py-spaCy","version":"3.8.14","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","long_description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","active":true,"categories":["python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["cctools","py312-build","py312-installer","py312-setuptools","py312-wheel","py312-cython","clang-20"]},{"type":"lib","ports":["py312-confection","py312-srsly","py312-cymem","py312-murmurhash","py312-preshed","py312-thinc","python312","py312-typer","py312-catalogue","py312-spacy-legacy","py312-spacy-loggers","py312-weasel","py312-wasabi","py312-packaging","py312-jinja2","py312-numpy","py312-requests","py312-tqdm","py312-pydantic"]}],"depends_on":[]},{"name":"py313-spaCy","portdir":"python/py-spaCy","version":"3.8.14","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","long_description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","active":true,"categories":["python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["cctools","py313-build","py313-installer","py313-setuptools","py313-wheel","py313-cython","clang-20"]},{"type":"lib","ports":["py313-cymem","py313-murmurhash","py313-preshed","py313-pydantic","py313-typer","py313-catalogue","python313","py313-wasabi","py313-spacy-legacy","py313-spacy-loggers","py313-thinc","py313-weasel","py313-srsly","py313-packaging","py313-requests","py313-numpy","py313-tqdm","py313-jinja2","py313-confection"]}],"depends_on":[{"type":"lib","ports":["py313-audiocraft"]}]},{"name":"py314-spaCy","portdir":"python/py-spaCy","version":"3.8.14","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","long_description":"Industrial-strength Natural Language Processing (NLP) with Python and Cython","active":true,"categories":["python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["cctools","clang-20","py314-build","py314-installer","py314-setuptools","py314-wheel","py314-cython"]},{"type":"lib","ports":["py314-typer","py314-catalogue","py314-cymem","py314-murmurhash","py314-wasabi","py314-spacy-legacy","python314","py314-preshed","py314-srsly","py314-confection","py314-thinc","py314-weasel","py314-spacy-loggers","py314-packaging","py314-requests","py314-numpy","py314-tqdm","py314-jinja2","py314-pydantic"]}],"depends_on":[{"type":"lib","ports":["py-spaCy"]}]},{"name":"py310-spaCy-models","portdir":"python/py-spaCy-models","version":"2.3.2","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://spacy.io/models","description":"Models for the spaCy Natural Language Processing (NLP) library","long_description":"Models for the spaCy Natural Language Processing (NLP) library","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py310-typer","py310-installer","py310-setuptools","py310-packaging","py310-wheel","py310-jinja2","py310-build"]},{"type":"lib","ports":["py310-spaCy","python310"]}],"depends_on":[{"type":"lib","ports":["py-spaCy-models","py310-torchtext"]}]},{"name":"py-spacepy","portdir":"python/py-spacepy","version":"0.7.0","license":"PSF","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://spacepy.github.io","description":"SpacePy: Tools for Space Science Applications","long_description":"SpacePy: Tools for Space Science Applications","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-spacepy"]}],"depends_on":[]},{"name":"py-spacy-legacy","portdir":"python/py-spacy-legacy","version":"3.0.12","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Legacy registered functions for spaCy backwards compatibility","long_description":"Legacy registered functions for spaCy backwards compatibility","active":true,"categories":["textproc","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-spacy-legacy"]}],"depends_on":[]},{"name":"py314-spacepy","portdir":"python/py-spacepy","version":"0.7.0","license":"PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacepy.github.io","description":"SpacePy: Tools for Space Science Applications","long_description":"SpacePy: Tools for Space Science Applications","active":true,"categories":["python"],"maintainers":[],"variants":["clang13","clang14","clang15","clang16","clang17","clang18","clang19","clang20","clang21","clang22","clangdevel","g95","gcc10","gcc11","gcc12","gcc13","gcc14","gcc15","gccdevel","gfortran","universal"],"dependencies":[{"type":"build","ports":["clang-18","gcc15","py314-build","py314-installer","py314-setuptools","py314-wheel"]},{"type":"lib","ports":["py314-matplotlib","libgcc","py314-h5py","cdf","python314","py314-dateutil","py314-numpy","py314-scipy"]}],"depends_on":[{"type":"lib","ports":["py-spacepy"]}]},{"name":"py310-spacy-legacy","portdir":"python/py-spacy-legacy","version":"3.0.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Legacy registered functions for spaCy backwards compatibility","long_description":"Legacy registered functions for spaCy backwards compatibility","active":true,"categories":["textproc","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["py310-setuptools","py310-wheel","py310-build","py310-installer","clang-18"]},{"type":"lib","ports":["python310"]}],"depends_on":[{"type":"lib","ports":["py310-spaCy"]}]},{"name":"py311-spacy-legacy","portdir":"python/py-spacy-legacy","version":"3.0.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Legacy registered functions for spaCy backwards compatibility","long_description":"Legacy registered functions for spaCy backwards compatibility","active":true,"categories":["textproc","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["py311-build","py311-installer","py311-setuptools","py311-wheel","clang-18"]},{"type":"lib","ports":["python311"]}],"depends_on":[{"type":"lib","ports":["py311-spaCy"]}]},{"name":"py312-spacy-legacy","portdir":"python/py-spacy-legacy","version":"3.0.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Legacy registered functions for spaCy backwards compatibility","long_description":"Legacy registered functions for spaCy backwards compatibility","active":true,"categories":["textproc","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["py312-build","py312-installer","py312-setuptools","py312-wheel","clang-18"]},{"type":"lib","ports":["python312"]}],"depends_on":[{"type":"lib","ports":["py312-spaCy"]}]},{"name":"py313-spacy-legacy","portdir":"python/py-spacy-legacy","version":"3.0.12","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://spacy.io","description":"Legacy registered functions for spaCy backwards compatibility","long_description":"Legacy registered functions for spaCy backwards compatibility","active":true,"categories":["textproc","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py313-build","py313-installer","py313-setuptools","py313-wheel"]},{"type":"lib","ports":["python313"]}],"depends_on":[{"type":"lib","ports":["py313-spaCy"]}]}]}