mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
10 lines
327 B
TOML
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"]
|