tahoe-lafs/misc
Brian Warner b5b2036d37 OS-X: fix package generation
The old scheme depended upon the bespoke pseudo-virtualenv scheme that
we cooked up long ago (it copied the entire source tree, bin/tahoe and
support/ and all, into the mac .pkg archive). When we moved to real
virtualenvs, that broke.

This new scheme only installs a populated virtualenv into the archive.
It replaces the entry-point bin/tahoe with a script that behaves a lot
like the old bespoke script: it inserts a relative site-packages/ into
sys.path before importing allmydata.scripts.runner and calling run().

This still depends upon the end-users $PATH having a python that is
compatible with the binary modules we've compiled here, and there are
three potentially-differing Pythons to worry about (homebrew, python.org
installers, and Apple's native /usr/bin/python). We'll have to see if
they tend to differ in ways that cause problems (I think the maintainers
generally try to avoid that). If that's an issue, the next level up is
to use bbfreeze or py2app or something in that category, to ship an
entire python, and not just a bundle of libraries.
2016-03-16 12:31:21 -07:00
..
awesome_weird_stuff setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
build_helpers OS-X: fix package generation 2016-03-16 12:31:21 -07:00
coding_tools coverage2el.py: update to current coverage-3.7.1 API 2014-09-09 09:47:13 -07:00
dependencies setup: remove bundled zipfile egg of setuptools 2010-05-23 13:51:20 -07:00
incident-gatherer misc/incident-gatherer: add classify_tahoe.py: a foolscap incident-gatherer classification plugin 2008-10-15 15:09:40 -07:00
operations_helpers Update obsolete paths in munin plugin comments. 2014-12-05 17:52:13 +00:00
simulators misc/simulators/hashbasedsig.py: revert last patch; the original code was correct. 2014-02-25 16:57:57 +00:00