Module bdist_rpm
distutils.command.bdist_rpm
Implements the Distutils 'bdist_rpm' command (create RPM source and
binary distributions).
|
__revision__ = ' $Id: bdist_rpm.py 47213 2006-07-03 12:28:58Z m ...
|
Imports:
sys,
os,
string,
glob,
IntType,
TypeType,
BooleanType,
CodeType,
UnboundMethodType,
StringType,
BuiltinMethodType,
FloatType,
DictionaryType,
NotImplementedType,
BuiltinFunctionType,
DictProxyType,
GeneratorType,
InstanceType,
ObjectType,
DictType,
GetSetDescriptorType,
FileType,
EllipsisType,
StringTypes,
ListType,
MethodType,
TupleType,
ModuleType,
FrameType,
LongType,
BufferType,
TracebackType,
ClassType,
MemberDescriptorType,
UnicodeType,
SliceType,
ComplexType,
LambdaType,
FunctionType,
XRangeType,
NoneType,
Command,
DEBUG,
get_platform,
write_file,
DistutilsPlatformError,
DistutilsArgError,
LibError,
DistutilsInternalError,
DistutilsSetupError,
DistutilsOptionError,
DistutilsClassError,
DistutilsModuleError,
DistutilsFileError,
CCompilerError,
CompileError,
LinkError,
DistutilsExecError,
DistutilsGetoptError,
DistutilsTemplateError,
DistutilsError,
UnknownFileError,
PreprocessError,
get_python_version,
log
__revision__
- Value:
' $Id: bdist_rpm.py 47213 2006-07-03 12:28:58Z martin.v.loewis $ '
|
|