From d8c1316e3f99fe5c4a606cb69cedab32d2bc1d1c Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 24 Aug 2025 21:27:57 -0700 Subject: =?UTF-8?q?math/py-rustworkx:=20update=200.16.0=20=E2=86=92=200.17?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- math/py-rustworkx/files/patch-pyproject.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 math/py-rustworkx/files/patch-pyproject.toml (limited to 'math/py-rustworkx/files/patch-pyproject.toml') 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}" -- cgit v1.2.3