mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
3f08a4ed10
Co-authored-by: Avasam <samuel.06@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 lines
454 B
TOML
13 lines
454 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
|
|
ci_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"]
|