"directory to put final built distributions in"),
]
+ boolean_options = ['keep-temp']
+
default_format = { 'posix': 'gztar',
'nt': 'zip', }
"RPM 2 compatibility mode"),
]
+ boolean_options = ['keep-temp', 'rpm2-mode']
+
negative_opt = {'no-keep-temp': 'keep-temp',
'no-rpm-opt-flags': 'use-rpm-opt-flags',
'rpm2-mode': 'rpm3-mode'}
"directory to put final built distributions in"),
]
+ boolean_options = ['keep-temp']
+
def initialize_options (self):
self.bdist_dir = None
self.keep_temp = 0
"forcibly build everything (ignore file timestamps)"),
]
+ boolean_options = ['debug', 'force']
+
help_options = [
('help-compiler', None,
"list available compilers", show_compilers),
"specify the compiler type"),
]
+ boolean_options = ['debug', 'force']
+
help_options = [
('help-compiler', None,
"list available compilers", show_compilers),
"make SWIG create C++ files (default is C)"),
]
+ boolean_options = ['inplace', 'debug', 'force', 'swig-cpp']
+
help_options = [
('help-compiler', None,
"list available compilers", show_compilers),
('force', 'f', "forcibly build everything (ignore file timestamps)"),
]
+ boolean_options = ['force']
+
def initialize_options (self):
self.build_lib = None
('force', 'f', "forcibly build everything (ignore file timestamps"),
]
+ boolean_options = ['force']
+
def initialize_options (self):
self.build_dir = None
"remove all build output, not just temporary by-products")
]
+ boolean_options = ['all']
+
def initialize_options(self):
self.build_base = None
self.build_lib = None
"filename in which to record list of installed files"),
]
+ boolean_options = ['force', 'skip-build']
+
def initialize_options (self):
('force', 'f', "force installation (overwrite existing files)"),
]
+ boolean_options = ['force']
+
def initialize_options (self):
self.install_dir = None
self.outfiles = []
"force installation (overwrite existing files)"),
]
+ boolean_options = ['force']
def initialize_options (self):
self.install_dir = None
('skip-build', None, "skip the build steps"),
]
+ boolean_options = ['force', 'compile', 'optimize', 'skip-build']
+
def initialize_options (self):
# let the 'install' command dictate our installation directory
('skip-build', None, "skip the build steps"),
]
+ boolean_options = ['force', 'skip-build']
+
+
def initialize_options (self):
self.install_dir = None
self.force = 0
"[default: dist]"),
]
+ boolean_options = ['use-defaults', 'prune',
+ 'manifest-only', 'force-manifest',
+ 'keep-tree']
help_options = [
('help-formats', None,