update xvfb shim
This commit is contained in:
23
xvfb/pyproject.toml
Normal file
23
xvfb/pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "xvfb"
|
||||
version = "1.20.11.post1"
|
||||
description = "Xvfb (X virtual framebuffer) headless X server (pre-built)"
|
||||
requires-python = ">=3.8"
|
||||
|
||||
[project.scripts]
|
||||
"Xvfb" = "xvfb:_run_xvfb"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["xvfb"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
xvfb = ["*.so", "install/**/*"]
|
||||
|
||||
[tool.shim]
|
||||
repo_url = "https://github.com/commaai/dependencies"
|
||||
tag = "xvfb/v1.20.11.post1"
|
||||
datadir = "install"
|
||||
Reference in New Issue
Block a user