]> arthur.barton.de Git - bup.git/commit
Install bup-python and rely on it everywhere
authorRob Browning <rlb@defaultvalue.org>
Sat, 12 Oct 2019 22:23:42 +0000 (17:23 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 1 Dec 2019 19:10:35 +0000 (13:10 -0600)
commitef1fb5b7593dfa3694f3bb737c168e402f8c912e
treed7124327b52ef4371de28b4d0cb2482b747c455c
parente861537c86a6b25b39a093342408d0e222f32afc
Install bup-python and rely on it everywhere

Add a cmd/python-cmd.sh template and use it to generate
cmd/bup-python.  Install bup-python alongside all the other commands
and stop rewriting the command #! headers at install time, so that
they'll use it.

We're setting up all of the commands to rely on bup-python so that
we'll have a common place to establish some norms that we'll want in
order to support Python 3.

Though in fact, you can't actually run the python-based subcommands
independently because they don't have the right PYTHONPATH, etc.
That's something we'll also fix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
.gitignore
Makefile
cmd/python-cmd.sh [new file with mode: 0644]