Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Private Member Functions | List of all members
setuptools.command.bdist_rpm.bdist_rpm Class Reference
Inheritance diagram for setuptools.command.bdist_rpm.bdist_rpm:

Public Member Functions

def run
 

Private Member Functions

def _make_spec_file
 

Detailed Description

Override the default bdist_rpm behavior to do the following:

1. Run egg_info to ensure the name and version are properly calculated.
2. Always run 'install' using --single-version-externally-managed to
   disable eggs in RPM distributions.
3. Replace dash with underscore in the version numbers for better RPM
   compatibility.

Member Function Documentation

def setuptools.command.bdist_rpm.bdist_rpm._make_spec_file (   self)
private
def setuptools.command.bdist_rpm.bdist_rpm.run (   self)

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.