File: pyproject.toml

package info (click to toggle)
skia-pathops 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 260 kB
  • sloc: python: 1,544; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = [
    "setuptools",
    "wheel",
    "setuptools_scm",
    "packaging",
    "cython >= 3.1.0",
]

[tool.cibuildwheel]
# Run abi3audit after the default repair commands to scan for abi3 violations
# https://github.com/pypa/abi3audit
# Only on Unix platforms (Linux/macOS) since Windows has no default repair command
[[tool.cibuildwheel.overrides]]
select = "cp*-{*linux_*,*macosx_*}"
inherit.repair-wheel-command = "append"
repair-wheel-command = "pipx run abi3audit --strict --report {wheel}"