File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ def _get_xcode_location_cflags(rctx):
34
34
"""Query the xcode sdk location to update cflags
35
35
36
36
Figure out if this interpreter target comes from rules_python, and patch the xcode sdk location if so.
37
- Pip won't be able to compile c extensions from sdists with the pre built python distributions from indygreg
38
- otherwise. See https://github.com/indygreg /python-build-standalone/issues/103
37
+ Pip won't be able to compile c extensions from sdists with the pre built python distributions from astral-sh
38
+ otherwise. See https://github.com/astral-sh /python-build-standalone/issues/103
39
39
"""
40
40
41
41
# Only run on MacOS hosts
@@ -63,8 +63,8 @@ def _get_xcode_location_cflags(rctx):
63
63
def _get_toolchain_unix_cflags (rctx , python_interpreter , logger = None ):
64
64
"""Gather cflags from a standalone toolchain for unix systems.
65
65
66
- Pip won't be able to compile c extensions from sdists with the pre built python distributions from indygreg
67
- otherwise. See https://github.com/indygreg /python-build-standalone/issues/103
66
+ Pip won't be able to compile c extensions from sdists with the pre built python distributions from astral-sh
67
+ otherwise. See https://github.com/astral-sh /python-build-standalone/issues/103
68
68
"""
69
69
70
70
# Only run on Unix systems
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def _python_repository_impl(rctx):
161
161
python_bin = "python.exe" if ("windows" in platform ) else "bin/python3"
162
162
163
163
if "linux" in platform :
164
- # Workaround around https://github.com/indygreg /python-build-standalone/issues/231
164
+ # Workaround around https://github.com/astral-sh /python-build-standalone/issues/231
165
165
for url in urls :
166
166
head_and_release , _ , _ = url .rpartition ("/" )
167
167
_ , _ , release = head_and_release .rpartition ("/" )
@@ -177,7 +177,7 @@ def _python_repository_impl(rctx):
177
177
# building on.
178
178
#
179
179
# Link to the first affected release:
180
- # https://github.com/indygreg /python-build-standalone/releases/tag/20240224
180
+ # https://github.com/astral-sh /python-build-standalone/releases/tag/20240224
181
181
rctx .delete ("share/terminfo" )
182
182
break
183
183
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ WINDOWS_NAME = "windows"
22
22
FREETHREADED = "freethreaded"
23
23
INSTALL_ONLY = "install_only"
24
24
25
- DEFAULT_RELEASE_BASE_URL = "https://github.com/indygreg /python-build-standalone/releases/download"
25
+ DEFAULT_RELEASE_BASE_URL = "https://github.com/astral-sh /python-build-standalone/releases/download"
26
26
27
27
# When updating the versions and releases, run the following command to get
28
28
# the hashes:
You can’t perform that action at this time.
0 commit comments