Mercurial > hg > PaInt
comparison paint/package.py @ 58:13767ee2ddf4
start adding an egg_info based information thingy
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 23 Jan 2013 16:59:36 -0800 |
| parents | d5e5c7496784 |
| children | 726008cff4e3 |
comparison
equal
deleted
inserted
replaced
| 57:d5e5c7496784 | 58:13767ee2ddf4 |
|---|---|
| 198 assert ':' in line | 198 assert ':' in line |
| 199 key, value = [i.strip() for i in line.split(':', 1)] | 199 key, value = [i.strip() for i in line.split(':', 1)] |
| 200 info_dict[key] = value | 200 info_dict[key] = value |
| 201 | 201 |
| 202 # return the information | 202 # return the information |
| 203 print ">>> Info: %s" % info_dict | |
| 204 return info_dict | 203 return info_dict |
| 205 | 204 |
| 206 def dependencies(self): | 205 def dependencies(self): |
| 207 """return the dependencies""" | 206 """return the dependencies""" |
| 208 # TODO: should probably have a more detailed dict: | 207 # TODO: should probably have a more detailed dict: |
