| Trees | Indices | Help |
|
|---|
|
|
provides some rpm source package related helpers
|
|||
| |||
|
|||
|
NoSpecError no changelog found |
|||
| MacroExpandError | |||
|
RpmUpstreamSource Upstream source class for RPM packages |
|||
|
SrcRpmFile Keeps all needed data read from a source rpm |
|||
|
SpecFile Class for parsing/modifying spec files |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
int
>>> string_to_int("1234") 1234 >>> string_to_int("123k") 125952 >>> string_to_int("1234K") 1263616 >>> string_to_int("1M") 1048576 |
|
||
|
|||
__package__ =
|
|||
|
|||
To Do: implement this Try to find/parse the spec file from given branch in the git repository. |
Convert string of possible unit identifier to int.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri May 17 09:11:26 2013 | http://epydoc.sourceforge.net |