File tree Expand file tree Collapse file tree
graalpython/lib-graalpython/patches Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ index a526f0f..defb8f7 100644
4242 """
4343diff --git a/pyarrow_build_backend.py b/pyarrow_build_backend.py
4444new file mode 100644
45- index 0000000..cb98041
45+ index 0000000..fd43d65
4646--- /dev/null
4747+++ b/pyarrow_build_backend.py
4848@@ -0,0 +1,93 @@
@@ -57,7 +57,7 @@ index 0000000..cb98041
5757+ import urllib.request
5858+ from pathlib import Path
5959+
60- + VERSION = re.search(r'set\\ (PYARROW_VERSION "([^"]+)"\ \)', Path("CMakeLists.txt").read_text()).group(1)
60+ + VERSION = re.search(r'set\(PYARROW_VERSION "([^"]+)"\)', Path("CMakeLists.txt").read_text()).group(1)
6161+
6262+
6363+ def build_sdist(sdist_directory, config_settings=None):
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ index a526f0f..defb8f7 100644
4242 """
4343diff --git a/pyarrow_build_backend.py b/pyarrow_build_backend.py
4444new file mode 100644
45- index 0000000..cb98041
45+ index 0000000..fd43d65
4646--- /dev/null
4747+++ b/pyarrow_build_backend.py
4848@@ -0,0 +1,93 @@
@@ -57,7 +57,7 @@ index 0000000..cb98041
5757+ import urllib.request
5858+ from pathlib import Path
5959+
60- + VERSION = re.search(r'set\\ (PYARROW_VERSION "([^"]+)"\ \)', Path("CMakeLists.txt").read_text()).group(1)
60+ + VERSION = re.search(r'set\(PYARROW_VERSION "([^"]+)"\)', Path("CMakeLists.txt").read_text()).group(1)
6161+
6262+
6363+ def build_sdist(sdist_directory, config_settings=None):
You can’t perform that action at this time.
0 commit comments