]> git.cworth.org Git - notmuch/commit
python-cffi: fix out-of-tree build
authorDavid Bremner <david@tethera.net>
Sun, 31 Oct 2021 10:03:54 +0000 (07:03 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 5 Dec 2021 13:08:48 +0000 (09:08 -0400)
commitf17d75b83c90ae4ea75f79377f3acb873b9e564e
treeda6c0ae6b5d5e07c8a69f4dc15c8361be3f74e26
parent95f0c59fe98b1404ca8a4042becf650aeb09b923
python-cffi: fix out-of-tree build

The main idea is to replace the hack of copying version.txt into the
bindings source with a generated _notmuch_config.py file.

This will mean that the bindings only build after configuring and
building notmuch itself. Given those constraints, "pip install ."
should work.
Makefile.local
bindings/python-cffi/notmuch2/_build.py
bindings/python-cffi/setup.py
bindings/python-cffi/version.txt [deleted file]
configure