Files
typeshed/stubs/JACK-Client/METADATA.toml
T
Avasam c67f9da373 Restore JACK-Client macOS stubtest (#13721)
Restore JACK-Client macOS tests
2025-03-27 09:57:46 +01:00

13 lines
451 B
TOML

version = "0.5.*"
upstream_repository = "https://github.com/spatialaudio/jackclient-python"
# Requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "types-cffi"]
[tool.stubtest]
# darwin and win32 are equivalent
platforms = ["darwin", "linux"]
apt_dependencies = ["libjack-dev"]
brew_dependencies = ["jack"]
# No need to install on the CI. Leaving here as information for Windows contributors.
# choco_dependencies = ["jack"]