update shim packages

This commit is contained in:
github-actions[bot]
2026-03-01 23:20:13 +00:00
commit 69ede13e40
54 changed files with 3682 additions and 0 deletions

20
zstd/pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "zstd"
version = "1.5.6"
description = "Zstandard compression library (static build) (pre-built)"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["zstd*"]
[tool.setuptools.package-data]
zstd = ["install/**/*", "*.so"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "zstd/v1.5.6"
datadir = "install"