Package gbp :: Package rpm :: Class RpmUpstreamSource
[hide private]
[frames] | no frames]

Class RpmUpstreamSource

        object --+    
                 |    
pkg.UpstreamSource --+
                     |
                    RpmUpstreamSource

Upstream source class for RPM packages

Instance Methods [hide private]
 
__init__(self, name, unpacked=None, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from pkg.UpstreamSource: guess_version, is_dir, is_orig, is_tarball, pack, unpack

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from pkg.UpstreamSource: known_compressions

Inherited from pkg.UpstreamSource (private): _get_topdir_files

Class Variables [hide private]

Inherited from pkg.UpstreamSource (private): _orig, _path, _unpacked

Properties [hide private]

Inherited from pkg.UpstreamSource: archive_fmt, compression, path, prefix

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, unpacked=None, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)