summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-07-03 06:00:21 -0500
committerdana <dana@dana.is>2026-07-03 06:04:22 -0500
commitd4ec59cbad0bbeda78cc78d87074c2a072681f85 (patch)
treec00c810b19fabdbf750e870f956cf2524e923453
parent54893: fix/simplify is-at-least (diff)
downloadzsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.tar
zsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.tar.gz
zsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.tar.bz2
zsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.tar.lz
zsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.tar.xz
zsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.tar.zst
zsh-d4ec59cbad0bbeda78cc78d87074c2a072681f85.zip
unposted: _pip: remove -b
noticed an apparent copy/paste error in the spec. the option was removed from pip several years ago, anyway, so we can just drop it
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_pip1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87a19f33f..ac29946b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-07-03 dana <dana@dana.is>
+
+ * unposted: Completion/Unix/Command/_pip: remove -b
+
2026-07-02 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 54893: Functions/Misc/is-at-least, Test/Z01is-at-least.ztst:
diff --git a/Completion/Unix/Command/_pip b/Completion/Unix/Command/_pip
index bafc7f9e9..370012d56 100644
--- a/Completion/Unix/Command/_pip
+++ b/Completion/Unix/Command/_pip
@@ -85,7 +85,6 @@ case $state in
'--src=[check out --editable packages into given directory]: :_directories'
'--ignore-requires-python[ignore the Requires-Python information]'
"--no-deps[don't install package dependencies]"
- '(-b --build)'{-https://cloud.kiddleb+,--build=}'[specify directory to unpack packages into]: :_directories'
'--global-option=[extra global options to be supplied to the setup.py call before the install command]:options'
"--no-clean[don't clean up build directories]"
'--require-hashes[require a hash to check each requirement against]'