Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: normalize darwin aarch64 -> arm64 #142

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions e2e/pdm/vendored_lock_file_bzlmod/pdm_lock_file.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ def targets():
native.alias(
name = "[email protected]",
actual = select({
":_env_python_3.10.11_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2//file",
":_env_python_3.10.11_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64//file",
":_env_python_3.10.11_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.10.11_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64//file",
":_env_python_3.11.6_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.11.6_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64//file",
":_env_python_3.12.0_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.12.0_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
":_env_python_3.12_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2//file",
":_env_python_3.12_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64//file",
":_env_python_3.12_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.12_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
}),
Expand All @@ -125,12 +125,12 @@ def repositories():

maybe(
http_file,
name = "pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2",
name = "pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64",
urls = [
"https://files.pythonhosted.org/packages/95/3c/4651f6b130c6842a8f3df82461a8950f923925db8b6961063e82744bddcc/regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl",
"https://files.pythonhosted.org/packages/bd/18/b731f5510d1b8fb63c6b6d3484bfa9a59b84cc578ac8b5172970e05ae07c/regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl",
],
sha256 = "ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91",
downloaded_file_path = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl",
sha256 = "164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e",
downloaded_file_path = "regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl",
)

maybe(
Expand All @@ -155,12 +155,12 @@ def repositories():

maybe(
http_file,
name = "pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2",
name = "pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64",
urls = [
"https://files.pythonhosted.org/packages/58/58/7e4d9493a66c88a7da6d205768119f51af0f684fe7be7bac8328e217a52c/regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",
"https://files.pythonhosted.org/packages/c5/1b/f0e4d13e6adf866ce9b069e191f303a30ab1277e037037a365c3aad5cc9c/regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",
],
sha256 = "5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638",
downloaded_file_path = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",
sha256 = "94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20",
downloaded_file_path = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",
)

maybe(
Expand All @@ -185,12 +185,12 @@ def repositories():

maybe(
http_file,
name = "pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2",
name = "pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64",
urls = [
"https://files.pythonhosted.org/packages/ba/30/9a87ce8336b172cc232a0db89a3af97929d06c11ceaa19d97d84fa90a8f8/regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",
"https://files.pythonhosted.org/packages/60/85/cebcc0aff603ea0a201667b203f13ba75d9fc8668fab917ac5b2de3967bc/regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",
],
sha256 = "52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a",
downloaded_file_path = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",
sha256 = "805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2",
downloaded_file_path = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",
)

maybe(
Expand Down
30 changes: 15 additions & 15 deletions e2e/pdm/vendored_lock_file_workspace/pdm_lock_file.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ def targets():
native.alias(
name = "[email protected]",
actual = select({
":_env_python_3.10.11_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2//file",
":_env_python_3.10.11_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64//file",
":_env_python_3.10.11_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.10.11_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64//file",
":_env_python_3.11.6_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.11.6_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64//file",
":_env_python_3.12.0_aarch64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.12.0_x86_64-unknown-linux-gnu": "@pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
}),
Expand All @@ -104,12 +104,12 @@ def repositories():

maybe(
http_file,
name = "pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2",
name = "pdm_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64",
urls = [
"https://files.pythonhosted.org/packages/95/3c/4651f6b130c6842a8f3df82461a8950f923925db8b6961063e82744bddcc/regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl",
"https://files.pythonhosted.org/packages/bd/18/b731f5510d1b8fb63c6b6d3484bfa9a59b84cc578ac8b5172970e05ae07c/regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl",
],
sha256 = "ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91",
downloaded_file_path = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl",
sha256 = "164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e",
downloaded_file_path = "regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl",
)

maybe(
Expand All @@ -134,12 +134,12 @@ def repositories():

maybe(
http_file,
name = "pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2",
name = "pdm_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64",
urls = [
"https://files.pythonhosted.org/packages/58/58/7e4d9493a66c88a7da6d205768119f51af0f684fe7be7bac8328e217a52c/regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",
"https://files.pythonhosted.org/packages/c5/1b/f0e4d13e6adf866ce9b069e191f303a30ab1277e037037a365c3aad5cc9c/regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",
],
sha256 = "5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638",
downloaded_file_path = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",
sha256 = "94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20",
downloaded_file_path = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",
)

maybe(
Expand All @@ -164,12 +164,12 @@ def repositories():

maybe(
http_file,
name = "pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2",
name = "pdm_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64",
urls = [
"https://files.pythonhosted.org/packages/ba/30/9a87ce8336b172cc232a0db89a3af97929d06c11ceaa19d97d84fa90a8f8/regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",
"https://files.pythonhosted.org/packages/60/85/cebcc0aff603ea0a201667b203f13ba75d9fc8668fab917ac5b2de3967bc/regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",
],
sha256 = "52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a",
downloaded_file_path = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",
sha256 = "805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2",
downloaded_file_path = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",
)

maybe(
Expand Down
26 changes: 13 additions & 13 deletions e2e/poetry/vendored_lock_file_bzlmod/poetry_lock_file.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ def targets():
native.alias(
name = "[email protected]",
actual = select({
":_env_python_3.10.11_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2//file",
":_env_python_3.10.11_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64//file",
":_env_python_3.10.11_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.10.11_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64//file",
":_env_python_3.11.6_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.11.6_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64//file",
":_env_python_3.12.0_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.12.0_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
":_env_python_3.12_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2//file",
":_env_python_3.12_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64//file",
":_env_python_3.12_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.12_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
}),
Expand All @@ -124,11 +124,11 @@ def repositories():

maybe(
pypi_file,
name = "poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2",
name = "poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64",
package_name = "regex",
package_version = "2024.11.6",
filename = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl",
sha256 = "ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91",
filename = "regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl",
sha256 = "164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e",
)

maybe(
Expand All @@ -151,11 +151,11 @@ def repositories():

maybe(
pypi_file,
name = "poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2",
name = "poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64",
package_name = "regex",
package_version = "2024.11.6",
filename = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",
sha256 = "5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638",
filename = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",
sha256 = "94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20",
)

maybe(
Expand All @@ -178,11 +178,11 @@ def repositories():

maybe(
pypi_file,
name = "poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2",
name = "poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64",
package_name = "regex",
package_version = "2024.11.6",
filename = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",
sha256 = "52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a",
filename = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",
sha256 = "805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2",
)

maybe(
Expand Down
24 changes: 12 additions & 12 deletions e2e/poetry/vendored_lock_file_workspace/poetry_lock_file.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ def targets():
native.alias(
name = "[email protected]",
actual = select({
":_env_python_3.10.11_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2//file",
":_env_python_3.10.11_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64//file",
":_env_python_3.10.11_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.10.11_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2//file",
":_env_python_3.11.6_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64//file",
":_env_python_3.11.6_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.11.6_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2//file",
":_env_python_3.12.0_aarch64-apple-darwin": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64//file",
":_env_python_3.12.0_aarch64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_aarch64.manylinux2014_aarch64//file",
":_env_python_3.12.0_x86_64-unknown-linux-gnu": "@poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_manylinux_2_17_x86_64.manylinux2014_x86_64//file",
}),
Expand All @@ -103,11 +103,11 @@ def repositories():

maybe(
pypi_file,
name = "poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_10_9_universal2",
name = "poetry_lock_file_wheel_regex_2024.11.6_cp310_cp310_macosx_11_0_arm64",
package_name = "regex",
package_version = "2024.11.6",
filename = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl",
sha256 = "ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91",
filename = "regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl",
sha256 = "164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e",
)

maybe(
Expand All @@ -130,11 +130,11 @@ def repositories():

maybe(
pypi_file,
name = "poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_10_9_universal2",
name = "poetry_lock_file_wheel_regex_2024.11.6_cp311_cp311_macosx_11_0_arm64",
package_name = "regex",
package_version = "2024.11.6",
filename = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",
sha256 = "5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638",
filename = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",
sha256 = "94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20",
)

maybe(
Expand All @@ -157,11 +157,11 @@ def repositories():

maybe(
pypi_file,
name = "poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_10_13_universal2",
name = "poetry_lock_file_wheel_regex_2024.11.6_cp312_cp312_macosx_11_0_arm64",
package_name = "regex",
package_version = "2024.11.6",
filename = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",
sha256 = "52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a",
filename = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",
sha256 = "805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2",
)

maybe(
Expand Down
Loading
Loading