diff options
Diffstat (limited to 'math/py-rustworkx/files/patch-pyproject.toml')
-rw-r--r-- | math/py-rustworkx/files/patch-pyproject.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/py-rustworkx/files/patch-pyproject.toml b/math/py-rustworkx/files/patch-pyproject.toml new file mode 100644 index 000000000000..ffcb5b273806 --- /dev/null +++ b/math/py-rustworkx/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-08-25 03:43:23 UTC ++++ pyproject.toml +@@ -7,8 +7,6 @@ readme = {file = "README.md", content-type = "text/mar + "numpy>=1.16.0,<3" + ] + readme = {file = "README.md", content-type = "text/markdown"} +-license-files = ["LICENSE"] +-license = "Apache-2.0" + classifiers=[ + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", +@@ -153,4 +151,4 @@ repair-wheel-command = "brew install pipx && pipx ensu + repair-wheel-command = "brew install pipx && pipx ensurepath && pipx run --spec delocate==0.11.0 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} && pipx run abi3audit==0.0.9 --strict --report {wheel}" + + [tool.cibuildwheel.windows] +-repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}" +\ No newline at end of file ++repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}" |