diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /math/py-rustworkx/files/patch-pyproject.toml | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
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}" |
