aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-gpep517/default-bytecode-levels.patch
diff options
context:
space:
mode:
authoremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
committeremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
commitddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch)
tree12796519575126d60e06d02e9eab68856229cf58 /repos/extra/python-gpep517/default-bytecode-levels.patch
parentb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff)
downloadalicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz
alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip
clang repos updated
Diffstat (limited to 'repos/extra/python-gpep517/default-bytecode-levels.patch')
-rwxr-xr-xrepos/extra/python-gpep517/default-bytecode-levels.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/repos/extra/python-gpep517/default-bytecode-levels.patch b/repos/extra/python-gpep517/default-bytecode-levels.patch
deleted file mode 100755
index 55aa77ab..00000000
--- a/repos/extra/python-gpep517/default-bytecode-levels.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/gpep517/__main__.py b/gpep517/__main__.py
-index d519c75..2dc0b49 100644
---- a/gpep517/__main__.py
-+++ b/gpep517/__main__.py
-@@ -350,9 +350,9 @@ def add_install_args(parser):
- f"(default: {sys.executable})")
- group.add_argument("--optimize",
- type=parse_optimize_arg,
-- default=[],
-+ default=[0],
- help="Comma-separated list of optimization levels "
-- "to compile bytecode for (default: none), pass 'all' "
-+ "to compile bytecode for (default: 0), 0s 'all' "
- "to enable all known optimization levels (currently: "
- f"{', '.join(str(x) for x in ALL_OPT_LEVELS)})")
-