Files
typeshed/stubs/pyaudio/METADATA.toml
2023-08-13 22:03:33 +01:00

10 lines
327 B
TOML

version = "0.2.*"
# There is no web portal for the source, this is the official source link:
# upstream_repository = "https://people.csail.mit.edu/hubert/pyaudio/#sources"
[tool.stubtest]
# linux and win32 are equivalent
platforms = ["darwin", "linux"]
apt_dependencies = ["portaudio19-dev"]
brew_dependencies = ["portaudio"]