aboutsummaryrefslogtreecommitdiffstats
path: root/src/_setup.py
diff options
context:
space:
mode:
authorhhatto <hhatto.jp@gmail.com>2013-10-15 01:03:52 +0900
committerhhatto <hhatto.jp@gmail.com>2013-10-15 01:03:52 +0900
commit897060e332ccfdeee34709bc6014914a6a1ce0de (patch)
tree9c7559a34a33c6e81b2c0939029a144543f71a31 /src/_setup.py
parentremove local site-package path (diff)
downloadzsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.tar
zsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.tar.gz
zsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.tar.bz2
zsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.tar.lz
zsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.tar.xz
zsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.tar.zst
zsh-completions-897060e332ccfdeee34709bc6014914a6a1ce0de.zip
update _setup.py
Diffstat (limited to 'src/_setup.py')
-rw-r--r--src/_setup.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/_setup.py b/src/_setup.py
index ab61f83..8b7402e 100644
--- a/src/_setup.py
+++ b/src/_setup.py
@@ -251,7 +251,6 @@ _setuppy_install() {
"-f[force installation (overwrite any existing files)]" \
"--skip-build[skip rebuilding everything (for testing/debugging)]" \
"--record=[filename in which to record list of installed files]" \
- "--install-layout=[installation layout to choose (known values: deb, unix)]" \
"--old-and-unmanageable[Try not to use this!]" \
"--single-version-externally-managed[used by system package builders to create 'flat' eggs]" \
"*::setup.py commands:_setup.py"
@@ -524,9 +523,6 @@ _setuppy_develop() {
"-i[base URL of Python Package Index]" \
"--find-links=[additional URL(s) to search for packages]" \
"-f[additional URL(s) to search for packages]" \
- "--delete-conflicting[no longer needed; don't use this]" \
- "-D[no longer needed; don't use this]" \
- "--ignore-conflicts-at-my-risk[no longer needed; don't use this]" \
"--build-directory=[download/extract/build in DIR; keep the results]" \
"-b[download/extract/build in DIR; keep the results]" \
"--optimize=[also compile with optimization: -O1 for \"python -O\", -O2 for \"python -OO\", and -O0 to disable \[default: -O0\]]" \
@@ -545,9 +541,6 @@ _setuppy_develop() {
"--local-snapshots-ok[allow building eggs from local checkouts]" \
"-l[allow building eggs from local checkouts]" \
"--version[print version information and exit]" \
- "--install-layout=[installation layout to choose (known values: deb)]" \
- "--force-installation-into-system-dir[force installation into /usr]" \
- "-0[force installation into /usr]" \
"--no-find-links[Don't load find-links defined in packages being installed]" \
"--user[install in user site-package]" \
"--uninstall[Uninstall this source package]" \
@@ -578,9 +571,6 @@ _setuppy_easy_install() {
"-i[base URL of Python Package Index]" \
"--find-links=[additional URL(s) to search for packages]" \
"-f[additional URL(s) to search for packages]" \
- "--delete-conflicting[no longer needed; don't use this]" \
- "-D[no longer needed; don't use this]" \
- "--ignore-conflicts-at-my-risk[no longer needed; don't use this]" \
"--build-directory=[download/extract/build in DIR; keep the results]" \
"-b[download/extract/build in DIR; keep the results]" \
"--optimize=[also compile with optimization: -O1 for \"python -O\", -O2 for \"python -OO\", and -O0 to disable \[default: -O0\]]" \
@@ -599,9 +589,6 @@ _setuppy_easy_install() {
"--local-snapshots-ok[allow building eggs from local checkouts]" \
"-l[allow building eggs from local checkouts]" \
"--version[print version information and exit]" \
- "--install-layout=[installation layout to choose (known values: deb)]" \
- "--force-installation-into-system-dir[force installation into /usr]" \
- "-0[force installation into /usr]" \
"--no-find-links[Don't load find-links defined in packages being installed]" \
"--user[install in user site-package]" \
"*::setup.py commands:_setup.py"