Files
typeshed/stubs/JACK-Client/METADATA.toml
2024-08-19 15:38:23 +03:00

15 lines
547 B
TOML

version = "0.5.*"
upstream_repository = "https://github.com/spatialaudio/jackclient-python"
# Requires a version of numpy with a `py.typed` file
# see https://github.com/python/typeshed/issues/12551
# on why we need the upper bound for numpy
requires = ["numpy>=1.20,<2.1.0", "types-cffi"]
[tool.stubtest]
# darwin and win32 are equivalent
platforms = ["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"]