mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
3cb08209d2
this resolves problems of py2exe's modulefinder collection of sources from .zipped egg files, not by using easy_install to reach the --always-unzip option, but rather with a small tool which unpacks any zipped egg files found in misc/dependencies. this fixes the py2exe build given rollback of the easy_install stuff which had broken the unix builds. misc/hatch-eggs.py performs the honours. this also includes a misc/sub-ver.py tool which substitutes elements of the verion number for the current code base (by importing allmydata.__version__ hence make-version should be run first, and the python path carefully managed) into template files using python's string interpolation of named args from a dict as the templating syntax. i.e. %(major)d %(minor)d %(point)d %(nano)d each expand to the individual components of the version number as codified by the pyutil.version_class.Version class. there is also a %(build)s tag which expands to the string form of the whole version number. This tool is used to interpolate the automatically generated version information into the innosetup source file in a form consistent with innosetup/windows' restrictions |
||
---|---|---|
.. | ||
dependencies | ||
feisty/debian | ||
munin | ||
sid/debian | ||
count_dirs.py | ||
figleaf2el.py | ||
figleaf2html | ||
figleaf.el | ||
figleaf.excludes | ||
find_trial.py | ||
find-dep-eggs.py | ||
find-trailing-spaces.py | ||
get-version.py | ||
getmem.py | ||
hatch-eggs.py | ||
logtool.py | ||
pyver.py | ||
simulator.py | ||
sizes.py | ||
storage-overhead.py | ||
sub-ver.py | ||
test-darcs-boringfile.py |